VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespaces::EndpointAddress Class Reference

An EndpointAddress contains the data that describes an Endpoint's address in Kubernetes. More...

List of all members.

Classes

class  Builder
 Builder class for EndpointAddress. More...

Public Member Functions

 EndpointAddress ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetService ()
 The Kubernetes Service the Endpoint belongs to.
void SetService (string service)
 The Kubernetes Service the Endpoint belongs to.
string GetIp ()
 The IP address of the Endpoint.
void SetIp (string ip)
 The IP address of the Endpoint.
long GetPort ()
 The port of the Endpoint.
void SetPort (long port)
 The port of the Endpoint.
string GetProtocol ()
 The protocol used by this Endpoint.
void SetProtocol (string protocol)
 The protocol used by this Endpoint.
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

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: