CreateDrProtectionGroupMemberOkeClusterDetails

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

Bases: oci.disaster_recovery.models.create_dr_protection_group_member_details.CreateDrProtectionGroupMemberDetails

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

Methods

__init__(**kwargs) Initializes a new CreateDrProtectionGroupMemberOkeClusterDetails 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 CreateDrProtectionGroupMemberOkeClusterDetails 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:
backup_config

Gets the backup_config of this CreateDrProtectionGroupMemberOkeClusterDetails.

Returns:The backup_config of this CreateDrProtectionGroupMemberOkeClusterDetails.
Return type:oci.disaster_recovery.models.CreateOkeClusterBackupConfigDetails
backup_location

Gets the backup_location of this CreateDrProtectionGroupMemberOkeClusterDetails.

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

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

Gets the managed_node_pool_configs of this CreateDrProtectionGroupMemberOkeClusterDetails. 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 CreateDrProtectionGroupMemberOkeClusterDetails.
Return type:list[oci.disaster_recovery.models.CreateOkeClusterManagedNodePoolConfigurationDetails]
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
network_load_balancer_mappings

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

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

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

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