VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::guest::Ipv4::Builder Class Reference

Builder class for Ipv4. More...

List of all members.

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 ()

Detailed Description

Builder class for Ipv4.


Constructor & Destructor Documentation

vmware::vcenter::guest::Ipv4::Builder::Builder ( vmware.vcenter.guest.Ipv4.Type  type) [inline]

Constructor with parameters for the required properties of Ipv4.


Member Function Documentation

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.


The documentation for this class was generated from the following file: