public static final class NetworksTypes.Info.Builder
extends java.lang.Object
NetworksTypes.Info.| Constructor and Description |
|---|
Builder(java.lang.String network,
ClustersTypes.NetworkProvider networkProvider)
Constructor with parameters for the required properties of
NetworksTypes.Info. |
| Modifier and Type | Method and Description |
|---|---|
NetworksTypes.Info |
build() |
NetworksTypes.Info.Builder |
setVsphereNetwork(NetworksTypes.VsphereDVPGNetworkInfo vsphereNetwork)
Updated configuration specification for a DVPG-backed Namespaces network object,
supported by
VSPHERE_NETWORK network provider. |
public Builder(java.lang.String network,
ClustersTypes.NetworkProvider networkProvider)
NetworksTypes.Info.public NetworksTypes.Info.Builder setVsphereNetwork(NetworksTypes.VsphereDVPGNetworkInfo vsphereNetwork)
VSPHERE_NETWORK network provider. This property was added
in vSphere API 7.0.1.0.
This property is optional and it is only relevant when the value of getNetworkProvider() is ClustersTypes.NetworkProvider.VSPHERE_NETWORK.vsphereNetwork - New value for the property.public NetworksTypes.Info build()