public sealed class SetAddonsConfigRequest : IMessage<SetAddonsConfigRequest>, IEquatable<SetAddonsConfigRequest>, IDeepCloneable<SetAddonsConfigRequest>, IBufferMessage, IMessageSetAddonsConfigRequest sets the addons associated with the cluster.
Implements
IMessage<SetAddonsConfigRequest>, IEquatable<SetAddonsConfigRequest>, IDeepCloneable<SetAddonsConfigRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SetAddonsConfigRequest()
public SetAddonsConfigRequest()SetAddonsConfigRequest(SetAddonsConfigRequest)
public SetAddonsConfigRequest(SetAddonsConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SetAddonsConfigRequest |
Properties
AddonsConfig
public AddonsConfig AddonsConfig { get; set; }Required. The desired configurations for the various addons available to run in the cluster.
| Property Value | |
|---|---|
| Type | Description |
AddonsConfig |
|
ClusterId
[Obsolete]
public string ClusterId { get; set; }Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }The name (project, location, cluster) of the cluster to set addons.
Specified in the format projects/*/locations/*/clusters/*.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProjectId
[Obsolete]
public string ProjectId { get; set; }Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Zone
[Obsolete]
public string Zone { get; set; }Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description |
String |
|