public sealed class GetServerConfigRequest : IMessage<GetServerConfigRequest>, IEquatable<GetServerConfigRequest>, IDeepCloneable<GetServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetServerConfigRequest.
Gets the current Kubernetes Engine service configuration.
Implements
IMessageGetServerConfigRequest, IEquatableGetServerConfigRequest, IDeepCloneableGetServerConfigRequest, 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 |