CreateDrProtectionGroupMemberFileSystemDetails¶
-
class
oci.disaster_recovery.models.
CreateDrProtectionGroupMemberFileSystemDetails
(**kwargs)¶ Bases:
oci.disaster_recovery.models.create_dr_protection_group_member_details.CreateDrProtectionGroupMemberDetails
Create properties for a file system member.
Attributes
MEMBER_TYPE_AUTONOMOUS_CONTAINER_DATABASE
str(object=’’) -> str MEMBER_TYPE_AUTONOMOUS_DATABASE
str(object=’’) -> str MEMBER_TYPE_COMPUTE_INSTANCE
str(object=’’) -> str MEMBER_TYPE_COMPUTE_INSTANCE_MOVABLE
str(object=’’) -> str MEMBER_TYPE_COMPUTE_INSTANCE_NON_MOVABLE
str(object=’’) -> str MEMBER_TYPE_DATABASE
str(object=’’) -> str MEMBER_TYPE_FILE_SYSTEM
str(object=’’) -> str MEMBER_TYPE_LOAD_BALANCER
str(object=’’) -> str MEMBER_TYPE_NETWORK_LOAD_BALANCER
str(object=’’) -> str MEMBER_TYPE_OBJECT_STORAGE_BUCKET
str(object=’’) -> str MEMBER_TYPE_OKE_CLUSTER
str(object=’’) -> str MEMBER_TYPE_VOLUME_GROUP
str(object=’’) -> str destination_availability_domain
Gets the destination_availability_domain of this CreateDrProtectionGroupMemberFileSystemDetails. destination_encryption_key
Gets the destination_encryption_key of this CreateDrProtectionGroupMemberFileSystemDetails. destination_snapshot_policy_id
Gets the destination_snapshot_policy_id of this CreateDrProtectionGroupMemberFileSystemDetails. export_mappings
Gets the export_mappings of this CreateDrProtectionGroupMemberFileSystemDetails. member_id
[Required] Gets the member_id of this CreateDrProtectionGroupMemberDetails. member_type
[Required] Gets the member_type of this CreateDrProtectionGroupMemberDetails. Methods
__init__
(**kwargs)Initializes a new CreateDrProtectionGroupMemberFileSystemDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MEMBER_TYPE_AUTONOMOUS_CONTAINER_DATABASE
= 'AUTONOMOUS_CONTAINER_DATABASE'¶
-
MEMBER_TYPE_AUTONOMOUS_DATABASE
= 'AUTONOMOUS_DATABASE'¶
-
MEMBER_TYPE_COMPUTE_INSTANCE
= 'COMPUTE_INSTANCE'¶
-
MEMBER_TYPE_COMPUTE_INSTANCE_MOVABLE
= 'COMPUTE_INSTANCE_MOVABLE'¶
-
MEMBER_TYPE_COMPUTE_INSTANCE_NON_MOVABLE
= 'COMPUTE_INSTANCE_NON_MOVABLE'¶
-
MEMBER_TYPE_DATABASE
= 'DATABASE'¶
-
MEMBER_TYPE_FILE_SYSTEM
= 'FILE_SYSTEM'¶
-
MEMBER_TYPE_LOAD_BALANCER
= 'LOAD_BALANCER'¶
-
MEMBER_TYPE_NETWORK_LOAD_BALANCER
= 'NETWORK_LOAD_BALANCER'¶
-
MEMBER_TYPE_OBJECT_STORAGE_BUCKET
= 'OBJECT_STORAGE_BUCKET'¶
-
MEMBER_TYPE_OKE_CLUSTER
= 'OKE_CLUSTER'¶
-
MEMBER_TYPE_VOLUME_GROUP
= 'VOLUME_GROUP'¶
-
__init__
(**kwargs)¶ Initializes a new CreateDrProtectionGroupMemberFileSystemDetails object with values from keyword arguments. The default value of the
member_type
attribute of this class isFILE_SYSTEM
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - member_id (str) – The value to assign to the member_id property of this CreateDrProtectionGroupMemberFileSystemDetails.
- member_type (str) – The value to assign to the member_type property of this CreateDrProtectionGroupMemberFileSystemDetails. Allowed values for this property are: “COMPUTE_INSTANCE”, “COMPUTE_INSTANCE_MOVABLE”, “COMPUTE_INSTANCE_NON_MOVABLE”, “VOLUME_GROUP”, “DATABASE”, “AUTONOMOUS_DATABASE”, “AUTONOMOUS_CONTAINER_DATABASE”, “LOAD_BALANCER”, “NETWORK_LOAD_BALANCER”, “FILE_SYSTEM”, “OKE_CLUSTER”, “OBJECT_STORAGE_BUCKET”
- destination_availability_domain (str) – The value to assign to the destination_availability_domain property of this CreateDrProtectionGroupMemberFileSystemDetails.
- export_mappings (list[oci.disaster_recovery.models.FileSystemExportMappingDetails]) – The value to assign to the export_mappings property of this CreateDrProtectionGroupMemberFileSystemDetails.
- destination_encryption_key (oci.disaster_recovery.models.CreateVaultAndEncryptionKeyDetails) – The value to assign to the destination_encryption_key property of this CreateDrProtectionGroupMemberFileSystemDetails.
- destination_snapshot_policy_id (str) – The value to assign to the destination_snapshot_policy_id property of this CreateDrProtectionGroupMemberFileSystemDetails.
-
destination_availability_domain
¶ Gets the destination_availability_domain of this CreateDrProtectionGroupMemberFileSystemDetails. The availability domain of the destination mount target.
Example: BBTh:region-AD
Returns: The destination_availability_domain of this CreateDrProtectionGroupMemberFileSystemDetails. Return type: str
-
destination_encryption_key
¶ Gets the destination_encryption_key of this CreateDrProtectionGroupMemberFileSystemDetails.
Returns: The destination_encryption_key of this CreateDrProtectionGroupMemberFileSystemDetails. Return type: oci.disaster_recovery.models.CreateVaultAndEncryptionKeyDetails
-
destination_snapshot_policy_id
¶ Gets the destination_snapshot_policy_id of this CreateDrProtectionGroupMemberFileSystemDetails. The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region.
Example: ocid1.filesystemsnapshotpolicy.oc1..uniqueID
Returns: The destination_snapshot_policy_id of this CreateDrProtectionGroupMemberFileSystemDetails. Return type: str
-
export_mappings
¶ Gets the export_mappings of this CreateDrProtectionGroupMemberFileSystemDetails. A list of mappings between file system exports in the primary region and mount targets in the standby region.
Returns: The export_mappings of this CreateDrProtectionGroupMemberFileSystemDetails. Return type: list[oci.disaster_recovery.models.FileSystemExportMappingDetails]
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
member_id
¶ [Required] Gets the member_id of this CreateDrProtectionGroupMemberDetails. The OCID of the member.
Example: ocid1.instance.oc1..uniqueID
Returns: The member_id of this CreateDrProtectionGroupMemberDetails. Return type: str
-
member_type
¶ [Required] Gets the member_type of this CreateDrProtectionGroupMemberDetails. The type of the member.
Allowed values for this property are: “COMPUTE_INSTANCE”, “COMPUTE_INSTANCE_MOVABLE”, “COMPUTE_INSTANCE_NON_MOVABLE”, “VOLUME_GROUP”, “DATABASE”, “AUTONOMOUS_DATABASE”, “AUTONOMOUS_CONTAINER_DATABASE”, “LOAD_BALANCER”, “NETWORK_LOAD_BALANCER”, “FILE_SYSTEM”, “OKE_CLUSTER”, “OBJECT_STORAGE_BUCKET”
Returns: The member_type of this CreateDrProtectionGroupMemberDetails. Return type: str
-