Class ExadbVmCluster

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

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

Information about an Exascale VM cluster.

See Also:
  • Method Details

    • exadbVmClusterId

      public final String exadbVmClusterId()

      The unique identifier of the Exascale VM cluster.

      Returns:
      The unique identifier of the Exascale VM cluster.
    • clusterName

      public final String clusterName()

      The name of the Grid Infrastructure (GI) cluster.

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

      public final Instant createdAt()

      The date and time when the Exascale VM cluster was created.

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

      public final DataCollectionOptions dataCollectionOptions()

      The set of diagnostic collection options enabled for the Exascale VM cluster.

      Returns:
      The set of diagnostic collection options enabled for the Exascale VM cluster.
    • displayName

      public final String displayName()

      The user-friendly name for the Exascale VM cluster.

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

      public final String domain()

      The domain of the Exascale VM cluster.

      Returns:
      The domain of the Exascale VM cluster.
    • enabledEcpuCount

      public final Integer enabledEcpuCount()

      The number of elastic compute processing units (ECPUs) enabled on the Exascale VM cluster.

      Returns:
      The number of elastic compute processing units (ECPUs) enabled on the Exascale VM cluster.
    • exadbVmClusterArn

      public final String exadbVmClusterArn()

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

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

      public final String exascaleDbStorageVaultArn()

      The Amazon Resource Name (ARN) of the Exascale storage vault associated with this Exascale VM cluster.

      Returns:
      The Amazon Resource Name (ARN) of the Exascale storage vault associated with this Exascale VM cluster.
    • exascaleDbStorageVaultId

      public final String exascaleDbStorageVaultId()

      The unique identifier of the Exascale storage vault associated with this Exascale VM cluster.

      Returns:
      The unique identifier of the Exascale storage vault associated with this Exascale VM cluster.
    • giVersion

      public final String giVersion()

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

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

      public final String gridImageId()

      The Grid Infrastructure software image ID for the Exascale VM cluster.

      Returns:
      The Grid Infrastructure software image ID for the Exascale VM cluster.
    • gridImageType

      public final GridImageType gridImageType()

      The type of Grid Infrastructure image for the Exascale VM cluster.

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

      Returns:
      The type of Grid Infrastructure image for the Exascale VM cluster.
      See Also:
    • gridImageTypeAsString

      public final String gridImageTypeAsString()

      The type of Grid Infrastructure image for the Exascale VM cluster.

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

      Returns:
      The type of Grid Infrastructure image for the Exascale VM cluster.
      See Also:
    • hostname

      public final String hostname()

      The host name for the Exascale VM cluster.

      Returns:
      The host name for the Exascale VM cluster.
    • hasIamRoles

      public final boolean hasIamRoles()
      For responses, this returns true if the service returned a value for the IamRoles 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.
    • iamRoles

      public final List<IamRole> iamRoles()

      The Amazon Web Services Identity and Access Management (IAM) service roles associated with the Exascale 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 hasIamRoles() method.

      Returns:
      The Amazon Web Services Identity and Access Management (IAM) service roles associated with the Exascale VM cluster.
    • iormConfigCache

      public final ExadataIormConfig iormConfigCache()

      The I/O Resource Management (IORM) configuration cache details for the Exascale VM cluster.

      Returns:
      The I/O Resource Management (IORM) configuration cache details for the Exascale VM cluster.
    • 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 Exascale 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 Exascale VM cluster.
      See Also:
    • licenseModelAsString

      public final String licenseModelAsString()

      The Oracle license model applied to the Exascale 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 Exascale VM cluster.
      See Also:
    • listenerPort

      public final Integer listenerPort()

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

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

      public final Integer memorySizeInGBs()

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

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

      public final Integer nodeCount()

      The number of nodes in the Exascale VM cluster.

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

      public final String ocid()

      The OCID of the Exascale VM cluster.

      Returns:
      The OCID of the Exascale VM cluster.
    • ociResourceAnchorName

      public final String ociResourceAnchorName()

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

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

      public final String ociUrl()

      The HTTPS link to the Exascale VM cluster in Oracle Cloud Infrastructure (OCI).

      Returns:
      The HTTPS link to the Exascale VM cluster in Oracle Cloud Infrastructure (OCI).
    • odbNetworkArn

      public final String odbNetworkArn()

      The Amazon Resource Name (ARN) of the ODB network associated with this Exascale VM cluster.

      Returns:
      The Amazon Resource Name (ARN) of the ODB network associated with this Exascale VM cluster.
    • odbNetworkId

      public final String odbNetworkId()

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

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

      public final Float percentProgress()

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

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

      public final String scanDnsName()

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

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

      public final String scanDnsRecordId()

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

      Returns:
      The OCID of the DNS record for the SCAN IP addresses that are associated with the Exascale 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 Exascale 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 Exascale VM cluster.
    • scanListenerPortTcp

      public final Integer scanListenerPortTcp()

      The port number for TCP connections to the single client access name (SCAN) listener for the Exascale VM cluster.

      Returns:
      The port number for TCP connections to the single client access name (SCAN) listener for the Exascale VM cluster.
    • scanListenerPortTcpSsl

      public final Integer scanListenerPortTcpSsl()

      The port number for TCP connections with SSL to the single client access name (SCAN) listener for the Exascale VM cluster.

      Returns:
      The port number for TCP connections with SSL to the single client access name (SCAN) listener for the Exascale VM cluster.
    • shape

      public final String shape()

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

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

      public final ShapeAttribute shapeAttribute()

      The shape attribute for the Exascale VM cluster.

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

      Returns:
      The shape attribute for the Exascale VM cluster.
      See Also:
    • shapeAttributeAsString

      public final String shapeAttributeAsString()

      The shape attribute for the Exascale VM cluster.

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

      Returns:
      The shape attribute for the Exascale VM cluster.
      See Also:
    • snapshotFileSystemStorage

      public final ExadbVmClusterStorageDetails snapshotFileSystemStorage()

      The snapshot file system storage details for the Exascale VM cluster.

      Returns:
      The snapshot file system storage details for the Exascale 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 Exascale 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 Exascale VM cluster.
    • status

      public final ResourceStatus status()

      The current status of the Exascale 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 Exascale VM cluster.
      See Also:
    • statusAsString

      public final String statusAsString()

      The current status of the Exascale 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 Exascale VM cluster.
      See Also:
    • statusReason

      public final String statusReason()

      Additional information about the status of the Exascale VM cluster.

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

      public final String systemVersion()

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

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

      public final String timeZone()

      The time zone of the Exascale VM cluster.

      Returns:
      The time zone of the Exascale VM cluster.
    • totalEcpuCount

      public final Integer totalEcpuCount()

      The total number of ECPUs for the Exascale VM cluster.

      Returns:
      The total number of ECPUs for the Exascale VM cluster.
    • totalFileSystemStorage

      public final ExadbVmClusterStorageDetails totalFileSystemStorage()

      The total file system storage details for the Exascale VM cluster.

      Returns:
      The total file system storage details for the Exascale 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 associated with the Exascale VM cluster. One VIP address is assigned per node to support failover. If a node fails, its 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 associated with the Exascale VM cluster. One VIP address is assigned per node to support failover. If a node fails, its VIP is reassigned to another active node in the cluster.
    • vmFileSystemStorage

      public final ExadbVmClusterStorageDetails vmFileSystemStorage()

      The VM file system storage details for the Exascale VM cluster.

      Returns:
      The VM file system storage details for the Exascale VM cluster.
    • toBuilder

      public ExadbVmCluster.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<ExadbVmCluster.Builder,ExadbVmCluster>
      Returns:
      a builder for type T
    • builder

      public static ExadbVmCluster.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ExadbVmCluster.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.