Class BareMetalApiServerArgument
Represents an arg name->value pair. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalApiServerArgument : IDirectResponseSchema
Properties
Argument
Required. The argument name as it appears on the API Server command line, make sure to remove the leading dashes.
Declaration
[JsonProperty("argument")]
public virtual string Argument { 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 |
Value
Required. The value of the arg as it will be passed to the API Server command line.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |