Class protos.google.cloud.gkemulticloud.v1.AzureCluster (1.1.0)

Represents an AzureCluster.

Package

@google-cloud/gkemulticloud

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.gkemulticloud.v1.IAzureCluster);

Constructs a new AzureCluster.

Parameter
NameDescription
properties IAzureCluster

Properties to set

Properties

annotations

public annotations: { [k: string]: string };

AzureCluster annotations.

authorization

public authorization?: (google.cloud.gkemulticloud.v1.IAzureAuthorization|null);

AzureCluster authorization.

azureClient

public azureClient: string;

AzureCluster azureClient.

azureRegion

public azureRegion: string;

AzureCluster azureRegion.

azureServicesAuthentication

public azureServicesAuthentication?: (google.cloud.gkemulticloud.v1.IAzureServicesAuthentication|null);

AzureCluster azureServicesAuthentication.

clusterCaCertificate

public clusterCaCertificate: string;

AzureCluster clusterCaCertificate.

controlPlane

public controlPlane?: (google.cloud.gkemulticloud.v1.IAzureControlPlane|null);

AzureCluster controlPlane.

createTime

public createTime?: (google.protobuf.ITimestamp|null);

AzureCluster createTime.

description

public description: string;

AzureCluster description.

endpoint

public endpoint: string;

AzureCluster endpoint.

errors

public errors: google.cloud.gkemulticloud.v1.IAzureClusterError[];

AzureCluster errors.

etag

public etag: string;

AzureCluster etag.

fleet

public fleet?: (google.cloud.gkemulticloud.v1.IFleet|null);

AzureCluster fleet.

loggingConfig

public loggingConfig?: (google.cloud.gkemulticloud.v1.ILoggingConfig|null);

AzureCluster loggingConfig.

managedResources

public managedResources?: (google.cloud.gkemulticloud.v1.IAzureClusterResources|null);

AzureCluster managedResources.

monitoringConfig

public monitoringConfig?: (google.cloud.gkemulticloud.v1.IMonitoringConfig|null);

AzureCluster monitoringConfig.

name

public name: string;

AzureCluster name.

networking

public networking?: (google.cloud.gkemulticloud.v1.IAzureClusterNetworking|null);

AzureCluster networking.

reconciling

public reconciling: boolean;

AzureCluster reconciling.

resourceGroupId

public resourceGroupId: string;

AzureCluster resourceGroupId.

state

public state: (google.cloud.gkemulticloud.v1.AzureCluster.State|keyof typeof google.cloud.gkemulticloud.v1.AzureCluster.State);

AzureCluster state.

uid

public uid: string;

AzureCluster uid.

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

AzureCluster updateTime.

workloadIdentityConfig

public workloadIdentityConfig?: (google.cloud.gkemulticloud.v1.IWorkloadIdentityConfig|null);

AzureCluster workloadIdentityConfig.

Methods

create(properties)

public static create(properties?: google.cloud.gkemulticloud.v1.IAzureCluster): google.cloud.gkemulticloud.v1.AzureCluster;

Creates a new AzureCluster instance using the specified properties.

Parameter
NameDescription
properties IAzureCluster

Properties to set

Returns
TypeDescription
AzureCluster

AzureCluster instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.gkemulticloud.v1.AzureCluster;

Decodes an AzureCluster message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
AzureCluster

AzureCluster

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.gkemulticloud.v1.AzureCluster;

Decodes an AzureCluster message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
AzureCluster

AzureCluster

encode(message, writer)

public static encode(message: google.cloud.gkemulticloud.v1.IAzureCluster, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AzureCluster message. Does not implicitly messages.

Parameters
NameDescription
message IAzureCluster

AzureCluster message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.gkemulticloud.v1.IAzureCluster, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AzureCluster message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IAzureCluster

AzureCluster message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.gkemulticloud.v1.AzureCluster;

Creates an AzureCluster message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
AzureCluster

AzureCluster

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for AzureCluster

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this AzureCluster to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.gkemulticloud.v1.AzureCluster, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an AzureCluster message. Also converts values to other types if specified.

Parameters
NameDescription
message AzureCluster

AzureCluster

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an AzureCluster message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not