Interface protos.google.container.v1.ICreateClusterRequest (2.4.4)

Properties of a CreateClusterRequest.

Package

@google-cloud/container!

Properties

cluster

cluster?: (google.container.v1.ICluster|null);

CreateClusterRequest cluster

Property Value
TypeDescription
(google.container.v1.ICluster|null)

parent

parent?: (string|null);

CreateClusterRequest parent

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

CreateClusterRequest projectId

Property Value
TypeDescription
(string|null)

zone

zone?: (string|null);

CreateClusterRequest zone

Property Value
TypeDescription
(string|null)