public sealed class GenerateCredentialsResponse : IMessage<GenerateCredentialsResponse>, IEquatable<GenerateCredentialsResponse>, IDeepCloneable<GenerateCredentialsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Connect Gateway v1 API class GenerateCredentialsResponse.
Connection information for a particular membership.
Implements
IMessageGenerateCredentialsResponse, IEquatableGenerateCredentialsResponse, IDeepCloneableGenerateCredentialsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeConnect.Gateway.V1Assembly
Google.Cloud.GkeConnect.Gateway.V1.dll
Constructors
GenerateCredentialsResponse()
public GenerateCredentialsResponse()GenerateCredentialsResponse(GenerateCredentialsResponse)
public GenerateCredentialsResponse(GenerateCredentialsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateCredentialsResponse |
Properties
Endpoint
public string Endpoint { get; set; }The generated URI of the cluster as accessed through the Connect Gateway API.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Kubeconfig
public ByteString Kubeconfig { get; set; }A full YAML kubeconfig in serialized format.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|