Show / Hide Table of Contents

Class ConfigManagementDeploymentOverride

Configuration for a deployment override.

Inheritance
object
ConfigManagementDeploymentOverride
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.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementDeploymentOverride : IDirectResponseSchema

Properties

Containers

Optional. The containers of the deployment resource to be overridden.

Declaration
[JsonProperty("containers")]
public virtual IList<ConfigManagementContainerOverride> Containers { get; set; }
Property Value
Type Description
IList<ConfigManagementContainerOverride>

DeploymentName

Required. The name of the deployment resource to be overridden.

Declaration
[JsonProperty("deploymentName")]
public virtual string DeploymentName { get; set; }
Property Value
Type Description
string

DeploymentNamespace

Required. The namespace of the deployment resource to be overridden..

Declaration
[JsonProperty("deploymentNamespace")]
public virtual string DeploymentNamespace { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX