AwsEbsProperties

class oci.cloud_bridge.models.AwsEbsProperties(**kwargs)

Bases: object

AWS EBS volume related properties.

Methods

__init__(**kwargs) Initializes a new AwsEbsProperties object with values from keyword arguments.

Attributes

attachments Gets the attachments of this AwsEbsProperties.
availability_zone Gets the availability_zone of this AwsEbsProperties.
iops Gets the iops of this AwsEbsProperties.
is_encrypted [Required] Gets the is_encrypted of this AwsEbsProperties.
is_multi_attach_enabled [Required] Gets the is_multi_attach_enabled of this AwsEbsProperties.
size_in_gi_bs [Required] Gets the size_in_gi_bs of this AwsEbsProperties.
status Gets the status of this AwsEbsProperties.
tags Gets the tags of this AwsEbsProperties.
throughput Gets the throughput of this AwsEbsProperties.
volume_key [Required] Gets the volume_key of this AwsEbsProperties.
volume_type [Required] Gets the volume_type of this AwsEbsProperties.
__init__(**kwargs)

Initializes a new AwsEbsProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • attachments (list[oci.cloud_bridge.models.VolumeAttachment]) – The value to assign to the attachments property of this AwsEbsProperties.
  • availability_zone (str) – The value to assign to the availability_zone property of this AwsEbsProperties.
  • is_encrypted (bool) – The value to assign to the is_encrypted property of this AwsEbsProperties.
  • iops (int) – The value to assign to the iops property of this AwsEbsProperties.
  • is_multi_attach_enabled (bool) – The value to assign to the is_multi_attach_enabled property of this AwsEbsProperties.
  • size_in_gi_bs (int) – The value to assign to the size_in_gi_bs property of this AwsEbsProperties.
  • status (str) – The value to assign to the status property of this AwsEbsProperties.
  • tags (list[oci.cloud_bridge.models.Tag]) – The value to assign to the tags property of this AwsEbsProperties.
  • throughput (int) – The value to assign to the throughput property of this AwsEbsProperties.
  • volume_key (str) – The value to assign to the volume_key property of this AwsEbsProperties.
  • volume_type (str) – The value to assign to the volume_type property of this AwsEbsProperties.
attachments

Gets the attachments of this AwsEbsProperties. Information about the volume attachments.

Returns:The attachments of this AwsEbsProperties.
Return type:list[oci.cloud_bridge.models.VolumeAttachment]
availability_zone

Gets the availability_zone of this AwsEbsProperties. The Availability Zone for the volume.

Returns:The availability_zone of this AwsEbsProperties.
Return type:str
iops

Gets the iops of this AwsEbsProperties. The number of I/O operations per second.

Returns:The iops of this AwsEbsProperties.
Return type:int
is_encrypted

[Required] Gets the is_encrypted of this AwsEbsProperties. Indicates whether the volume is encrypted.

Returns:The is_encrypted of this AwsEbsProperties.
Return type:bool
is_multi_attach_enabled

[Required] Gets the is_multi_attach_enabled of this AwsEbsProperties. Indicates whether Amazon EBS Multi-Attach is enabled.

Returns:The is_multi_attach_enabled of this AwsEbsProperties.
Return type:bool
size_in_gi_bs

[Required] Gets the size_in_gi_bs of this AwsEbsProperties. The size of the volume, in GiBs.

Returns:The size_in_gi_bs of this AwsEbsProperties.
Return type:int
status

Gets the status of this AwsEbsProperties. The volume state.

Returns:The status of this AwsEbsProperties.
Return type:str
tags

Gets the tags of this AwsEbsProperties. Any tags assigned to the volume.

Returns:The tags of this AwsEbsProperties.
Return type:list[oci.cloud_bridge.models.Tag]
throughput

Gets the throughput of this AwsEbsProperties. The throughput that the volume supports, in MiB/s.

Returns:The throughput of this AwsEbsProperties.
Return type:int
volume_key

[Required] Gets the volume_key of this AwsEbsProperties. The ID of the volume.

Returns:The volume_key of this AwsEbsProperties.
Return type:str
volume_type

[Required] Gets the volume_type of this AwsEbsProperties. The volume type.

Returns:The volume_type of this AwsEbsProperties.
Return type:str