DrProtectionGroupMemberOkeCluster

class oci.disaster_recovery.models.DrProtectionGroupMemberOkeCluster(**kwargs)

Bases: oci.disaster_recovery.models.dr_protection_group_member.DrProtectionGroupMember

Properties for a OKE Cluster member of a DR Protection Group.

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 DrProtectionGroupMemberOkeCluster.
backup_location Gets the backup_location of this DrProtectionGroupMemberOkeCluster.
jump_host_id Gets the jump_host_id of this DrProtectionGroupMemberOkeCluster.
load_balancer_mappings Gets the load_balancer_mappings of this DrProtectionGroupMemberOkeCluster.
managed_node_pool_configs Gets the managed_node_pool_configs of this DrProtectionGroupMemberOkeCluster.
member_id [Required] Gets the member_id of this DrProtectionGroupMember.
member_type [Required] Gets the member_type of this DrProtectionGroupMember.
network_load_balancer_mappings Gets the network_load_balancer_mappings of this DrProtectionGroupMemberOkeCluster.
peer_cluster_id Gets the peer_cluster_id of this DrProtectionGroupMemberOkeCluster.
vault_mappings Gets the vault_mappings of this DrProtectionGroupMemberOkeCluster.
virtual_node_pool_configs Gets the virtual_node_pool_configs of this DrProtectionGroupMemberOkeCluster.

Methods

__init__(**kwargs) Initializes a new DrProtectionGroupMemberOkeCluster 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 DrProtectionGroupMemberOkeCluster object with values from keyword arguments. The default value of the member_type attribute of this class is OKE_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 DrProtectionGroupMemberOkeCluster.
  • member_type (str) – The value to assign to the member_type property of this DrProtectionGroupMemberOkeCluster. 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 DrProtectionGroupMemberOkeCluster.
  • jump_host_id (str) – The value to assign to the jump_host_id property of this DrProtectionGroupMemberOkeCluster.
  • backup_location (oci.disaster_recovery.models.OkeBackupLocation) – The value to assign to the backup_location property of this DrProtectionGroupMemberOkeCluster.
  • backup_config (oci.disaster_recovery.models.OkeClusterBackupConfig) – The value to assign to the backup_config property of this DrProtectionGroupMemberOkeCluster.
  • load_balancer_mappings (list[oci.disaster_recovery.models.OkeClusterLoadBalancerMapping]) – The value to assign to the load_balancer_mappings property of this DrProtectionGroupMemberOkeCluster.
  • network_load_balancer_mappings (list[oci.disaster_recovery.models.OkeClusterNetworkLoadBalancerMapping]) – The value to assign to the network_load_balancer_mappings property of this DrProtectionGroupMemberOkeCluster.
  • vault_mappings (list[oci.disaster_recovery.models.OkeClusterVaultMapping]) – The value to assign to the vault_mappings property of this DrProtectionGroupMemberOkeCluster.
  • managed_node_pool_configs (list[oci.disaster_recovery.models.OkeClusterManagedNodePoolConfiguration]) – The value to assign to the managed_node_pool_configs property of this DrProtectionGroupMemberOkeCluster.
  • virtual_node_pool_configs (list[oci.disaster_recovery.models.OkeClusterVirtualNodePoolConfiguration]) – The value to assign to the virtual_node_pool_configs property of this DrProtectionGroupMemberOkeCluster.
backup_config

Gets the backup_config of this DrProtectionGroupMemberOkeCluster.

Returns:The backup_config of this DrProtectionGroupMemberOkeCluster.
Return type:oci.disaster_recovery.models.OkeClusterBackupConfig
backup_location

Gets the backup_location of this DrProtectionGroupMemberOkeCluster.

Returns:The backup_location of this DrProtectionGroupMemberOkeCluster.
Return type:oci.disaster_recovery.models.OkeBackupLocation
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 DrProtectionGroupMemberOkeCluster. 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 DrProtectionGroupMemberOkeCluster.
Return type:str
load_balancer_mappings

Gets the load_balancer_mappings of this DrProtectionGroupMemberOkeCluster. 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 DrProtectionGroupMemberOkeCluster.
Return type:list[oci.disaster_recovery.models.OkeClusterLoadBalancerMapping]
managed_node_pool_configs

Gets the managed_node_pool_configs of this DrProtectionGroupMemberOkeCluster. The list of 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 DrProtectionGroupMemberOkeCluster.
Return type:list[oci.disaster_recovery.models.OkeClusterManagedNodePoolConfiguration]
member_id

[Required] Gets the member_id of this DrProtectionGroupMember. The OCID of the member.

Example: ocid1.instance.oc1..uniqueID

Returns:The member_id of this DrProtectionGroupMember.
Return type:str
member_type

[Required] Gets the member_type of this DrProtectionGroupMember. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The member_type of this DrProtectionGroupMember.
Return type:str
network_load_balancer_mappings

Gets the network_load_balancer_mappings of this DrProtectionGroupMemberOkeCluster. 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 DrProtectionGroupMemberOkeCluster.
Return type:list[oci.disaster_recovery.models.OkeClusterNetworkLoadBalancerMapping]
peer_cluster_id

Gets the peer_cluster_id of this DrProtectionGroupMemberOkeCluster. 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 DrProtectionGroupMemberOkeCluster.
Return type:str
vault_mappings

Gets the vault_mappings of this DrProtectionGroupMemberOkeCluster. 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 DrProtectionGroupMemberOkeCluster.
Return type:list[oci.disaster_recovery.models.OkeClusterVaultMapping]
virtual_node_pool_configs

Gets the virtual_node_pool_configs of this DrProtectionGroupMemberOkeCluster. The list of 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 DrProtectionGroupMemberOkeCluster.
Return type:list[oci.disaster_recovery.models.OkeClusterVirtualNodePoolConfiguration]