VolumeGroupReplicaDetails

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

Bases: object

Contains the details for the volume group replica.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this VolumeGroupReplicaDetails.
display_name Gets the display_name of this VolumeGroupReplicaDetails.
__init__(**kwargs)

Initializes a new VolumeGroupReplicaDetails 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 VolumeGroupReplicaDetails.
  • availability_domain (str) – The value to assign to the availability_domain property of this VolumeGroupReplicaDetails.
availability_domain

[Required] Gets the availability_domain of this VolumeGroupReplicaDetails. The availability domain of the volume group replica.

Example: Uocm:PHX-AD-1

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

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

Returns:The display_name of this VolumeGroupReplicaDetails.
Return type:str