VmwareAdminManualLbConfig class

Constructors

VmwareAdminManualLbConfig({int? addonsNodePort, int? controlPlaneNodePort, int? ingressHttpNodePort, int? ingressHttpsNodePort, int? konnectivityServerNodePort})
VmwareAdminManualLbConfig.fromJson(Map json_)

Properties

addonsNodePort int?
NodePort for add-ons server in the admin cluster.
getter/setter pair
controlPlaneNodePort int?
NodePort for control plane service.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ingressHttpNodePort int?
NodePort for ingress service's http.
getter/setter pair
ingressHttpsNodePort int?
NodePort for ingress service's https.
getter/setter pair
konnectivityServerNodePort int?
NodePort for konnectivity server service running as a sidecar in each kube-apiserver pod (ex.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited