Class CloudVmClusterSummary

java.lang.Object
software.amazon.awssdk.services.odb.model.CloudVmClusterSummary
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CloudVmClusterSummary.Builder,CloudVmClusterSummary>

@Generated("software.amazon.awssdk:codegen") public final class CloudVmClusterSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudVmClusterSummary.Builder,CloudVmClusterSummary>

Information about a VM cluster.

See Also:
  • Method Details

    • cloudVmClusterId

      public final String cloudVmClusterId()

      The unique identifier of the VM cluster.

      Returns:
      The unique identifier of the VM cluster.
    • displayName

      public final String displayName()

      The user-friendly name for the VM cluster.

      Returns:
      The user-friendly name for the VM cluster.
    • status

      public final ResourceStatus status()

      The current status of the VM cluster.

      If the service returns an enum value that is not available in the current SDK version, status will return ResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

      Returns:
      The current status of the VM cluster.
      See Also:
    • statusAsString

      public final String statusAsString()

      The current status of the VM cluster.

      If the service returns an enum value that is not available in the current SDK version, status will return ResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

      Returns:
      The current status of the VM cluster.
      See Also:
    • statusReason

      public final String statusReason()

      Additional information about the status of the VM cluster.

      Returns:
      Additional information about the status of the VM cluster.
    • cloudVmClusterArn

      public final String cloudVmClusterArn()

      The Amazon Resource Name (ARN) of the VM cluster.

      Returns:
      The Amazon Resource Name (ARN) of the VM cluster.
    • cloudExadataInfrastructureId

      public final String cloudExadataInfrastructureId()

      The unique identifier of the Exadata infrastructure that this VM cluster belongs to.

      Returns:
      The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    • clusterName

      public final String clusterName()

      The name of the Grid Infrastructure (GI) cluster.

      Returns:
      The name of the Grid Infrastructure (GI) cluster.
    • cpuCoreCount

      public final Integer cpuCoreCount()

      The number of CPU cores enabled on the VM cluster.

      Returns:
      The number of CPU cores enabled on the VM cluster.
    • dataCollectionOptions

      public final DataCollectionOptions dataCollectionOptions()
      Returns the value of the DataCollectionOptions property for this object.
      Returns:
      The value of the DataCollectionOptions property for this object.
    • dataStorageSizeInTBs

      public final Double dataStorageSizeInTBs()

      The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.

      Returns:
      The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    • dbNodeStorageSizeInGBs

      public final Integer dbNodeStorageSizeInGBs()

      The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.

      Returns:
      The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    • hasDbServers

      public final boolean hasDbServers()
      For responses, this returns true if the service returned a value for the DbServers property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
    • dbServers

      public final List<String> dbServers()

      The list of database servers for the VM cluster.

      Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

      This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasDbServers() method.

      Returns:
      The list of database servers for the VM cluster.
    • diskRedundancy

      public final DiskRedundancy diskRedundancy()

      The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.

      If the service returns an enum value that is not available in the current SDK version, diskRedundancy will return DiskRedundancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from diskRedundancyAsString().

      Returns:
      The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
      See Also:
    • diskRedundancyAsString

      public final String diskRedundancyAsString()

      The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.

      If the service returns an enum value that is not available in the current SDK version, diskRedundancy will return DiskRedundancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from diskRedundancyAsString().

      Returns:
      The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
      See Also:
    • giVersion

      public final String giVersion()

      The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.

      Returns:
      The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    • hostname

      public final String hostname()

      The host name for the VM cluster.

      Returns:
      The host name for the VM cluster.
    • iormConfigCache

      public final ExadataIormConfig iormConfigCache()
      Returns the value of the IormConfigCache property for this object.
      Returns:
      The value of the IormConfigCache property for this object.
    • isLocalBackupEnabled

      public final Boolean isLocalBackupEnabled()

      Indicates whether database backups to local Exadata storage is enabled for the VM cluster.

      Returns:
      Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    • isSparseDiskgroupEnabled

      public final Boolean isSparseDiskgroupEnabled()

      Indicates whether the VM cluster is configured with a sparse disk group.

      Returns:
      Indicates whether the VM cluster is configured with a sparse disk group.
    • lastUpdateHistoryEntryId

      public final String lastUpdateHistoryEntryId()

      The Oracle Cloud ID (OCID) of the last maintenance update history entry.

      Returns:
      The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    • licenseModel

      public final LicenseModel licenseModel()

      The Oracle license model applied to the VM cluster.

      If the service returns an enum value that is not available in the current SDK version, licenseModel will return LicenseModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from licenseModelAsString().

      Returns:
      The Oracle license model applied to the VM cluster.
      See Also:
    • licenseModelAsString

      public final String licenseModelAsString()

      The Oracle license model applied to the VM cluster.

      If the service returns an enum value that is not available in the current SDK version, licenseModel will return LicenseModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from licenseModelAsString().

      Returns:
      The Oracle license model applied to the VM cluster.
      See Also:
    • listenerPort

      public final Integer listenerPort()

      The port number configured for the listener on the VM cluster.

      Returns:
      The port number configured for the listener on the VM cluster.
    • memorySizeInGBs

      public final Integer memorySizeInGBs()

      The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.

      Returns:
      The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    • nodeCount

      public final Integer nodeCount()

      The number of nodes in the VM cluster.

      Returns:
      The number of nodes in the VM cluster.
    • ocid

      public final String ocid()

      The OCID of the VM cluster.

      Returns:
      The OCID of the VM cluster.
    • ociResourceAnchorName

      public final String ociResourceAnchorName()

      The name of the OCI resource anchor for the VM cluster.

      Returns:
      The name of the OCI resource anchor for the VM cluster.
    • ociUrl

      public final String ociUrl()

      The HTTPS link to the VM cluster in OCI.

      Returns:
      The HTTPS link to the VM cluster in OCI.
    • domain

      public final String domain()

      The domain of the VM cluster.

      Returns:
      The domain of the VM cluster.
    • scanDnsName

      public final String scanDnsName()

      The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.

      Returns:
      The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    • scanDnsRecordId

      public final String scanDnsRecordId()

      The OCID of the DNS record for the SCAN IP addresses that are associated with the VM cluster.

      Returns:
      The OCID of the DNS record for the SCAN IP addresses that are associated with the VM cluster.
    • hasScanIpIds

      public final boolean hasScanIpIds()
      For responses, this returns true if the service returned a value for the ScanIpIds property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
    • scanIpIds

      public final List<String> scanIpIds()

      The OCID of the SCAN IP addresses that are associated with the VM cluster.

      Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

      This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasScanIpIds() method.

      Returns:
      The OCID of the SCAN IP addresses that are associated with the VM cluster.
    • shape

      public final String shape()

      The hardware model name of the Exadata infrastructure that's running the VM cluster.

      Returns:
      The hardware model name of the Exadata infrastructure that's running the VM cluster.
    • hasSshPublicKeys

      public final boolean hasSshPublicKeys()
      For responses, this returns true if the service returned a value for the SshPublicKeys property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
    • sshPublicKeys

      public final List<String> sshPublicKeys()

      The public key portion of one or more key pairs used for SSH access to the VM cluster.

      Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

      This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSshPublicKeys() method.

      Returns:
      The public key portion of one or more key pairs used for SSH access to the VM cluster.
    • storageSizeInGBs

      public final Integer storageSizeInGBs()

      The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.

      Returns:
      The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    • systemVersion

      public final String systemVersion()

      The operating system version of the image chosen for the VM cluster.

      Returns:
      The operating system version of the image chosen for the VM cluster.
    • createdAt

      public final Instant createdAt()

      The date and time when the VM cluster was created.

      Returns:
      The date and time when the VM cluster was created.
    • timeZone

      public final String timeZone()

      The time zone of the VM cluster.

      Returns:
      The time zone of the VM cluster.
    • hasVipIds

      public final boolean hasVipIds()
      For responses, this returns true if the service returned a value for the VipIds property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
    • vipIds

      public final List<String> vipIds()

      The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.

      Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

      This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasVipIds() method.

      Returns:
      The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    • odbNetworkId

      public final String odbNetworkId()

      The unique identifier of the ODB network for the VM cluster.

      Returns:
      The unique identifier of the ODB network for the VM cluster.
    • percentProgress

      public final Float percentProgress()

      The amount of progress made on the current operation on the VM cluster, expressed as a percentage.

      Returns:
      The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    • computeModel

      public final ComputeModel computeModel()

      The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.

      If the service returns an enum value that is not available in the current SDK version, computeModel will return ComputeModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from computeModelAsString().

      Returns:
      The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
      See Also:
    • computeModelAsString

      public final String computeModelAsString()

      The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.

      If the service returns an enum value that is not available in the current SDK version, computeModel will return ComputeModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from computeModelAsString().

      Returns:
      The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
      See Also:
    • toBuilder

      public CloudVmClusterSummary.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<CloudVmClusterSummary.Builder,CloudVmClusterSummary>
      Returns:
      a builder for type T
    • builder

      public static CloudVmClusterSummary.Builder builder()
    • serializableBuilderClass

      public static Class<? extends CloudVmClusterSummary.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.