Show / Hide Table of Contents

Class VmwareManualLbConfig

Represents configuration parameters for an already existing manual load balancer. Given the nature of manual load balancers it is expected that said load balancer will be fully managed by users. IMPORTANT: Please note that the Anthos On-Prem API will not generate or update ManualLB configurations it can only bind a pre-existing configuration to a new VMware user cluster.

Inheritance
object
VmwareManualLbConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareManualLbConfig : IDirectResponseSchema

Properties

ControlPlaneNodePort

NodePort for control plane service. The Kubernetes API server in the admin cluster is implemented as a Service of type NodePort (ex. 30968).

Declaration
[JsonProperty("controlPlaneNodePort")]
public virtual int? ControlPlaneNodePort { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IngressHttpNodePort

NodePort for ingress service's http. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 32527).

Declaration
[JsonProperty("ingressHttpNodePort")]
public virtual int? IngressHttpNodePort { get; set; }
Property Value
Type Description
int?

IngressHttpsNodePort

NodePort for ingress service's https. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 30139).

Declaration
[JsonProperty("ingressHttpsNodePort")]
public virtual int? IngressHttpsNodePort { get; set; }
Property Value
Type Description
int?

KonnectivityServerNodePort

NodePort for konnectivity server service running as a sidecar in each kube-apiserver pod (ex. 30564).

Declaration
[JsonProperty("konnectivityServerNodePort")]
public virtual int? KonnectivityServerNodePort { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX