@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public final class DrProtectionGroupMemberOkeCluster extends DrProtectionGroupMember
Properties for a OKE Cluster member of a DR Protection Group.
Note: Objects should always be created or deserialized using the DrProtectionGroupMemberOkeCluster.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the DrProtectionGroupMemberOkeCluster.Builder
, which maintain a
set of all explicitly set fields called DrProtectionGroupMemberOkeCluster.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
DrProtectionGroupMemberOkeCluster.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DrProtectionGroupMemberOkeCluster(String memberId,
String peerClusterId,
String jumpHostId,
OkeBackupLocation backupLocation,
OkeClusterBackupConfig backupConfig,
List<OkeClusterLoadBalancerMapping> loadBalancerMappings,
List<OkeClusterNetworkLoadBalancerMapping> networkLoadBalancerMappings,
List<OkeClusterVaultMapping> vaultMappings,
List<OkeClusterManagedNodePoolConfiguration> managedNodePoolConfigs,
List<OkeClusterVirtualNodePoolConfiguration> virtualNodePoolConfigs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DrProtectionGroupMemberOkeCluster.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
OkeClusterBackupConfig |
getBackupConfig() |
OkeBackupLocation |
getBackupLocation() |
String |
getJumpHostId()
The OCID of the compute instance member that is designated as a jump host.
|
List<OkeClusterLoadBalancerMapping> |
getLoadBalancerMappings()
The list of source-to-destination load balancer mappings required for DR operations.
|
List<OkeClusterManagedNodePoolConfiguration> |
getManagedNodePoolConfigs()
The list of node pools with configurations for minimum and maximum node counts.
|
List<OkeClusterNetworkLoadBalancerMapping> |
getNetworkLoadBalancerMappings()
The list of source-to-destination network load balancer mappings required for DR operations.
|
String |
getPeerClusterId()
The OCID of the peer OKE cluster.
|
List<OkeClusterVaultMapping> |
getVaultMappings()
The list of source-to-destination vault mappings required for DR operations.
|
List<OkeClusterVirtualNodePoolConfiguration> |
getVirtualNodePoolConfigs()
The list of node pools with configurations for minimum and maximum node counts.
|
int |
hashCode() |
DrProtectionGroupMemberOkeCluster.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getMemberId
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public DrProtectionGroupMemberOkeCluster(String memberId, String peerClusterId, String jumpHostId, OkeBackupLocation backupLocation, OkeClusterBackupConfig backupConfig, List<OkeClusterLoadBalancerMapping> loadBalancerMappings, List<OkeClusterNetworkLoadBalancerMapping> networkLoadBalancerMappings, List<OkeClusterVaultMapping> vaultMappings, List<OkeClusterManagedNodePoolConfiguration> managedNodePoolConfigs, List<OkeClusterVirtualNodePoolConfiguration> virtualNodePoolConfigs)
public static DrProtectionGroupMemberOkeCluster.Builder builder()
Create a new builder.
public DrProtectionGroupMemberOkeCluster.Builder toBuilder()
public String getPeerClusterId()
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
public String getJumpHostId()
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
public OkeBackupLocation getBackupLocation()
public OkeClusterBackupConfig getBackupConfig()
public List<OkeClusterLoadBalancerMapping> getLoadBalancerMappings()
The list of source-to-destination load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
public List<OkeClusterNetworkLoadBalancerMapping> getNetworkLoadBalancerMappings()
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.
public List<OkeClusterVaultMapping> getVaultMappings()
The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
public List<OkeClusterManagedNodePoolConfiguration> getManagedNodePoolConfigs()
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.
public List<OkeClusterVirtualNodePoolConfiguration> getVirtualNodePoolConfigs()
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.
public String toString()
toString
in class DrProtectionGroupMember
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class DrProtectionGroupMember
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class DrProtectionGroupMember
public int hashCode()
hashCode
in class DrProtectionGroupMember
Copyright © 2016–2025. All rights reserved.