Class NetworkConfiguration
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.ocvp.model.NetworkConfiguration
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20230701") public final class NetworkConfiguration extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
 Note: Objects should always be created or deserialized using theNetworkConfiguration.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 theNetworkConfiguration.Builder, which maintain a set of all explicitly set fields calledNetworkConfiguration.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 classNetworkConfiguration.Builder
 - 
Constructor SummaryConstructors Constructor Description NetworkConfiguration(String provisioningSubnetId, String vsphereVlanId, String vmotionVlanId, String vsanVlanId, String nsxVTepVlanId, String nsxEdgeVTepVlanId, String nsxEdgeUplink1VlanId, String nsxEdgeUplink2VlanId, String replicationVlanId, String provisioningVlanId, String hcxVlanId)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkConfiguration.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetHcxVlanId()The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment.StringgetNsxEdgeUplink1VlanId()The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.StringgetNsxEdgeUplink2VlanId()The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.StringgetNsxEdgeVTepVlanId()The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.StringgetNsxVTepVlanId()The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.StringgetProvisioningSubnetId()The OCID of the management subnet used to provision the Cluster.StringgetProvisioningVlanId()The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.StringgetReplicationVlanId()The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.StringgetVmotionVlanId()The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.StringgetVsanVlanId()The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.StringgetVsphereVlanId()The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.inthashCode()NetworkConfiguration.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
NetworkConfiguration@Deprecated @ConstructorProperties({"provisioningSubnetId","vsphereVlanId","vmotionVlanId","vsanVlanId","nsxVTepVlanId","nsxEdgeVTepVlanId","nsxEdgeUplink1VlanId","nsxEdgeUplink2VlanId","replicationVlanId","provisioningVlanId","hcxVlanId"}) public NetworkConfiguration(String provisioningSubnetId, String vsphereVlanId, String vmotionVlanId, String vsanVlanId, String nsxVTepVlanId, String nsxEdgeVTepVlanId, String nsxEdgeUplink1VlanId, String nsxEdgeUplink2VlanId, String replicationVlanId, String provisioningVlanId, String hcxVlanId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static NetworkConfiguration.Builder builder() Create a new builder.
 - 
toBuilderpublic NetworkConfiguration.Builder toBuilder() 
 - 
getProvisioningSubnetIdpublic String getProvisioningSubnetId() The OCID of the management subnet used to provision the Cluster.- Returns:
- the value
 
 - 
getVsphereVlanIdpublic String getVsphereVlanId() The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.This VLAN is a mandatory attribute for Management Cluster. This attribute is not guaranteed to reflect the vSphere VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vSphere VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vSphere component of the VMware environment, you should use updateSddcto update the Cluster's vsphereVlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getVmotionVlanIdpublic String getVmotionVlanId() The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.This attribute is not guaranteed to reflect the vMotion VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vMotion VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vMotion component of the VMware environment, you should use updateClusterto update the Cluster's vmotionVlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getVsanVlanIdpublic String getVsanVlanId() The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.This attribute is not guaranteed to reflect the vSAN VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vSAN VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vSAN component of the VMware environment, you should use updateClusterto update the Cluster's vsanVlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getNsxVTepVlanIdpublic String getNsxVTepVlanId() The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.This attribute is not guaranteed to reflect the NSX VTEP VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX VTEP VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX VTEP component of the VMware environment, you should use updateClusterto update the Cluster's nsxVTepVlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getNsxEdgeVTepVlanIdpublic String getNsxEdgeVTepVlanId() The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.This attribute is not guaranteed to reflect the NSX Edge VTEP VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge VTEP VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge VTEP component of the VMware environment, you should use updateClusterto update the Cluster's nsxEdgeVTepVlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getNsxEdgeUplink1VlanIdpublic String getNsxEdgeUplink1VlanId() The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.This VLAN is a mandatory attribute for Management Cluster. This attribute is not guaranteed to reflect the NSX Edge Uplink 1 VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge Uplink 1 VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge Uplink 1 component of the VMware environment, you should use updateClusterto update the Cluster's nsxEdgeUplink1VlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getNsxEdgeUplink2VlanIdpublic String getNsxEdgeUplink2VlanId() The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.This VLAN is a mandatory attribute for Management Cluster. This attribute is not guaranteed to reflect the NSX Edge Uplink 2 VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge Uplink 2 VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge Uplink 2 component of the VMware environment, you should use updateClusterto update the Cluster's nsxEdgeUplink2VlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
getReplicationVlanIdpublic String getReplicationVlanId() The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.- Returns:
- the value
 
 - 
getProvisioningVlanIdpublic String getProvisioningVlanId() The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.- Returns:
- the value
 
 - 
getHcxVlanIdpublic String getHcxVlanId() The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment.This VLAN is a mandatory attribute for Management Cluster when HCX is enabled. This attribute is not guaranteed to reflect the HCX VLAN currently used by the ESXi hosts in the SDDC. The purpose of this attribute is to show the HCX VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this SDDC in the future* with createEsxiHost.Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN for the HCX component of the VMware environment, you should use updateSddcto update the SDDC's hcxVlanId with that new VLAN's OCID.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-