Class DrProtectionGroupMemberOkeCluster
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMember
- 
- com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMemberOkeCluster
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public final class DrProtectionGroupMemberOkeCluster extends DrProtectionGroupMemberProperties for a OKE Cluster member of a DR Protection Group.
 Note: Objects should always be created or deserialized using theDrProtectionGroupMemberOkeCluster.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 theDrProtectionGroupMemberOkeCluster.Builder, which maintain a set of all explicitly set fields calledDrProtectionGroupMemberOkeCluster.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDrProtectionGroupMemberOkeCluster.Builder
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrProtectionGroupMemberOkeCluster.Builderbuilder()Create a new builder.booleanequals(Object o)OkeClusterBackupConfiggetBackupConfig()OkeBackupLocationgetBackupLocation()StringgetJumpHostId()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.StringgetPeerClusterId()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.inthashCode()DrProtectionGroupMemberOkeCluster.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMembergetMemberId
 
- 
 
- 
- 
- 
Constructor Detail- 
DrProtectionGroupMemberOkeCluster@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) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DrProtectionGroupMemberOkeCluster.Builder builder() Create a new builder.
 - 
toBuilderpublic DrProtectionGroupMemberOkeCluster.Builder toBuilder() 
 - 
getPeerClusterIdpublic 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 - Returns:
- the value
 
 - 
getJumpHostIdpublic 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 - Returns:
- the value
 
 - 
getBackupLocationpublic OkeBackupLocation getBackupLocation() 
 - 
getBackupConfigpublic OkeClusterBackupConfig getBackupConfig() 
 - 
getLoadBalancerMappingspublic 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. - Returns:
- the value
 
 - 
getNetworkLoadBalancerMappingspublic 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. - Returns:
- the value
 
 - 
getVaultMappingspublic 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. - Returns:
- the value
 
 - 
getManagedNodePoolConfigspublic 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. - Returns:
- the value
 
 - 
getVirtualNodePoolConfigspublic 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. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- DrProtectionGroupMember
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- DrProtectionGroupMember
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- DrProtectionGroupMember
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- DrProtectionGroupMember
 
 
- 
 
-