VMware vSphere Automation SDK for .NET 7.0.0.1
|
The IPSettings
class specifies the IP settings for a virtual network adapter.
More...
Classes | |
class | Builder |
Builder class for IPSettings. More... | |
Public Member Functions | |
IPSettings () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.vcenter.guest.Ipv4 | GetIpv4 () |
Specification to configure IPv4 address, subnet mask and gateway info for this virtual network adapter. | |
void | SetIpv4 (vmware.vcenter.guest.Ipv4 ipv4) |
Specification to configure IPv4 address, subnet mask and gateway info for this virtual network adapter. | |
vmware.vcenter.guest.Ipv6 | GetIpv6 () |
Specification to configure IPv6 address, subnet mask and gateway info for this virtual network adapter. | |
void | SetIpv6 (vmware.vcenter.guest.Ipv6 ipv6) |
Specification to configure IPv6 address, subnet mask and gateway info for this virtual network adapter. | |
vmware.vcenter.guest.WindowsNetworkAdapterSettings | GetWindows () |
Windows settings to be configured for this specific virtual Network adapter. | |
void | SetWindows (vmware.vcenter.guest.WindowsNetworkAdapterSettings windows) |
Windows settings to be configured for this specific virtual Network adapter. | |
vmware.vapi.bindings.type.StructType | _GetType () |
vmware.vapi.data.StructValue | _GetDataValue () |
void | _Validate () |
bool | _HasTypeNameOf< T > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
The IPSettings
class specifies the IP settings for a virtual network adapter.
This class was added in vSphere API 7.0.0.
vmware::vcenter::guest::IPSettings::IPSettings | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vcenter::guest::IPSettings::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vcenter::guest::IPSettings::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::guest::IPSettings::_GetType | ( | ) | [inline] |
bool vmware::vcenter::guest::IPSettings::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vcenter::guest::IPSettings::_Validate | ( | ) | [inline] |
override bool vmware::vcenter::guest::IPSettings::Equals | ( | object | obj | ) | [inline] |
override int vmware::vcenter::guest::IPSettings::GetHashCode | ( | ) | [inline] |
vmware.vcenter.guest.Ipv4 vmware::vcenter::guest::IPSettings::GetIpv4 | ( | ) | [inline] |
Specification to configure IPv4 address, subnet mask and gateway info for this virtual network adapter.
This attribute was added in vSphere API 7.0.0.
vmware.vcenter.guest.Ipv6 vmware::vcenter::guest::IPSettings::GetIpv6 | ( | ) | [inline] |
Specification to configure IPv6 address, subnet mask and gateway info for this virtual network adapter.
This attribute was added in vSphere API 7.0.0.
vmware.vcenter.guest.WindowsNetworkAdapterSettings vmware::vcenter::guest::IPSettings::GetWindows | ( | ) | [inline] |
Windows settings to be configured for this specific virtual Network adapter.
This is valid only for Windows guest operating systems. This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::IPSettings::SetIpv4 | ( | vmware.vcenter.guest.Ipv4 | ipv4 | ) | [inline] |
Specification to configure IPv4 address, subnet mask and gateway info for this virtual network adapter.
This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::IPSettings::SetIpv6 | ( | vmware.vcenter.guest.Ipv6 | ipv6 | ) | [inline] |
Specification to configure IPv6 address, subnet mask and gateway info for this virtual network adapter.
This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::IPSettings::SetWindows | ( | vmware.vcenter.guest.WindowsNetworkAdapterSettings | windows | ) | [inline] |
Windows settings to be configured for this specific virtual Network adapter.
This is valid only for Windows guest operating systems. This attribute was added in vSphere API 7.0.0.
override string vmware::vcenter::guest::IPSettings::ToString | ( | ) | [inline] |