Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.tpu/v1alpha1.Node
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a node. Auto-naming is currently not supported for this resource.
Create Node Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Node(name: string, args: NodeArgs, opts?: CustomResourceOptions);
@overload
def Node(resource_name: str,
args: NodeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Node(resource_name: str,
opts: Optional[ResourceOptions] = None,
accelerator_type: Optional[str] = None,
tensorflow_version: Optional[str] = None,
network: Optional[str] = None,
health: Optional[NodeHealth] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
description: Optional[str] = None,
node_id: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
scheduling_config: Optional[SchedulingConfigArgs] = None,
cidr_block: Optional[str] = None,
use_service_networking: Optional[bool] = None)
func NewNode(ctx *Context, name string, args NodeArgs, opts ...ResourceOption) (*Node, error)
public Node(string name, NodeArgs args, CustomResourceOptions? opts = null)
type: google-native:tpu/v1alpha1:Node
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeNodeResource = new GoogleNative.TPU.V1Alpha1.Node("google-nativeNodeResource", new()
{
AcceleratorType = "string",
TensorflowVersion = "string",
Network = "string",
Health = GoogleNative.TPU.V1Alpha1.NodeHealth.HealthUnspecified,
Labels =
{
{ "string", "string" },
},
Location = "string",
Description = "string",
NodeId = "string",
Project = "string",
RequestId = "string",
SchedulingConfig = new GoogleNative.TPU.V1Alpha1.Inputs.SchedulingConfigArgs
{
Preemptible = false,
Reserved = false,
},
CidrBlock = "string",
UseServiceNetworking = false,
});
example, err := tpuv1alpha1.NewNode(ctx, "google-nativeNodeResource", &tpuv1alpha1.NodeArgs{
AcceleratorType: pulumi.String("string"),
TensorflowVersion: pulumi.String("string"),
Network: pulumi.String("string"),
Health: tpuv1alpha1.NodeHealthHealthUnspecified,
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Description: pulumi.String("string"),
NodeId: pulumi.String("string"),
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
SchedulingConfig: &tpu.SchedulingConfigArgs{
Preemptible: pulumi.Bool(false),
Reserved: pulumi.Bool(false),
},
CidrBlock: pulumi.String("string"),
UseServiceNetworking: pulumi.Bool(false),
})
var google_nativeNodeResource = new Node("google-nativeNodeResource", NodeArgs.builder()
.acceleratorType("string")
.tensorflowVersion("string")
.network("string")
.health("HEALTH_UNSPECIFIED")
.labels(Map.of("string", "string"))
.location("string")
.description("string")
.nodeId("string")
.project("string")
.requestId("string")
.schedulingConfig(SchedulingConfigArgs.builder()
.preemptible(false)
.reserved(false)
.build())
.cidrBlock("string")
.useServiceNetworking(false)
.build());
google_native_node_resource = google_native.tpu.v1alpha1.Node("google-nativeNodeResource",
accelerator_type="string",
tensorflow_version="string",
network="string",
health=google_native.tpu.v1alpha1.NodeHealth.HEALTH_UNSPECIFIED,
labels={
"string": "string",
},
location="string",
description="string",
node_id="string",
project="string",
request_id="string",
scheduling_config=google_native.tpu.v1alpha1.SchedulingConfigArgs(
preemptible=False,
reserved=False,
),
cidr_block="string",
use_service_networking=False)
const google_nativeNodeResource = new google_native.tpu.v1alpha1.Node("google-nativeNodeResource", {
acceleratorType: "string",
tensorflowVersion: "string",
network: "string",
health: google_native.tpu.v1alpha1.NodeHealth.HealthUnspecified,
labels: {
string: "string",
},
location: "string",
description: "string",
nodeId: "string",
project: "string",
requestId: "string",
schedulingConfig: {
preemptible: false,
reserved: false,
},
cidrBlock: "string",
useServiceNetworking: false,
});
type: google-native:tpu/v1alpha1:Node
properties:
acceleratorType: string
cidrBlock: string
description: string
health: HEALTH_UNSPECIFIED
labels:
string: string
location: string
network: string
nodeId: string
project: string
requestId: string
schedulingConfig:
preemptible: false
reserved: false
tensorflowVersion: string
useServiceNetworking: false
Node Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Node resource accepts the following input properties:
- Accelerator
Type string - The type of hardware accelerators associated with this node.
- Tensorflow
Version string - The version of Tensorflow running in the Node.
- Cidr
Block string - The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
- Description string
- The user-supplied description of the TPU. Maximum of 512 characters.
- Health
Pulumi.
Google Native. TPU. V1Alpha1. Node Health - The health status of the TPU node.
- Labels Dictionary<string, string>
- Resource labels to represent user-provided metadata.
- Location string
- Network string
- The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
- Node
Id string - The unqualified resource name.
- Project string
- Request
Id string - Idempotent request UUID.
- Scheduling
Config Pulumi.Google Native. TPU. V1Alpha1. Inputs. Scheduling Config - The scheduling options for this node.
- Use
Service boolNetworking - Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
- Accelerator
Type string - The type of hardware accelerators associated with this node.
- Tensorflow
Version string - The version of Tensorflow running in the Node.
- Cidr
Block string - The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
- Description string
- The user-supplied description of the TPU. Maximum of 512 characters.
- Health
Node
Health - The health status of the TPU node.
- Labels map[string]string
- Resource labels to represent user-provided metadata.
- Location string
- Network string
- The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
- Node
Id string - The unqualified resource name.
- Project string
- Request
Id string - Idempotent request UUID.
- Scheduling
Config SchedulingConfig Args - The scheduling options for this node.
- Use
Service boolNetworking - Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
- accelerator
Type String - The type of hardware accelerators associated with this node.
- tensorflow
Version String - The version of Tensorflow running in the Node.
- cidr
Block String - The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
- description String
- The user-supplied description of the TPU. Maximum of 512 characters.
- health
Node
Health - The health status of the TPU node.
- labels Map<String,String>
- Resource labels to represent user-provided metadata.
- location String
- network String
- The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
- node
Id String - The unqualified resource name.
- project String
- request
Id String - Idempotent request UUID.
- scheduling
Config SchedulingConfig - The scheduling options for this node.
- use
Service BooleanNetworking - Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
- accelerator
Type string - The type of hardware accelerators associated with this node.
- tensorflow
Version string - The version of Tensorflow running in the Node.
- cidr
Block string - The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
- description string
- The user-supplied description of the TPU. Maximum of 512 characters.
- health
Node
Health - The health status of the TPU node.
- labels {[key: string]: string}
- Resource labels to represent user-provided metadata.
- location string
- network string
- The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
- node
Id string - The unqualified resource name.
- project string
- request
Id string - Idempotent request UUID.
- scheduling
Config SchedulingConfig - The scheduling options for this node.
- use
Service booleanNetworking - Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
- accelerator_
type str - The type of hardware accelerators associated with this node.
- tensorflow_
version str - The version of Tensorflow running in the Node.
- cidr_
block str - The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
- description str
- The user-supplied description of the TPU. Maximum of 512 characters.
- health
Node
Health - The health status of the TPU node.
- labels Mapping[str, str]
- Resource labels to represent user-provided metadata.
- location str
- network str
- The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
- node_
id str - The unqualified resource name.
- project str
- request_
id str - Idempotent request UUID.
- scheduling_
config SchedulingConfig Args - The scheduling options for this node.
- use_
service_ boolnetworking - Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
- accelerator
Type String - The type of hardware accelerators associated with this node.
- tensorflow
Version String - The version of Tensorflow running in the Node.
- cidr
Block String - The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
- description String
- The user-supplied description of the TPU. Maximum of 512 characters.
- health "HEALTH_UNSPECIFIED" | "HEALTHY" | "DEPRECATED_UNHEALTHY" | "TIMEOUT" | "UNHEALTHY_TENSORFLOW" | "UNHEALTHY_MAINTENANCE"
- The health status of the TPU node.
- labels Map<String>
- Resource labels to represent user-provided metadata.
- location String
- network String
- The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
- node
Id String - The unqualified resource name.
- project String
- request
Id String - Idempotent request UUID.
- scheduling
Config Property Map - The scheduling options for this node.
- use
Service BooleanNetworking - Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
Outputs
All input properties are implicitly available as output properties. Additionally, the Node resource produces the following output properties:
- Api
Version string - The API version that created this Node.
- Create
Time string - The time when the node was created.
- Health
Description string - If this field is populated, it contains a description of why the TPU Node is unhealthy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Address string - DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
- Name string
- Immutable. The name of the TPU
- Network
Endpoints List<Pulumi.Google Native. TPU. V1Alpha1. Outputs. Network Endpoint Response> - The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
- Port string
- DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
- Service
Account string - The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
- State string
- The current state for the TPU Node.
- Symptoms
List<Pulumi.
Google Native. TPU. V1Alpha1. Outputs. Symptom Response> - The Symptoms that have occurred to the TPU Node.
- Api
Version string - The API version that created this Node.
- Create
Time string - The time when the node was created.
- Health
Description string - If this field is populated, it contains a description of why the TPU Node is unhealthy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Address string - DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
- Name string
- Immutable. The name of the TPU
- Network
Endpoints []NetworkEndpoint Response - The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
- Port string
- DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
- Service
Account string - The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
- State string
- The current state for the TPU Node.
- Symptoms
[]Symptom
Response - The Symptoms that have occurred to the TPU Node.
- api
Version String - The API version that created this Node.
- create
Time String - The time when the node was created.
- health
Description String - If this field is populated, it contains a description of why the TPU Node is unhealthy.
- id String
- The provider-assigned unique ID for this managed resource.
- ip
Address String - DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
- name String
- Immutable. The name of the TPU
- network
Endpoints List<NetworkEndpoint Response> - The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
- port String
- DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
- service
Account String - The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
- state String
- The current state for the TPU Node.
- symptoms
List<Symptom
Response> - The Symptoms that have occurred to the TPU Node.
- api
Version string - The API version that created this Node.
- create
Time string - The time when the node was created.
- health
Description string - If this field is populated, it contains a description of why the TPU Node is unhealthy.
- id string
- The provider-assigned unique ID for this managed resource.
- ip
Address string - DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
- name string
- Immutable. The name of the TPU
- network
Endpoints NetworkEndpoint Response[] - The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
- port string
- DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
- service
Account string - The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
- state string
- The current state for the TPU Node.
- symptoms
Symptom
Response[] - The Symptoms that have occurred to the TPU Node.
- api_
version str - The API version that created this Node.
- create_
time str - The time when the node was created.
- health_
description str - If this field is populated, it contains a description of why the TPU Node is unhealthy.
- id str
- The provider-assigned unique ID for this managed resource.
- ip_
address str - DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
- name str
- Immutable. The name of the TPU
- network_
endpoints Sequence[NetworkEndpoint Response] - The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
- port str
- DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
- service_
account str - The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
- state str
- The current state for the TPU Node.
- symptoms
Sequence[Symptom
Response] - The Symptoms that have occurred to the TPU Node.
- api
Version String - The API version that created this Node.
- create
Time String - The time when the node was created.
- health
Description String - If this field is populated, it contains a description of why the TPU Node is unhealthy.
- id String
- The provider-assigned unique ID for this managed resource.
- ip
Address String - DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
- name String
- Immutable. The name of the TPU
- network
Endpoints List<Property Map> - The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
- port String
- DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
- service
Account String - The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
- state String
- The current state for the TPU Node.
- symptoms List<Property Map>
- The Symptoms that have occurred to the TPU Node.
Supporting Types
NetworkEndpointResponse, NetworkEndpointResponseArgs
- ip_
address str - The IP address of this network endpoint.
- port int
- The port of this network endpoint.
NodeHealth, NodeHealthArgs
- Health
Unspecified - HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- Healthy
- HEALTHYThe resource is healthy.
- Deprecated
Unhealthy - DEPRECATED_UNHEALTHYThe resource is unhealthy.
- Timeout
- TIMEOUTThe resource is unresponsive.
- Unhealthy
Tensorflow - UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
- Unhealthy
Maintenance - UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
- Node
Health Health Unspecified - HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- Node
Health Healthy - HEALTHYThe resource is healthy.
- Node
Health Deprecated Unhealthy - DEPRECATED_UNHEALTHYThe resource is unhealthy.
- Node
Health Timeout - TIMEOUTThe resource is unresponsive.
- Node
Health Unhealthy Tensorflow - UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
- Node
Health Unhealthy Maintenance - UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
- Health
Unspecified - HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- Healthy
- HEALTHYThe resource is healthy.
- Deprecated
Unhealthy - DEPRECATED_UNHEALTHYThe resource is unhealthy.
- Timeout
- TIMEOUTThe resource is unresponsive.
- Unhealthy
Tensorflow - UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
- Unhealthy
Maintenance - UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
- Health
Unspecified - HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- Healthy
- HEALTHYThe resource is healthy.
- Deprecated
Unhealthy - DEPRECATED_UNHEALTHYThe resource is unhealthy.
- Timeout
- TIMEOUTThe resource is unresponsive.
- Unhealthy
Tensorflow - UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
- Unhealthy
Maintenance - UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
- HEALTH_UNSPECIFIED
- HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- HEALTHY
- HEALTHYThe resource is healthy.
- DEPRECATED_UNHEALTHY
- DEPRECATED_UNHEALTHYThe resource is unhealthy.
- TIMEOUT
- TIMEOUTThe resource is unresponsive.
- UNHEALTHY_TENSORFLOW
- UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
- UNHEALTHY_MAINTENANCE
- UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
- "HEALTH_UNSPECIFIED"
- HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- "HEALTHY"
- HEALTHYThe resource is healthy.
- "DEPRECATED_UNHEALTHY"
- DEPRECATED_UNHEALTHYThe resource is unhealthy.
- "TIMEOUT"
- TIMEOUTThe resource is unresponsive.
- "UNHEALTHY_TENSORFLOW"
- UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
- "UNHEALTHY_MAINTENANCE"
- UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
SchedulingConfig, SchedulingConfigArgs
- Preemptible bool
- Defines whether the node is preemptible.
- Reserved bool
- Whether the node is created under a reservation.
- Preemptible bool
- Defines whether the node is preemptible.
- Reserved bool
- Whether the node is created under a reservation.
- preemptible Boolean
- Defines whether the node is preemptible.
- reserved Boolean
- Whether the node is created under a reservation.
- preemptible boolean
- Defines whether the node is preemptible.
- reserved boolean
- Whether the node is created under a reservation.
- preemptible bool
- Defines whether the node is preemptible.
- reserved bool
- Whether the node is created under a reservation.
- preemptible Boolean
- Defines whether the node is preemptible.
- reserved Boolean
- Whether the node is created under a reservation.
SchedulingConfigResponse, SchedulingConfigResponseArgs
- Preemptible bool
- Defines whether the node is preemptible.
- Reserved bool
- Whether the node is created under a reservation.
- Preemptible bool
- Defines whether the node is preemptible.
- Reserved bool
- Whether the node is created under a reservation.
- preemptible Boolean
- Defines whether the node is preemptible.
- reserved Boolean
- Whether the node is created under a reservation.
- preemptible boolean
- Defines whether the node is preemptible.
- reserved boolean
- Whether the node is created under a reservation.
- preemptible bool
- Defines whether the node is preemptible.
- reserved bool
- Whether the node is created under a reservation.
- preemptible Boolean
- Defines whether the node is preemptible.
- reserved Boolean
- Whether the node is created under a reservation.
SymptomResponse, SymptomResponseArgs
- Create
Time string - Timestamp when the Symptom is created.
- Details string
- Detailed information of the current Symptom.
- Symptom
Type string - Type of the Symptom.
- Worker
Id string - A string used to uniquely distinguish a worker within a TPU node.
- Create
Time string - Timestamp when the Symptom is created.
- Details string
- Detailed information of the current Symptom.
- Symptom
Type string - Type of the Symptom.
- Worker
Id string - A string used to uniquely distinguish a worker within a TPU node.
- create
Time String - Timestamp when the Symptom is created.
- details String
- Detailed information of the current Symptom.
- symptom
Type String - Type of the Symptom.
- worker
Id String - A string used to uniquely distinguish a worker within a TPU node.
- create
Time string - Timestamp when the Symptom is created.
- details string
- Detailed information of the current Symptom.
- symptom
Type string - Type of the Symptom.
- worker
Id string - A string used to uniquely distinguish a worker within a TPU node.
- create_
time str - Timestamp when the Symptom is created.
- details str
- Detailed information of the current Symptom.
- symptom_
type str - Type of the Symptom.
- worker_
id str - A string used to uniquely distinguish a worker within a TPU node.
- create
Time String - Timestamp when the Symptom is created.
- details String
- Detailed information of the current Symptom.
- symptom
Type String - Type of the Symptom.
- worker
Id String - A string used to uniquely distinguish a worker within a TPU node.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.