VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::trusted_infrastructure::NetworkAddress Class Reference

The NetworkAddress class contains an IP address or DNS resolvable name and a port on which a connection can be established. More...

List of all members.

Classes

class  Builder
 Builder class for NetworkAddress. More...

Public Member Functions

 NetworkAddress ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetHostname ()
 The IP address or DNS resolvable name of the service.
void SetHostname (string hostname)
 The IP address or DNS resolvable name of the service.
long GetPort ()
 The port of the service.
void SetPort (long?port)
 The port of the service.
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 NetworkAddress class contains an IP address or DNS resolvable name and a port on which a connection can be established.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

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

The IP address or DNS resolvable name of the service.

This attribute was added in vSphere API 7.0.0.

long vmware::vcenter::trusted_infrastructure::NetworkAddress::GetPort ( ) [inline]

The port of the service.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::trusted_infrastructure::NetworkAddress::SetHostname ( string  hostname) [inline]

The IP address or DNS resolvable name of the service.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::trusted_infrastructure::NetworkAddress::SetPort ( long?  port) [inline]

The port of the service.

This attribute was added in vSphere API 7.0.0.

override string vmware::vcenter::trusted_infrastructure::NetworkAddress::ToString ( ) [inline]

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