Package com.oracle.bmc.cloudbridge.model
Class AwsEbsProperties
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudbridge.model.AwsEbsProperties
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220509") public final class AwsEbsProperties extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelAWS EBS volume related properties.
 Note: Objects should always be created or deserialized using theAwsEbsProperties.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 theAwsEbsProperties.Builder, which maintain a set of all explicitly set fields calledAwsEbsProperties.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAwsEbsProperties.Builder
 - 
Constructor SummaryConstructors Constructor Description AwsEbsProperties(List<VolumeAttachment> attachments, String availabilityZone, Boolean isEncrypted, Integer iops, Boolean isMultiAttachEnabled, Integer sizeInGiBs, String status, List<Tag> tags, Integer throughput, String volumeKey, String volumeType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEbsProperties.Builderbuilder()Create a new builder.booleanequals(Object o)List<VolumeAttachment>getAttachments()Information about the volume attachments.StringgetAvailabilityZone()The Availability Zone for the volume.IntegergetIops()The number of I/O operations per second.BooleangetIsEncrypted()Indicates whether the volume is encrypted.BooleangetIsMultiAttachEnabled()Indicates whether Amazon EBS Multi-Attach is enabled.IntegergetSizeInGiBs()The size of the volume, in GiBs.StringgetStatus()The volume state.List<Tag>getTags()Any tags assigned to the volume.IntegergetThroughput()The throughput that the volume supports, in MiB/s.StringgetVolumeKey()The ID of the volume.StringgetVolumeType()The volume type.inthashCode()AwsEbsProperties.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AwsEbsProperties@Deprecated @ConstructorProperties({"attachments","availabilityZone","isEncrypted","iops","isMultiAttachEnabled","sizeInGiBs","status","tags","throughput","volumeKey","volumeType"}) public AwsEbsProperties(List<VolumeAttachment> attachments, String availabilityZone, Boolean isEncrypted, Integer iops, Boolean isMultiAttachEnabled, Integer sizeInGiBs, String status, List<Tag> tags, Integer throughput, String volumeKey, String volumeType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AwsEbsProperties.Builder builder() Create a new builder.
 - 
toBuilderpublic AwsEbsProperties.Builder toBuilder() 
 - 
getAttachmentspublic List<VolumeAttachment> getAttachments() Information about the volume attachments.- Returns:
- the value
 
 - 
getAvailabilityZonepublic String getAvailabilityZone() The Availability Zone for the volume.- Returns:
- the value
 
 - 
getIsEncryptedpublic Boolean getIsEncrypted() Indicates whether the volume is encrypted.- Returns:
- the value
 
 - 
getIopspublic Integer getIops() The number of I/O operations per second.- Returns:
- the value
 
 - 
getIsMultiAttachEnabledpublic Boolean getIsMultiAttachEnabled() Indicates whether Amazon EBS Multi-Attach is enabled.- Returns:
- the value
 
 - 
getSizeInGiBspublic Integer getSizeInGiBs() The size of the volume, in GiBs.- Returns:
- the value
 
 - 
getStatuspublic String getStatus() The volume state.- Returns:
- the value
 
 - 
getThroughputpublic Integer getThroughput() The throughput that the volume supports, in MiB/s.- Returns:
- the value
 
 - 
getVolumeKeypublic String getVolumeKey() The ID of the volume.- Returns:
- the value
 
 - 
getVolumeTypepublic String getVolumeType() The volume type.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-