VolumeGroupReplicaInfo

class oci.core.models.VolumeGroupReplicaInfo(**kwargs)

Bases: object

Information about the volume group replica in the destination availability domain.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this VolumeGroupReplicaInfo.
display_name [Required] Gets the display_name of this VolumeGroupReplicaInfo.
kms_key_id Gets the kms_key_id of this VolumeGroupReplicaInfo.
volume_group_replica_id [Required] Gets the volume_group_replica_id of this VolumeGroupReplicaInfo.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this VolumeGroupReplicaInfo.
  • volume_group_replica_id (str) – The value to assign to the volume_group_replica_id property of this VolumeGroupReplicaInfo.
  • availability_domain (str) – The value to assign to the availability_domain property of this VolumeGroupReplicaInfo.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this VolumeGroupReplicaInfo.
availability_domain

[Required] Gets the availability_domain of this VolumeGroupReplicaInfo. The availability domain of the boot volume replica replica.

Example: Uocm:PHX-AD-1

Returns:The availability_domain of this VolumeGroupReplicaInfo.
Return type:str
display_name

[Required] Gets the display_name of this VolumeGroupReplicaInfo. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this VolumeGroupReplicaInfo.
Return type:str
kms_key_id

Gets the kms_key_id of this VolumeGroupReplicaInfo. The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.

Returns:The kms_key_id of this VolumeGroupReplicaInfo.
Return type:str
volume_group_replica_id

[Required] Gets the volume_group_replica_id of this VolumeGroupReplicaInfo. The volume group replica’s Oracle ID (OCID).

Returns:The volume_group_replica_id of this VolumeGroupReplicaInfo.
Return type:str