VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for Ipv4. More...
Public Member Functions | |
Builder (vmware.vcenter.guest.Ipv4.Type type) | |
Constructor with parameters for the required properties of Ipv4. | |
Builder | SetIpAddress (string ipAddress) |
The static IPv4 address. | |
Builder | SetPrefix (long?prefix) |
The IPv4 CIDR prefix, for example, 24. | |
Builder | SetGateways (global::System.Collections.Generic.List< string > gateways) |
Gateways for the IPv4 address. | |
Ipv4 | Build () |
vmware::vcenter::guest::Ipv4::Builder::Builder | ( | vmware.vcenter.guest.Ipv4.Type | type | ) | [inline] |
Constructor with parameters for the required properties of Ipv4.
Ipv4 vmware::vcenter::guest::Ipv4::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::guest::Ipv4::Builder::SetGateways | ( | global::System.Collections.Generic.List< string > | gateways | ) | [inline] |
Gateways for the IPv4 address.
This attribute was added in vSphere API 7.0.0.
Builder vmware::vcenter::guest::Ipv4::Builder::SetIpAddress | ( | string | ipAddress | ) | [inline] |
The static IPv4 address.
This attribute was added in vSphere API 7.0.0.
Builder vmware::vcenter::guest::Ipv4::Builder::SetPrefix | ( | long? | prefix | ) | [inline] |
The IPv4 CIDR prefix, for example, 24.
See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion. This attribute was added in vSphere API 7.0.0.