VmwareAdminSeesawConfig class

VmwareSeesawConfig represents configuration parameters for an already existing Seesaw load balancer.

IMPORTANT: Please note that the Anthos On-Prem API will not generate or update Seesaw configurations it can only bind a pre-existing configuration to a new user cluster. IMPORTANT: When attempting to create a user cluster with a pre-existing Seesaw load balancer you will need to follow some preparation steps before calling the 'CreateVmwareCluster' API method. First you will need to create the user cluster's namespace via kubectl. The namespace will need to use the following naming convention : -gke-onprem-mgmt or -gke-onprem-mgmt depending on whether you used the 'VmwareCluster.local_name' to disambiguate collisions; for more context see the documentation of 'VmwareCluster.local_name'. Once the namespace is created you will need to create a secret resource via kubectl. This secret will contain copies of your Seesaw credentials. The Secret must be called 'user-cluster-creds' and contain Seesaw's SSH and Cert credentials. The credentials must be keyed with the following names: 'seesaw-ssh-private-key', 'seesaw-ssh-public-key', 'seesaw-ssh-ca-key', 'seesaw-ssh-ca-cert'.

Constructors

VmwareAdminSeesawConfig({bool? enableHa, String? group, List<VmwareIpBlock>? ipBlocks, String? masterIp, String? stackdriverName, List<String>? vms})
VmwareAdminSeesawConfig.fromJson(Map json_)

Properties

enableHa bool?
Enable two load balancer VMs to achieve a highly-available Seesaw load balancer.
getter/setter pair
group String?
In general the following format should be used for the Seesaw group name: seesaw-for-[cluster_name].
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipBlocks List<VmwareIpBlock>?
The IP Blocks to be used by the Seesaw load balancer
getter/setter pair
masterIp String?
MasterIP is the IP announced by the master of Seesaw group.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackdriverName String?
Name to be used by Stackdriver.
getter/setter pair
vms List<String>?
Names of the VMs created for this Seesaw group.
getter/setter pair

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