Package | Description |
---|---|
com.vmware.vcenter.vm.guest |
The
com.vmware.vcenter.vm.guest package provides interfaces for dealing
with the guest operating system. |
com.vmware.vcenter.vm.guest.networking |
The
com.vmware.vcenter.vm.guest.networking package provides interfaces
for dealing with the guest operating system networking. |
Modifier and Type | Method and Description |
---|---|
static DnsAssignedValues |
DnsAssignedValues._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static DnsAssignedValues |
DnsAssignedValues._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DnsAssignedValues |
DnsAssignedValues.Builder.build() |
DnsAssignedValues |
NetworkingTypes.Info.getDnsValues()
Client DNS values.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkingTypes.Info.setDnsValues(DnsAssignedValues dnsValues)
Client DNS values.
|
NetworkingTypes.Info.Builder |
NetworkingTypes.Info.Builder.setDnsValues(DnsAssignedValues dnsValues)
Client DNS values.
|
Modifier and Type | Method and Description |
---|---|
DnsAssignedValues |
InterfacesTypes.Info.getDnsValues()
Client DNS values.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfacesTypes.Info.setDnsValues(DnsAssignedValues dnsValues)
Client DNS values.
|
InterfacesTypes.Info.Builder |
InterfacesTypes.Info.Builder.setDnsValues(DnsAssignedValues dnsValues)
Client DNS values.
|