public sealed class NewOnDemandInstancesConfig : IMessage<NewOnDemandInstancesConfig>, IEquatable<NewOnDemandInstancesConfig>, IDeepCloneable<NewOnDemandInstancesConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class NewOnDemandInstancesConfig.
When set in a [ComputeResourceConfig][google.cloud.hypercomputecluster.v1beta.ComputeResourceConfig], indicates that on-demand (i.e., using the standard provisioning model) VM instances should be created.
Implements
IMessageNewOnDemandInstancesConfig, IEquatableNewOnDemandInstancesConfig, IDeepCloneableNewOnDemandInstancesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
NewOnDemandInstancesConfig()
public NewOnDemandInstancesConfig()NewOnDemandInstancesConfig(NewOnDemandInstancesConfig)
public NewOnDemandInstancesConfig(NewOnDemandInstancesConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NewOnDemandInstancesConfig |
Properties
MachineType
public string MachineType { get; set; }Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Zone
public string Zone { get; set; }Required. Immutable. Name of the zone in which VM instances should run,
e.g., us-central1-a. Must be in the same region as the cluster, and must
match the zone of any other resources specified in the cluster.
| Property Value | |
|---|---|
| Type | Description |
string |
|