UpdateDrProtectionGroupMemberOkeClusterDetails¶
-
class
oci.disaster_recovery.models.
UpdateDrProtectionGroupMemberOkeClusterDetails
(**kwargs)¶ Bases:
oci.disaster_recovery.models.update_dr_protection_group_member_details.UpdateDrProtectionGroupMemberDetails
Update properties for an OKE 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 backup_config
Gets the backup_config of this UpdateDrProtectionGroupMemberOkeClusterDetails. backup_location
Gets the backup_location of this UpdateDrProtectionGroupMemberOkeClusterDetails. jump_host_id
Gets the jump_host_id of this UpdateDrProtectionGroupMemberOkeClusterDetails. load_balancer_mappings
Gets the load_balancer_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. managed_node_pool_configs
Gets the managed_node_pool_configs of this UpdateDrProtectionGroupMemberOkeClusterDetails. member_id
[Required] Gets the member_id of this UpdateDrProtectionGroupMemberDetails. member_type
[Required] Gets the member_type of this UpdateDrProtectionGroupMemberDetails. network_load_balancer_mappings
Gets the network_load_balancer_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. peer_cluster_id
Gets the peer_cluster_id of this UpdateDrProtectionGroupMemberOkeClusterDetails. vault_mappings
Gets the vault_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. virtual_node_pool_configs
Gets the virtual_node_pool_configs of this UpdateDrProtectionGroupMemberOkeClusterDetails. Methods
__init__
(**kwargs)Initializes a new UpdateDrProtectionGroupMemberOkeClusterDetails 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 UpdateDrProtectionGroupMemberOkeClusterDetails object with values from keyword arguments. The default value of the
member_type
attribute of this class isOKE_CLUSTER
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 UpdateDrProtectionGroupMemberOkeClusterDetails.
- member_type (str) – The value to assign to the member_type property of this UpdateDrProtectionGroupMemberOkeClusterDetails. 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”
- peer_cluster_id (str) – The value to assign to the peer_cluster_id property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- jump_host_id (str) – The value to assign to the jump_host_id property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- backup_location (oci.disaster_recovery.models.UpdateOkeBackupLocationDetails) – The value to assign to the backup_location property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- backup_config (oci.disaster_recovery.models.UpdateOkeClusterBackupConfigDetails) – The value to assign to the backup_config property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- load_balancer_mappings (list[oci.disaster_recovery.models.UpdateOkeClusterLoadBalancerMappingDetails]) – The value to assign to the load_balancer_mappings property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- network_load_balancer_mappings (list[oci.disaster_recovery.models.UpdateOkeClusterNetworkLoadBalancerMappingDetails]) – The value to assign to the network_load_balancer_mappings property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- vault_mappings (list[oci.disaster_recovery.models.UpdateOkeClusterVaultMappingDetails]) – The value to assign to the vault_mappings property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- managed_node_pool_configs (list[oci.disaster_recovery.models.UpdateOkeClusterManagedNodePoolConfigurationDetails]) – The value to assign to the managed_node_pool_configs property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
- virtual_node_pool_configs (list[oci.disaster_recovery.models.UpdateOkeClusterVirtualNodePoolConfigurationDetails]) – The value to assign to the virtual_node_pool_configs property of this UpdateDrProtectionGroupMemberOkeClusterDetails.
-
backup_config
¶ Gets the backup_config of this UpdateDrProtectionGroupMemberOkeClusterDetails.
Returns: The backup_config of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: oci.disaster_recovery.models.UpdateOkeClusterBackupConfigDetails
-
backup_location
¶ Gets the backup_location of this UpdateDrProtectionGroupMemberOkeClusterDetails.
Returns: The backup_location of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: oci.disaster_recovery.models.UpdateOkeBackupLocationDetails
-
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.
-
jump_host_id
¶ Gets the jump_host_id of this UpdateDrProtectionGroupMemberOkeClusterDetails. The OCID of the compute instance member that is designated as a jump host. This compute instance will be used to perform DR operations on the cluster using Oracle Cloud Agent’s Run Command feature.
Example: ocid1.instance.oc1..uniqueID
Returns: The jump_host_id of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: str
-
load_balancer_mappings
¶ Gets the load_balancer_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. The list of source-to-destination load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
Returns: The load_balancer_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: list[oci.disaster_recovery.models.UpdateOkeClusterLoadBalancerMappingDetails]
-
managed_node_pool_configs
¶ Gets the managed_node_pool_configs of this UpdateDrProtectionGroupMemberOkeClusterDetails. The list of managed node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
Returns: The managed_node_pool_configs of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: list[oci.disaster_recovery.models.UpdateOkeClusterManagedNodePoolConfigurationDetails]
-
member_id
¶ [Required] Gets the member_id of this UpdateDrProtectionGroupMemberDetails. The OCID of the member.
Example: ocid1.database.oc1..uniqueID
Returns: The member_id of this UpdateDrProtectionGroupMemberDetails. Return type: str
-
member_type
¶ [Required] Gets the member_type of this UpdateDrProtectionGroupMemberDetails. 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 UpdateDrProtectionGroupMemberDetails. Return type: str
-
network_load_balancer_mappings
¶ Gets the network_load_balancer_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
Returns: The network_load_balancer_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: list[oci.disaster_recovery.models.UpdateOkeClusterNetworkLoadBalancerMappingDetails]
-
peer_cluster_id
¶ Gets the peer_cluster_id of this UpdateDrProtectionGroupMemberOkeClusterDetails. The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region.
Example: ocid1.cluster.oc1..uniqueID
Returns: The peer_cluster_id of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: str
-
vault_mappings
¶ Gets the vault_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
Returns: The vault_mappings of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: list[oci.disaster_recovery.models.UpdateOkeClusterVaultMappingDetails]
-
virtual_node_pool_configs
¶ Gets the virtual_node_pool_configs of this UpdateDrProtectionGroupMemberOkeClusterDetails. The list of virtual node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
Returns: The virtual_node_pool_configs of this UpdateDrProtectionGroupMemberOkeClusterDetails. Return type: list[oci.disaster_recovery.models.UpdateOkeClusterVirtualNodePoolConfigurationDetails]
-