Show / Hide Table of Contents

Class BareMetalControlPlaneConfig

Specifies the control plane configuration.

Inheritance
object
BareMetalControlPlaneConfig
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 BareMetalControlPlaneConfig : IDirectResponseSchema

Properties

ApiServerArgs

Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.

Declaration
[JsonProperty("apiServerArgs")]
public virtual IList<BareMetalApiServerArgument> ApiServerArgs { get; set; }
Property Value
Type Description
IList<BareMetalApiServerArgument>

ControlPlaneNodePoolConfig

Required. Configures the node pool running the control plane.

Declaration
[JsonProperty("controlPlaneNodePoolConfig")]
public virtual BareMetalControlPlaneNodePoolConfig ControlPlaneNodePoolConfig { get; set; }
Property Value
Type Description
BareMetalControlPlaneNodePoolConfig

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX