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

List of all members.

Classes

class  Builder
 Builder class for DnsAssignedValues. More...

Public Member Functions

 DnsAssignedValues ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetHostName ()
 The host name portion of DNS name.
void SetHostName (string hostName)
 The host name portion of DNS name.
string GetDomainName ()
 The domain name portion of the DNS name.
void SetDomainName (string domainName)
 The domain name portion of the DNS name.
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 ()

Constructor & Destructor Documentation

vmware::vcenter::vm::guest::DnsAssignedValues::DnsAssignedValues ( ) [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::DnsAssignedValues::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vm::guest::DnsAssignedValues::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vm::guest::DnsAssignedValues::_GetType ( ) [inline]
bool vmware::vcenter::vm::guest::DnsAssignedValues::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vm::guest::DnsAssignedValues::_Validate ( ) [inline]
override bool vmware::vcenter::vm::guest::DnsAssignedValues::Equals ( object  obj) [inline]
string vmware::vcenter::vm::guest::DnsAssignedValues::GetDomainName ( ) [inline]

The domain name portion of the DNS name.

"example.com" part of esx01.example.com. This attribute was added in vSphere API 7.0.0.

override int vmware::vcenter::vm::guest::DnsAssignedValues::GetHashCode ( ) [inline]
string vmware::vcenter::vm::guest::DnsAssignedValues::GetHostName ( ) [inline]

The host name portion of DNS name.

For example, "esx01" part of esx01.example.com. This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::vm::guest::DnsAssignedValues::SetDomainName ( string  domainName) [inline]

The domain name portion of the DNS name.

"example.com" part of esx01.example.com. This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::vm::guest::DnsAssignedValues::SetHostName ( string  hostName) [inline]

The host name portion of DNS name.

For example, "esx01" part of esx01.example.com. This attribute was added in vSphere API 7.0.0.

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

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