@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public final class FleetResource extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Resource added to a fleet in Fleet Application Management.
Note: Objects should always be created or deserialized using the FleetResource.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the FleetResource.Builder
, which maintain a
set of all explicitly set fields called FleetResource.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
FleetResource.Builder |
static class |
FleetResource.LifecycleState
The current state of the FleetResource.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
FleetResource(String id,
String tenancyId,
String resourceRegion,
Date timeCreated,
Date timeUpdated,
String compartmentId,
String displayName,
String resourceId,
String compartment,
ComplianceState complianceState,
String tenancyName,
String resourceType,
Integer productCount,
Integer targetCount,
String product,
String applicationType,
String environmentType,
FleetResource.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FleetResource.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getApplicationType()
Application Type associated with the resource when the resource type is fleet.
|
String |
getCompartment()
Resource Compartment name.
|
String |
getCompartmentId()
OCID of the compartment to which the resource belongs to.
|
ComplianceState |
getComplianceState()
Compliance State of the Resource.
|
String |
getDisplayName()
A user-friendly name.
|
String |
getEnvironmentType()
Environment Type associated with the Fleet when the resource type is fleet.
|
String |
getId()
The unique id of the resource.
|
String |
getLifecycleDetails()
A message describing the current state in more detail.
|
FleetResource.LifecycleState |
getLifecycleState()
The current state of the FleetResource.
|
String |
getProduct()
Product associated with the resource when the resource type is fleet.
|
Integer |
getProductCount()
Count of products within the resource.
|
String |
getResourceId()
The OCID of the resource.
|
String |
getResourceRegion()
Associated region
|
String |
getResourceType()
Type of the Resource.
|
Map<String,Map<String,Object>> |
getSystemTags()
System tags for this resource.
|
Integer |
getTargetCount()
Count of targets within the resource.
|
String |
getTenancyId()
OCID of the tenancy to which the resource belongs to.
|
String |
getTenancyName()
Resource Tenancy Name.
|
Date |
getTimeCreated()
The time this resource was created.
|
Date |
getTimeUpdated()
The time this resource was last updated.
|
int |
hashCode() |
FleetResource.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","tenancyId","resourceRegion","timeCreated","timeUpdated","compartmentId","displayName","resourceId","compartment","complianceState","tenancyName","resourceType","productCount","targetCount","product","applicationType","environmentType","lifecycleState","lifecycleDetails","systemTags"}) public FleetResource(String id, String tenancyId, String resourceRegion, Date timeCreated, Date timeUpdated, String compartmentId, String displayName, String resourceId, String compartment, ComplianceState complianceState, String tenancyName, String resourceType, Integer productCount, Integer targetCount, String product, String applicationType, String environmentType, FleetResource.LifecycleState lifecycleState, String lifecycleDetails, Map<String,Map<String,Object>> systemTags)
public static FleetResource.Builder builder()
Create a new builder.
public FleetResource.Builder toBuilder()
public String getId()
The unique id of the resource.
public String getTenancyId()
OCID of the tenancy to which the resource belongs to.
public String getResourceRegion()
Associated region
public Date getTimeCreated()
The time this resource was created. An RFC3339 formatted datetime string.
public Date getTimeUpdated()
The time this resource was last updated. An RFC3339 formatted datetime string.
public String getCompartmentId()
OCID of the compartment to which the resource belongs to.
public String getDisplayName()
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
public String getResourceId()
The OCID of the resource.
public String getCompartment()
Resource Compartment name.
public ComplianceState getComplianceState()
Compliance State of the Resource.
public String getTenancyName()
Resource Tenancy Name.
public String getResourceType()
Type of the Resource.
public Integer getProductCount()
Count of products within the resource.
public Integer getTargetCount()
Count of targets within the resource.
public String getProduct()
Product associated with the resource when the resource type is fleet. Will only be returned for PRODUCT fleets that are part of a GROUP Fleet.
public String getApplicationType()
Application Type associated with the resource when the resource type is fleet. Will only be returned for ENVIRONMENT fleets that are part of a GROUP Fleet.
public String getEnvironmentType()
Environment Type associated with the Fleet when the resource type is fleet. Will only be returned for ENVIRONMENT fleets that are part of a GROUP Fleet.
public FleetResource.LifecycleState getLifecycleState()
The current state of the FleetResource.
public String getLifecycleDetails()
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.