public class ClusterNetworkConfigSpec extends DynamicData
Java class for ClusterNetworkConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterNetworkConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="networkPortGroup" type="{urn:vim25}ManagedObjectReference"/>
<element name="ipSettings" type="{urn:vim25}CustomizationIPSettings"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationIPSettings |
ipSettings |
protected ManagedObjectReference |
networkPortGroup |
| Constructor and Description |
|---|
ClusterNetworkConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationIPSettings |
getIpSettings()
Gets the value of the ipSettings property.
|
ManagedObjectReference |
getNetworkPortGroup()
Gets the value of the networkPortGroup property.
|
void |
setIpSettings(CustomizationIPSettings value)
Sets the value of the ipSettings property.
|
void |
setNetworkPortGroup(ManagedObjectReference value)
Sets the value of the networkPortGroup property.
|
protected ManagedObjectReference networkPortGroup
protected CustomizationIPSettings ipSettings
public ManagedObjectReference getNetworkPortGroup()
ManagedObjectReferencepublic void setNetworkPortGroup(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic CustomizationIPSettings getIpSettings()
CustomizationIPSettingspublic void setIpSettings(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingsCopyright © 2018. All rights reserved.