VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for IpSpec. More...
Public Member Functions | |
Builder (vmware.vcenter.vcha.IpFamily ipFamily) | |
Constructor with parameters for the required properties of IpSpec. | |
Builder | SetIpv4 (vmware.vcenter.vcha.Ipv4Spec ipv4) |
If the family of the ip is IPV4, then this will point to IPv4 address specification. | |
Builder | SetIpv6 (vmware.vcenter.vcha.Ipv6Spec ipv6) |
If the family of the ip is IPV6, then this will point to IPv6 address specification. | |
Builder | SetDefaultGateway (string defaultGateway) |
The IP address of the Gateway for this interface. | |
Builder | SetDnsServers (global::System.Collections.Generic.List< string > dnsServers) |
The list of IP addresses of the DNS servers for this interface. | |
IpSpec | Build () |
vmware::vcenter::vcha::IpSpec::Builder::Builder | ( | vmware.vcenter.vcha.IpFamily | ipFamily | ) | [inline] |
Constructor with parameters for the required properties of IpSpec.
IpSpec vmware::vcenter::vcha::IpSpec::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::vcha::IpSpec::Builder::SetDefaultGateway | ( | string | defaultGateway | ) | [inline] |
The IP address of the Gateway for this interface.
This attribute was added in vSphere API 6.7.1.
Builder vmware::vcenter::vcha::IpSpec::Builder::SetDnsServers | ( | global::System.Collections.Generic.List< string > | dnsServers | ) | [inline] |
The list of IP addresses of the DNS servers for this interface.
This list is a comma separated list. This attribute was added in vSphere API 6.7.1.
Builder vmware::vcenter::vcha::IpSpec::Builder::SetIpv4 | ( | vmware.vcenter.vcha.Ipv4Spec | ipv4 | ) | [inline] |
If the family of the ip is IPV4, then this will point to IPv4 address specification.
This attribute was added in vSphere API 6.7.1.
Builder vmware::vcenter::vcha::IpSpec::Builder::SetIpv6 | ( | vmware.vcenter.vcha.Ipv6Spec | ipv6 | ) | [inline] |
If the family of the ip is IPV6, then this will point to IPv6 address specification.
This attribute was added in vSphere API 6.7.1.