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

Properties of a NewSpotInstancesConfig.

Package

@google-cloud/hypercomputecluster

Properties

atmTags

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

NewSpotInstancesConfig atmTags

bootDisk

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

NewSpotInstancesConfig bootDisk

machineType

machineType?: (string|null);

NewSpotInstancesConfig machineType

terminationAction

terminationAction?: (google.cloud.hypercomputecluster.v1alpha.NewSpotInstancesConfig.TerminationAction|keyof typeof google.cloud.hypercomputecluster.v1alpha.NewSpotInstancesConfig.TerminationAction|null);

NewSpotInstancesConfig terminationAction

zone

zone?: (string|null);

NewSpotInstancesConfig zone