Class UpdateDrProtectionGroupMemberOkeClusterDetails
Update properties for an OKE member.
Inheritance
UpdateDrProtectionGroupMemberOkeClusterDetails
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateDrProtectionGroupMemberOkeClusterDetails : UpdateDrProtectionGroupMemberDetails
Properties
BackupConfig
Declaration
[JsonProperty(PropertyName = "backupConfig")]
public UpdateOkeClusterBackupConfigDetails BackupConfig { get; set; }
Property Value
BackupLocation
Declaration
[JsonProperty(PropertyName = "backupLocation")]
public UpdateOkeBackupLocationDetails BackupLocation { get; set; }
Property Value
JumpHostId
Declaration
[JsonProperty(PropertyName = "jumpHostId")]
public string JumpHostId { get; set; }
Property Value
Type |
Description |
string |
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
|
LoadBalancerMappings
Declaration
[JsonProperty(PropertyName = "loadBalancerMappings")]
public List<UpdateOkeClusterLoadBalancerMappingDetails> LoadBalancerMappings { get; set; }
Property Value
ManagedNodePoolConfigs
Declaration
[JsonProperty(PropertyName = "managedNodePoolConfigs")]
public List<UpdateOkeClusterManagedNodePoolConfigurationDetails> ManagedNodePoolConfigs { get; set; }
Property Value
NetworkLoadBalancerMappings
Declaration
[JsonProperty(PropertyName = "networkLoadBalancerMappings")]
public List<UpdateOkeClusterNetworkLoadBalancerMappingDetails> NetworkLoadBalancerMappings { get; set; }
Property Value
PeerClusterId
Declaration
[JsonProperty(PropertyName = "peerClusterId")]
public string PeerClusterId { get; set; }
Property Value
Type |
Description |
string |
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
|
VaultMappings
Declaration
[JsonProperty(PropertyName = "vaultMappings")]
public List<UpdateOkeClusterVaultMappingDetails> VaultMappings { get; set; }
Property Value
Type |
Description |
List<UpdateOkeClusterVaultMappingDetails> |
The list of source-to-destination vault mappings required for DR operations.
This property applies to the OKE cluster member in primary region.
|
VirtualNodePoolConfigs
Declaration
[JsonProperty(PropertyName = "virtualNodePoolConfigs")]
public List<UpdateOkeClusterVirtualNodePoolConfigurationDetails> VirtualNodePoolConfigs { get; set; }
Property Value