1. Packages
  2. Google Cloud Native
  3. API Docs
  4. tpu
  5. tpu/v2
  6. getNode

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.tpu/v2.getNode

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets the details of a node.

Using getNode

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getNode(args: GetNodeArgs, opts?: InvokeOptions): Promise<GetNodeResult>
function getNodeOutput(args: GetNodeOutputArgs, opts?: InvokeOptions): Output<GetNodeResult>
Copy
def get_node(location: Optional[str] = None,
             node_id: Optional[str] = None,
             project: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetNodeResult
def get_node_output(location: Optional[pulumi.Input[str]] = None,
             node_id: Optional[pulumi.Input[str]] = None,
             project: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetNodeResult]
Copy
func LookupNode(ctx *Context, args *LookupNodeArgs, opts ...InvokeOption) (*LookupNodeResult, error)
func LookupNodeOutput(ctx *Context, args *LookupNodeOutputArgs, opts ...InvokeOption) LookupNodeResultOutput
Copy

> Note: This function is named LookupNode in the Go SDK.

public static class GetNode 
{
    public static Task<GetNodeResult> InvokeAsync(GetNodeArgs args, InvokeOptions? opts = null)
    public static Output<GetNodeResult> Invoke(GetNodeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNodeResult> getNode(GetNodeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: google-native:tpu/v2:getNode
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Location This property is required. string
NodeId This property is required. string
Project string
Location This property is required. string
NodeId This property is required. string
Project string
location This property is required. String
nodeId This property is required. String
project String
location This property is required. string
nodeId This property is required. string
project string
location This property is required. str
node_id This property is required. str
project str
location This property is required. String
nodeId This property is required. String
project String

getNode Result

The following output properties are available:

AcceleratorConfig Pulumi.GoogleNative.TPU.V2.Outputs.AcceleratorConfigResponse
The AccleratorConfig for the TPU Node.
AcceleratorType string
Optional. The type of hardware accelerators associated with this node.
ApiVersion string
The API version that created this Node.
CidrBlock 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.
CreateTime string
The time when the node was created.
DataDisks List<Pulumi.GoogleNative.TPU.V2.Outputs.AttachedDiskResponse>
The additional data disks for the Node.
Description string
The user-supplied description of the TPU. Maximum of 512 characters.
Health string
The health status of the TPU node.
HealthDescription string
If this field is populated, it contains a description of why the TPU Node is unhealthy.
Labels Dictionary<string, string>
Resource labels to represent user-provided metadata.
Metadata Dictionary<string, string>
Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
MultisliceNode bool
Whether the Node belongs to a Multislice group.
Name string
Immutable. The name of the TPU.
NetworkConfig Pulumi.GoogleNative.TPU.V2.Outputs.NetworkConfigResponse
Network configurations for the TPU node.
NetworkEndpoints List<Pulumi.GoogleNative.TPU.V2.Outputs.NetworkEndpointResponse>
The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
QueuedResource string
The qualified name of the QueuedResource that requested this Node.
RuntimeVersion string
The runtime version running in the Node.
SchedulingConfig Pulumi.GoogleNative.TPU.V2.Outputs.SchedulingConfigResponse
The scheduling options for this node.
ServiceAccount Pulumi.GoogleNative.TPU.V2.Outputs.ServiceAccountResponse
The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.
ShieldedInstanceConfig Pulumi.GoogleNative.TPU.V2.Outputs.ShieldedInstanceConfigResponse
Shielded Instance options.
State string
The current state for the TPU Node.
Symptoms List<Pulumi.GoogleNative.TPU.V2.Outputs.SymptomResponse>
The Symptoms that have occurred to the TPU Node.
Tags List<string>
Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
AcceleratorConfig AcceleratorConfigResponse
The AccleratorConfig for the TPU Node.
AcceleratorType string
Optional. The type of hardware accelerators associated with this node.
ApiVersion string
The API version that created this Node.
CidrBlock 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.
CreateTime string
The time when the node was created.
DataDisks []AttachedDiskResponse
The additional data disks for the Node.
Description string
The user-supplied description of the TPU. Maximum of 512 characters.
Health string
The health status of the TPU node.
HealthDescription string
If this field is populated, it contains a description of why the TPU Node is unhealthy.
Labels map[string]string
Resource labels to represent user-provided metadata.
Metadata map[string]string
Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
MultisliceNode bool
Whether the Node belongs to a Multislice group.
Name string
Immutable. The name of the TPU.
NetworkConfig NetworkConfigResponse
Network configurations for the TPU node.
NetworkEndpoints []NetworkEndpointResponse
The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
QueuedResource string
The qualified name of the QueuedResource that requested this Node.
RuntimeVersion string
The runtime version running in the Node.
SchedulingConfig SchedulingConfigResponse
The scheduling options for this node.
ServiceAccount ServiceAccountResponse
The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.
ShieldedInstanceConfig ShieldedInstanceConfigResponse
Shielded Instance options.
State string
The current state for the TPU Node.
Symptoms []SymptomResponse
The Symptoms that have occurred to the TPU Node.
Tags []string
Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
acceleratorConfig AcceleratorConfigResponse
The AccleratorConfig for the TPU Node.
acceleratorType String
Optional. The type of hardware accelerators associated with this node.
apiVersion String
The API version that created this Node.
cidrBlock 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.
createTime String
The time when the node was created.
dataDisks List<AttachedDiskResponse>
The additional data disks for the Node.
description String
The user-supplied description of the TPU. Maximum of 512 characters.
health String
The health status of the TPU node.
healthDescription String
If this field is populated, it contains a description of why the TPU Node is unhealthy.
labels Map<String,String>
Resource labels to represent user-provided metadata.
metadata Map<String,String>
Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
multisliceNode Boolean
Whether the Node belongs to a Multislice group.
name String
Immutable. The name of the TPU.
networkConfig NetworkConfigResponse
Network configurations for the TPU node.
networkEndpoints List<NetworkEndpointResponse>
The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
queuedResource String
The qualified name of the QueuedResource that requested this Node.
runtimeVersion String
The runtime version running in the Node.
schedulingConfig SchedulingConfigResponse
The scheduling options for this node.
serviceAccount ServiceAccountResponse
The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.
shieldedInstanceConfig ShieldedInstanceConfigResponse
Shielded Instance options.
state String
The current state for the TPU Node.
symptoms List<SymptomResponse>
The Symptoms that have occurred to the TPU Node.
tags List<String>
Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
acceleratorConfig AcceleratorConfigResponse
The AccleratorConfig for the TPU Node.
acceleratorType string
Optional. The type of hardware accelerators associated with this node.
apiVersion string
The API version that created this Node.
cidrBlock 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.
createTime string
The time when the node was created.
dataDisks AttachedDiskResponse[]
The additional data disks for the Node.
description string
The user-supplied description of the TPU. Maximum of 512 characters.
health string
The health status of the TPU node.
healthDescription string
If this field is populated, it contains a description of why the TPU Node is unhealthy.
labels {[key: string]: string}
Resource labels to represent user-provided metadata.
metadata {[key: string]: string}
Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
multisliceNode boolean
Whether the Node belongs to a Multislice group.
name string
Immutable. The name of the TPU.
networkConfig NetworkConfigResponse
Network configurations for the TPU node.
networkEndpoints NetworkEndpointResponse[]
The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
queuedResource string
The qualified name of the QueuedResource that requested this Node.
runtimeVersion string
The runtime version running in the Node.
schedulingConfig SchedulingConfigResponse
The scheduling options for this node.
serviceAccount ServiceAccountResponse
The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.
shieldedInstanceConfig ShieldedInstanceConfigResponse
Shielded Instance options.
state string
The current state for the TPU Node.
symptoms SymptomResponse[]
The Symptoms that have occurred to the TPU Node.
tags string[]
Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
accelerator_config AcceleratorConfigResponse
The AccleratorConfig for the TPU Node.
accelerator_type str
Optional. The type of hardware accelerators associated with this node.
api_version str
The API version that created this 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.
create_time str
The time when the node was created.
data_disks Sequence[AttachedDiskResponse]
The additional data disks for the Node.
description str
The user-supplied description of the TPU. Maximum of 512 characters.
health str
The health status of the TPU node.
health_description str
If this field is populated, it contains a description of why the TPU Node is unhealthy.
labels Mapping[str, str]
Resource labels to represent user-provided metadata.
metadata Mapping[str, str]
Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
multislice_node bool
Whether the Node belongs to a Multislice group.
name str
Immutable. The name of the TPU.
network_config NetworkConfigResponse
Network configurations for the TPU node.
network_endpoints Sequence[NetworkEndpointResponse]
The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
queued_resource str
The qualified name of the QueuedResource that requested this Node.
runtime_version str
The runtime version running in the Node.
scheduling_config SchedulingConfigResponse
The scheduling options for this node.
service_account ServiceAccountResponse
The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.
shielded_instance_config ShieldedInstanceConfigResponse
Shielded Instance options.
state str
The current state for the TPU Node.
symptoms Sequence[SymptomResponse]
The Symptoms that have occurred to the TPU Node.
tags Sequence[str]
Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
acceleratorConfig Property Map
The AccleratorConfig for the TPU Node.
acceleratorType String
Optional. The type of hardware accelerators associated with this node.
apiVersion String
The API version that created this Node.
cidrBlock 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.
createTime String
The time when the node was created.
dataDisks List<Property Map>
The additional data disks for the Node.
description String
The user-supplied description of the TPU. Maximum of 512 characters.
health String
The health status of the TPU node.
healthDescription String
If this field is populated, it contains a description of why the TPU Node is unhealthy.
labels Map<String>
Resource labels to represent user-provided metadata.
metadata Map<String>
Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
multisliceNode Boolean
Whether the Node belongs to a Multislice group.
name String
Immutable. The name of the TPU.
networkConfig Property Map
Network configurations for the TPU node.
networkEndpoints List<Property Map>
The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
queuedResource String
The qualified name of the QueuedResource that requested this Node.
runtimeVersion String
The runtime version running in the Node.
schedulingConfig Property Map
The scheduling options for this node.
serviceAccount Property Map
The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.
shieldedInstanceConfig Property Map
Shielded Instance options.
state String
The current state for the TPU Node.
symptoms List<Property Map>
The Symptoms that have occurred to the TPU Node.
tags List<String>
Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.

Supporting Types

AcceleratorConfigResponse

Topology This property is required. string
Topology of TPU in chips.
Type This property is required. string
Type of TPU.
Topology This property is required. string
Topology of TPU in chips.
Type This property is required. string
Type of TPU.
topology This property is required. String
Topology of TPU in chips.
type This property is required. String
Type of TPU.
topology This property is required. string
Topology of TPU in chips.
type This property is required. string
Type of TPU.
topology This property is required. str
Topology of TPU in chips.
type This property is required. str
Type of TPU.
topology This property is required. String
Topology of TPU in chips.
type This property is required. String
Type of TPU.

AccessConfigResponse

ExternalIp This property is required. string
An external IP address associated with the TPU worker.
ExternalIp This property is required. string
An external IP address associated with the TPU worker.
externalIp This property is required. String
An external IP address associated with the TPU worker.
externalIp This property is required. string
An external IP address associated with the TPU worker.
external_ip This property is required. str
An external IP address associated with the TPU worker.
externalIp This property is required. String
An external IP address associated with the TPU worker.

AttachedDiskResponse

Mode This property is required. string
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
SourceDisk This property is required. string
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
Mode This property is required. string
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
SourceDisk This property is required. string
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
mode This property is required. String
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
sourceDisk This property is required. String
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
mode This property is required. string
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
sourceDisk This property is required. string
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
mode This property is required. str
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
source_disk This property is required. str
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
mode This property is required. String
The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
sourceDisk This property is required. String
Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".

NetworkConfigResponse

CanIpForward This property is required. bool
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
EnableExternalIps This property is required. bool
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
Network This property is required. string
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
Subnetwork This property is required. string
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.
CanIpForward This property is required. bool
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
EnableExternalIps This property is required. bool
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
Network This property is required. string
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
Subnetwork This property is required. string
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.
canIpForward This property is required. Boolean
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
enableExternalIps This property is required. Boolean
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
network This property is required. String
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
subnetwork This property is required. String
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.
canIpForward This property is required. boolean
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
enableExternalIps This property is required. boolean
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
network This property is required. string
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
subnetwork This property is required. string
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.
can_ip_forward This property is required. bool
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
enable_external_ips This property is required. bool
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
network This property is required. str
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
subnetwork This property is required. str
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.
canIpForward This property is required. Boolean
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
enableExternalIps This property is required. Boolean
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
network This property is required. String
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
subnetwork This property is required. String
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.

NetworkEndpointResponse

AccessConfig This property is required. Pulumi.GoogleNative.TPU.V2.Inputs.AccessConfigResponse
The access config for the TPU worker.
IpAddress This property is required. string
The internal IP address of this network endpoint.
Port This property is required. int
The port of this network endpoint.
AccessConfig This property is required. AccessConfigResponse
The access config for the TPU worker.
IpAddress This property is required. string
The internal IP address of this network endpoint.
Port This property is required. int
The port of this network endpoint.
accessConfig This property is required. AccessConfigResponse
The access config for the TPU worker.
ipAddress This property is required. String
The internal IP address of this network endpoint.
port This property is required. Integer
The port of this network endpoint.
accessConfig This property is required. AccessConfigResponse
The access config for the TPU worker.
ipAddress This property is required. string
The internal IP address of this network endpoint.
port This property is required. number
The port of this network endpoint.
access_config This property is required. AccessConfigResponse
The access config for the TPU worker.
ip_address This property is required. str
The internal IP address of this network endpoint.
port This property is required. int
The port of this network endpoint.
accessConfig This property is required. Property Map
The access config for the TPU worker.
ipAddress This property is required. String
The internal IP address of this network endpoint.
port This property is required. Number
The port of this network endpoint.

SchedulingConfigResponse

Preemptible This property is required. bool
Defines whether the node is preemptible.
Reserved This property is required. bool
Whether the node is created under a reservation.
Preemptible This property is required. bool
Defines whether the node is preemptible.
Reserved This property is required. bool
Whether the node is created under a reservation.
preemptible This property is required. Boolean
Defines whether the node is preemptible.
reserved This property is required. Boolean
Whether the node is created under a reservation.
preemptible This property is required. boolean
Defines whether the node is preemptible.
reserved This property is required. boolean
Whether the node is created under a reservation.
preemptible This property is required. bool
Defines whether the node is preemptible.
reserved This property is required. bool
Whether the node is created under a reservation.
preemptible This property is required. Boolean
Defines whether the node is preemptible.
reserved This property is required. Boolean
Whether the node is created under a reservation.

ServiceAccountResponse

Email This property is required. string
Email address of the service account. If empty, default Compute service account will be used.
Scope This property is required. List<string>
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.
Email This property is required. string
Email address of the service account. If empty, default Compute service account will be used.
Scope This property is required. []string
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.
email This property is required. String
Email address of the service account. If empty, default Compute service account will be used.
scope This property is required. List<String>
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.
email This property is required. string
Email address of the service account. If empty, default Compute service account will be used.
scope This property is required. string[]
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.
email This property is required. str
Email address of the service account. If empty, default Compute service account will be used.
scope This property is required. Sequence[str]
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.
email This property is required. String
Email address of the service account. If empty, default Compute service account will be used.
scope This property is required. List<String>
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.

ShieldedInstanceConfigResponse

EnableSecureBoot This property is required. bool
Defines whether the instance has Secure Boot enabled.
EnableSecureBoot This property is required. bool
Defines whether the instance has Secure Boot enabled.
enableSecureBoot This property is required. Boolean
Defines whether the instance has Secure Boot enabled.
enableSecureBoot This property is required. boolean
Defines whether the instance has Secure Boot enabled.
enable_secure_boot This property is required. bool
Defines whether the instance has Secure Boot enabled.
enableSecureBoot This property is required. Boolean
Defines whether the instance has Secure Boot enabled.

SymptomResponse

CreateTime This property is required. string
Timestamp when the Symptom is created.
Details This property is required. string
Detailed information of the current Symptom.
SymptomType This property is required. string
Type of the Symptom.
WorkerId This property is required. string
A string used to uniquely distinguish a worker within a TPU node.
CreateTime This property is required. string
Timestamp when the Symptom is created.
Details This property is required. string
Detailed information of the current Symptom.
SymptomType This property is required. string
Type of the Symptom.
WorkerId This property is required. string
A string used to uniquely distinguish a worker within a TPU node.
createTime This property is required. String
Timestamp when the Symptom is created.
details This property is required. String
Detailed information of the current Symptom.
symptomType This property is required. String
Type of the Symptom.
workerId This property is required. String
A string used to uniquely distinguish a worker within a TPU node.
createTime This property is required. string
Timestamp when the Symptom is created.
details This property is required. string
Detailed information of the current Symptom.
symptomType This property is required. string
Type of the Symptom.
workerId This property is required. string
A string used to uniquely distinguish a worker within a TPU node.
create_time This property is required. str
Timestamp when the Symptom is created.
details This property is required. str
Detailed information of the current Symptom.
symptom_type This property is required. str
Type of the Symptom.
worker_id This property is required. str
A string used to uniquely distinguish a worker within a TPU node.
createTime This property is required. String
Timestamp when the Symptom is created.
details This property is required. String
Detailed information of the current Symptom.
symptomType This property is required. String
Type of the Symptom.
workerId This property is required. 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.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi