MemberReplica¶
-
class
oci.core.models.
MemberReplica
(**kwargs)¶ Bases:
object
OCIDs for the volume replicas in this volume group replica.
Methods
__init__
(**kwargs)Initializes a new MemberReplica object with values from keyword arguments. Attributes
volume_replica_id
[Required] Gets the volume_replica_id of this MemberReplica. -
__init__
(**kwargs)¶ Initializes a new MemberReplica object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: volume_replica_id (str) – The value to assign to the volume_replica_id property of this MemberReplica.
-
volume_replica_id
¶ [Required] Gets the volume_replica_id of this MemberReplica. The volume replica ID.
Returns: The volume_replica_id of this MemberReplica. Return type: str
-