Interface protos.google.cloud.hypercomputecluster.v1alpha.INewReservedInstancesConfig (0.1.0)

Properties of a NewReservedInstancesConfig.

Package

@google-cloud/hypercomputecluster

Properties

atmTags

atmTags?: ({ [k: string]: string }|null);

NewReservedInstancesConfig atmTags

bootDisk

bootDisk?: (google.cloud.hypercomputecluster.v1alpha.IDisk|null);

NewReservedInstancesConfig bootDisk

machineType

machineType?: (string|null);

NewReservedInstancesConfig machineType

reservation

reservation?: (string|null);

NewReservedInstancesConfig reservation

type

type?: (google.cloud.hypercomputecluster.v1alpha.NewReservedInstancesConfig.ReservationType|keyof typeof google.cloud.hypercomputecluster.v1alpha.NewReservedInstancesConfig.ReservationType|null);

NewReservedInstancesConfig type

zone

zone?: (string|null);

NewReservedInstancesConfig zone