@Generated(value="OracleSDKGenerator", comments="API Version: 20190912") public final class OceInstanceSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of the OceInstance.
Note: Objects should always be created or deserialized using the OceInstanceSummary.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 OceInstanceSummary.Builder
, which maintain a
set of all explicitly set fields called OceInstanceSummary.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 |
OceInstanceSummary.Builder |
static class |
OceInstanceSummary.InstanceAccessType
Flag indicating whether the instance access is private or public
|
static class |
OceInstanceSummary.InstanceUsageType
Instance type based on its usage
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OceInstanceSummary(String id,
String guid,
String description,
String compartmentId,
String name,
String tenancyId,
String idcsTenancy,
String tenancyName,
OceInstanceSummary.InstanceUsageType instanceUsageType,
List<String> addOnFeatures,
String objectStorageNamespace,
String adminEmail,
OceInstance.UpgradeSchedule upgradeSchedule,
String wafPrimaryDomain,
OceInstanceSummary.InstanceAccessType instanceAccessType,
LicenseType instanceLicenseType,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
LifecycleDetails lifecycleDetails,
String drRegion,
String stateMessage,
Map<String,Object> service,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OceInstanceSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getAddOnFeatures()
a list of add-on features for the ocm instance
|
String |
getAdminEmail()
Admin Email for Notification
|
String |
getCompartmentId()
Compartment Identifier
|
Map<String,Map<String,Object>> |
getDefinedTags()
Usage of predefined tag keys.
|
String |
getDescription()
OceInstance description, can be updated
|
String |
getDrRegion()
disaster recovery paired ragion name
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
String |
getGuid()
Unique GUID identifier that is immutable on creation
|
String |
getId()
Unique identifier that is immutable on creation
|
String |
getIdcsTenancy()
IDCS Tenancy Identifier
|
OceInstanceSummary.InstanceAccessType |
getInstanceAccessType()
Flag indicating whether the instance access is private or public
|
LicenseType |
getInstanceLicenseType()
Flag indicating whether the instance license is new cloud or bring your own license
|
OceInstanceSummary.InstanceUsageType |
getInstanceUsageType()
Instance type based on its usage
|
LifecycleDetails |
getLifecycleDetails()
Details of the current state of the instance lifecycle
|
LifecycleState |
getLifecycleState()
The current state of the instance lifecycle.
|
String |
getName()
OceInstance Name
|
String |
getObjectStorageNamespace()
Object Storage Namespace of tenancy
|
Map<String,Object> |
getService()
SERVICE data.
|
String |
getStateMessage()
An message describing the current state in more detail.
|
Map<String,Map<String,Object>> |
getSystemTags()
Usage of system tag keys.
|
String |
getTenancyId()
Tenancy Identifier
|
String |
getTenancyName()
Tenancy Name
|
Date |
getTimeCreated()
The time the the OceInstance was created.
|
Date |
getTimeUpdated()
The time the OceInstance was updated.
|
OceInstance.UpgradeSchedule |
getUpgradeSchedule()
Upgrade schedule type representing service to be upgraded immediately whenever latest version
is released or delay upgrade of the service to previous released version
|
String |
getWafPrimaryDomain()
Web Application Firewall(WAF) primary domain
|
int |
hashCode() |
OceInstanceSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","guid","description","compartmentId","name","tenancyId","idcsTenancy","tenancyName","instanceUsageType","addOnFeatures","objectStorageNamespace","adminEmail","upgradeSchedule","wafPrimaryDomain","instanceAccessType","instanceLicenseType","timeCreated","timeUpdated","lifecycleState","lifecycleDetails","drRegion","stateMessage","service","freeformTags","definedTags","systemTags"}) public OceInstanceSummary(String id, String guid, String description, String compartmentId, String name, String tenancyId, String idcsTenancy, String tenancyName, OceInstanceSummary.InstanceUsageType instanceUsageType, List<String> addOnFeatures, String objectStorageNamespace, String adminEmail, OceInstance.UpgradeSchedule upgradeSchedule, String wafPrimaryDomain, OceInstanceSummary.InstanceAccessType instanceAccessType, LicenseType instanceLicenseType, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails, String drRegion, String stateMessage, Map<String,Object> service, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
public static OceInstanceSummary.Builder builder()
Create a new builder.
public OceInstanceSummary.Builder toBuilder()
public String getId()
Unique identifier that is immutable on creation
public String getGuid()
Unique GUID identifier that is immutable on creation
public String getDescription()
OceInstance description, can be updated
public String getCompartmentId()
Compartment Identifier
public String getName()
OceInstance Name
public String getTenancyId()
Tenancy Identifier
public String getIdcsTenancy()
IDCS Tenancy Identifier
public String getTenancyName()
Tenancy Name
public OceInstanceSummary.InstanceUsageType getInstanceUsageType()
Instance type based on its usage
public List<String> getAddOnFeatures()
a list of add-on features for the ocm instance
public String getObjectStorageNamespace()
Object Storage Namespace of tenancy
public String getAdminEmail()
Admin Email for Notification
public OceInstance.UpgradeSchedule getUpgradeSchedule()
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released version
public String getWafPrimaryDomain()
Web Application Firewall(WAF) primary domain
public OceInstanceSummary.InstanceAccessType getInstanceAccessType()
Flag indicating whether the instance access is private or public
public LicenseType getInstanceLicenseType()
Flag indicating whether the instance license is new cloud or bring your own license
public Date getTimeCreated()
The time the the OceInstance was created. An RFC3339 formatted datetime string
public Date getTimeUpdated()
The time the OceInstance was updated. An RFC3339 formatted datetime string
public LifecycleState getLifecycleState()
The current state of the instance lifecycle.
public LifecycleDetails getLifecycleDetails()
Details of the current state of the instance lifecycle
public String getDrRegion()
disaster recovery paired ragion name
public String getStateMessage()
An 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,Object> getService()
SERVICE data. Example: {"service": {"IDCS": "value"}}
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope. Exists for
cross-compatibility only. Example: {"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}}
public Map<String,Map<String,Object>> getSystemTags()
Usage of system tag keys. These predefined keys are scoped to namespaces. 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.