VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::guest::DnsConfigInfo Class Reference

The DnsConfigInfo class describes the configuration of RFC 1034 DNS settings. More...

List of all members.

Classes

class  Builder
 Builder class for DnsConfigInfo. More...

Public Member Functions

 DnsConfigInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
global::System.Collections.Generic.List
< string > 
GetIpAddresses ()
 The IP addresses of the DNS servers in order of use.
void SetIpAddresses (global::System.Collections.Generic.List< string > ipAddresses)
 The IP addresses of the DNS servers in order of use.
global::System.Collections.Generic.List
< string > 
GetSearchDomains ()
 The domain in which to search for hosts, placed in order of preference.
void SetSearchDomains (global::System.Collections.Generic.List< string > searchDomains)
 The domain in which to search for hosts, placed in order of preference.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The DnsConfigInfo class describes the configuration of RFC 1034 DNS settings.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

vmware::vcenter::vm::guest::DnsConfigInfo::DnsConfigInfo ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vm::guest::DnsConfigInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vm::guest::DnsConfigInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vm::guest::DnsConfigInfo::_GetType ( ) [inline]
bool vmware::vcenter::vm::guest::DnsConfigInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vm::guest::DnsConfigInfo::_Validate ( ) [inline]
override bool vmware::vcenter::vm::guest::DnsConfigInfo::Equals ( object  obj) [inline]
override int vmware::vcenter::vm::guest::DnsConfigInfo::GetHashCode ( ) [inline]
global::System.Collections.Generic.List<string> vmware::vcenter::vm::guest::DnsConfigInfo::GetIpAddresses ( ) [inline]

The IP addresses of the DNS servers in order of use.

IPv4 addresses are specified using dotted decimal notation. For example, "192.0.2.1". IPv6 addresses are 128-bit addresses represented as eight fields of up to four hexadecimal digits. A colon separates each field (:). For example, 2001:DB8:101::230:6eff:fe04:d9ff. The address can also consist of the symbol '::' to represent multiple 16-bit groups of contiguous 0's only once in an address as described in RFC 2373. This attribute was added in vSphere API 7.0.0.

global::System.Collections.Generic.List<string> vmware::vcenter::vm::guest::DnsConfigInfo::GetSearchDomains ( ) [inline]

The domain in which to search for hosts, placed in order of preference.

These are the domain name portion of the DNS names. This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::vm::guest::DnsConfigInfo::SetIpAddresses ( global::System.Collections.Generic.List< string >  ipAddresses) [inline]

The IP addresses of the DNS servers in order of use.

IPv4 addresses are specified using dotted decimal notation. For example, "192.0.2.1". IPv6 addresses are 128-bit addresses represented as eight fields of up to four hexadecimal digits. A colon separates each field (:). For example, 2001:DB8:101::230:6eff:fe04:d9ff. The address can also consist of the symbol '::' to represent multiple 16-bit groups of contiguous 0's only once in an address as described in RFC 2373. This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::vm::guest::DnsConfigInfo::SetSearchDomains ( global::System.Collections.Generic.List< string >  searchDomains) [inline]

The domain in which to search for hosts, placed in order of preference.

These are the domain name portion of the DNS names. This attribute was added in vSphere API 7.0.0.

override string vmware::vcenter::vm::guest::DnsConfigInfo::ToString ( ) [inline]

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