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.
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: