An IngressRuleValue
contains the data that describes an Ingress rule in Kubernetes.
More...
List of all members.
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] |
string vmware::vcenter::namespaces::IngressRuleValue::GetName |
( |
| ) |
[inline] |
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] |
void vmware::vcenter::namespaces::IngressRuleValue::SetName |
( |
string |
name | ) |
[inline] |
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: