Show / Hide Table of Contents

Class VmwareF5BigIpConfig

Represents configuration parameters for an F5 BIG-IP load balancer.

Inheritance
object
VmwareF5BigIpConfig
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 VmwareF5BigIpConfig : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX