public sealed class GetServerConfigRequest : IMessage<GetServerConfigRequest>, IEquatable<GetServerConfigRequest>, IDeepCloneable<GetServerConfigRequest>, IBufferMessage, IMessageGets the current Kubernetes Engine service configuration.
Implements
IMessage<GetServerConfigRequest>, IEquatable<GetServerConfigRequest>, IDeepCloneable<GetServerConfigRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GetServerConfigRequest()
public GetServerConfigRequest()GetServerConfigRequest(GetServerConfigRequest)
public GetServerConfigRequest(GetServerConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServerConfigRequest |
Properties
Name
public string Name { get; set; }The name (project and location) of the server config to get,
specified in the format projects/*/locations/*.
| 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 to return operations for. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description |
String |
|