An EndpointAddress
contains the data that describes an Endpoint's address in Kubernetes.
More...
List of all members.
Detailed Description
An EndpointAddress
contains the data that describes an Endpoint's address in Kubernetes.
Note: This class is restricted for VMware internal use only
Constructor & Destructor Documentation
vmware::vcenter::namespaces::EndpointAddress::EndpointAddress |
( |
| ) |
[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::namespaces::EndpointAddress::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::vcenter::namespaces::EndpointAddress::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::namespaces::EndpointAddress::_GetType |
( |
| ) |
[inline] |
bool vmware::vcenter::namespaces::EndpointAddress::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::vcenter::namespaces::EndpointAddress::_Validate |
( |
| ) |
[inline] |
override bool vmware::vcenter::namespaces::EndpointAddress::Equals |
( |
object |
obj | ) |
[inline] |
override int vmware::vcenter::namespaces::EndpointAddress::GetHashCode |
( |
| ) |
[inline] |
string vmware::vcenter::namespaces::EndpointAddress::GetIp |
( |
| ) |
[inline] |
The IP address of the Endpoint.
long vmware::vcenter::namespaces::EndpointAddress::GetPort |
( |
| ) |
[inline] |
The port of the Endpoint.
string vmware::vcenter::namespaces::EndpointAddress::GetProtocol |
( |
| ) |
[inline] |
The protocol used by this Endpoint.
string vmware::vcenter::namespaces::EndpointAddress::GetService |
( |
| ) |
[inline] |
The Kubernetes Service the Endpoint belongs to.
void vmware::vcenter::namespaces::EndpointAddress::SetIp |
( |
string |
ip | ) |
[inline] |
The IP address of the Endpoint.
void vmware::vcenter::namespaces::EndpointAddress::SetPort |
( |
long |
port | ) |
[inline] |
The port of the Endpoint.
void vmware::vcenter::namespaces::EndpointAddress::SetProtocol |
( |
string |
protocol | ) |
[inline] |
The protocol used by this Endpoint.
void vmware::vcenter::namespaces::EndpointAddress::SetService |
( |
string |
service | ) |
[inline] |
The Kubernetes Service the Endpoint belongs to.
override string vmware::vcenter::namespaces::EndpointAddress::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: