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

An IngressRuleValue contains the data that describes an Ingress rule in Kubernetes. More...

List of all members.

Classes

class  Builder
 Builder class for IngressRuleValue. More...

Public Member Functions

 IngressRuleValue ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetHost ()
 The Ingress's host.
void SetHost (string host)
 The Ingress's host.
string GetPath ()
 The Ingress's path filter.
void SetPath (string path)
 The Ingress's path filter.
string GetName ()
 The Ingress's name.
void SetName (string name)
 The Ingress's name.
long GetPort ()
 The Ingress's service port.
void SetPort (long port)
 The Ingress's service port.
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 IngressRuleValue contains the data that describes an Ingress rule in Kubernetes.

Note: This class is restricted for VMware internal use only


Constructor & Destructor Documentation

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

The Ingress's host.

string vmware::vcenter::namespaces::IngressRuleValue::GetName ( ) [inline]

The Ingress's name.

string vmware::vcenter::namespaces::IngressRuleValue::GetPath ( ) [inline]

The Ingress's path filter.

long vmware::vcenter::namespaces::IngressRuleValue::GetPort ( ) [inline]

The Ingress's service port.

void vmware::vcenter::namespaces::IngressRuleValue::SetHost ( string  host) [inline]

The Ingress's host.

void vmware::vcenter::namespaces::IngressRuleValue::SetName ( string  name) [inline]

The Ingress's name.

void vmware::vcenter::namespaces::IngressRuleValue::SetPath ( string  path) [inline]

The Ingress's path filter.

void vmware::vcenter::namespaces::IngressRuleValue::SetPort ( long  port) [inline]

The Ingress's service port.

override string vmware::vcenter::namespaces::IngressRuleValue::ToString ( ) [inline]

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