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 DnsConfigInfo |
DnsConfigInfo._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 DnsConfigInfo |
DnsConfigInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DnsConfigInfo |
DnsConfigInfo.Builder.build() |
DnsConfigInfo |
NetworkingTypes.Info.getDns()
Client DNS configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkingTypes.Info.setDns(DnsConfigInfo dns)
Client DNS configuration.
|
NetworkingTypes.Info.Builder |
NetworkingTypes.Info.Builder.setDns(DnsConfigInfo dns)
Client DNS configuration.
|
Modifier and Type | Method and Description |
---|---|
DnsConfigInfo |
InterfacesTypes.Info.getDns()
DNS configuration of the adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfacesTypes.Info.setDns(DnsConfigInfo dns)
DNS configuration of the adapter.
|
InterfacesTypes.Info.Builder |
InterfacesTypes.Info.Builder.setDns(DnsConfigInfo dns)
DNS configuration of the adapter.
|