Class VmwareAdminF5BigIpConfig
VmwareAdminF5BigIpConfig represents configuration parameters for an F5 BIG-IP load balancer.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareAdminF5BigIpConfig : IDirectResponseSchema
Properties
Address
The load balancer's IP address.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Partition
The preexisting partition to be used by the load balancer. This partition is usually created for the admin cluster for example: 'my-f5-admin-partition'.
Declaration
[JsonProperty("partition")]
public virtual string Partition { get; set; }
Property Value
Type | Description |
---|---|
string |
SnatPool
The pool name. Only necessary, if using SNAT.
Declaration
[JsonProperty("snatPool")]
public virtual string SnatPool { get; set; }
Property Value
Type | Description |
---|---|
string |