Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.tpu/v2alpha1.QueuedResource
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a QueuedResource TPU instance. Auto-naming is currently not supported for this resource.
Create QueuedResource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new QueuedResource(name: string, args?: QueuedResourceArgs, opts?: CustomResourceOptions);
@overload
def QueuedResource(resource_name: str,
args: Optional[QueuedResourceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def QueuedResource(resource_name: str,
opts: Optional[ResourceOptions] = None,
best_effort: Optional[BestEffortArgs] = None,
guaranteed: Optional[GuaranteedArgs] = None,
location: Optional[str] = None,
project: Optional[str] = None,
queued_resource_id: Optional[str] = None,
queueing_policy: Optional[QueueingPolicyArgs] = None,
request_id: Optional[str] = None,
reservation_name: Optional[str] = None,
spot: Optional[SpotArgs] = None,
tpu: Optional[TpuArgs] = None)
func NewQueuedResource(ctx *Context, name string, args *QueuedResourceArgs, opts ...ResourceOption) (*QueuedResource, error)
public QueuedResource(string name, QueuedResourceArgs? args = null, CustomResourceOptions? opts = null)
public QueuedResource(String name, QueuedResourceArgs args)
public QueuedResource(String name, QueuedResourceArgs args, CustomResourceOptions options)
type: google-native:tpu/v2alpha1:QueuedResource
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 QueuedResourceArgs
- 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 QueuedResourceArgs
- 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 QueuedResourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args QueuedResourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args QueuedResourceArgs
- 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 queuedResourceResource = new GoogleNative.TPU.V2Alpha1.QueuedResource("queuedResourceResource", new()
{
BestEffort = null,
Guaranteed = new GoogleNative.TPU.V2Alpha1.Inputs.GuaranteedArgs
{
MinDuration = "string",
Reserved = false,
},
Location = "string",
Project = "string",
QueuedResourceId = "string",
QueueingPolicy = new GoogleNative.TPU.V2Alpha1.Inputs.QueueingPolicyArgs
{
ValidAfterDuration = "string",
ValidAfterTime = "string",
ValidInterval = new GoogleNative.TPU.V2Alpha1.Inputs.IntervalArgs
{
EndTime = "string",
StartTime = "string",
},
ValidUntilDuration = "string",
ValidUntilTime = "string",
},
RequestId = "string",
ReservationName = "string",
Spot = null,
Tpu = new GoogleNative.TPU.V2Alpha1.Inputs.TpuArgs
{
NodeSpec = new[]
{
new GoogleNative.TPU.V2Alpha1.Inputs.NodeSpecArgs
{
Node = new GoogleNative.TPU.V2Alpha1.Inputs.NodeArgs
{
RuntimeVersion = "string",
Labels =
{
{ "string", "string" },
},
Metadata =
{
{ "string", "string" },
},
BootDiskConfig = new GoogleNative.TPU.V2Alpha1.Inputs.BootDiskConfigArgs
{
CustomerEncryptionKey = new GoogleNative.TPU.V2Alpha1.Inputs.CustomerEncryptionKeyArgs
{
KmsKeyName = "string",
},
EnableConfidentialCompute = false,
},
CidrBlock = "string",
DataDisks = new[]
{
new GoogleNative.TPU.V2Alpha1.Inputs.AttachedDiskArgs
{
Mode = GoogleNative.TPU.V2Alpha1.AttachedDiskMode.DiskModeUnspecified,
SourceDisk = "string",
},
},
Description = "string",
AutocheckpointEnabled = false,
AcceleratorConfig = new GoogleNative.TPU.V2Alpha1.Inputs.AcceleratorConfigArgs
{
Topology = "string",
Type = GoogleNative.TPU.V2Alpha1.AcceleratorConfigType.TypeUnspecified,
},
Health = GoogleNative.TPU.V2Alpha1.NodeHealth.HealthUnspecified,
NetworkConfig = new GoogleNative.TPU.V2Alpha1.Inputs.NetworkConfigArgs
{
CanIpForward = false,
EnableExternalIps = false,
Network = "string",
Subnetwork = "string",
},
AcceleratorType = "string",
SchedulingConfig = new GoogleNative.TPU.V2Alpha1.Inputs.SchedulingConfigArgs
{
Preemptible = false,
Reserved = false,
},
ServiceAccount = new GoogleNative.TPU.V2Alpha1.Inputs.ServiceAccountArgs
{
Email = "string",
Scope = new[]
{
"string",
},
},
ShieldedInstanceConfig = new GoogleNative.TPU.V2Alpha1.Inputs.ShieldedInstanceConfigArgs
{
EnableSecureBoot = false,
},
Tags = new[]
{
"string",
},
},
Parent = "string",
MultiNodeParams = new GoogleNative.TPU.V2Alpha1.Inputs.MultiNodeParamsArgs
{
NodeCount = 0,
NodeIdPrefix = "string",
},
NodeId = "string",
},
},
},
});
example, err := tpuv2alpha1.NewQueuedResource(ctx, "queuedResourceResource", &tpuv2alpha1.QueuedResourceArgs{
BestEffort: nil,
Guaranteed: &tpu.GuaranteedArgs{
MinDuration: pulumi.String("string"),
Reserved: pulumi.Bool(false),
},
Location: pulumi.String("string"),
Project: pulumi.String("string"),
QueuedResourceId: pulumi.String("string"),
QueueingPolicy: &tpu.QueueingPolicyArgs{
ValidAfterDuration: pulumi.String("string"),
ValidAfterTime: pulumi.String("string"),
ValidInterval: &tpu.IntervalArgs{
EndTime: pulumi.String("string"),
StartTime: pulumi.String("string"),
},
ValidUntilDuration: pulumi.String("string"),
ValidUntilTime: pulumi.String("string"),
},
RequestId: pulumi.String("string"),
ReservationName: pulumi.String("string"),
Spot: nil,
Tpu: &tpu.TpuArgs{
NodeSpec: tpu.NodeSpecArray{
&tpu.NodeSpecArgs{
Node: &tpu.NodeTypeArgs{
RuntimeVersion: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
BootDiskConfig: &tpu.BootDiskConfigArgs{
CustomerEncryptionKey: &tpu.CustomerEncryptionKeyArgs{
KmsKeyName: pulumi.String("string"),
},
EnableConfidentialCompute: pulumi.Bool(false),
},
CidrBlock: pulumi.String("string"),
DataDisks: tpu.AttachedDiskArray{
&tpu.AttachedDiskArgs{
Mode: tpuv2alpha1.AttachedDiskModeDiskModeUnspecified,
SourceDisk: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
AutocheckpointEnabled: pulumi.Bool(false),
AcceleratorConfig: &tpu.AcceleratorConfigArgs{
Topology: pulumi.String("string"),
Type: tpuv2alpha1.AcceleratorConfigTypeTypeUnspecified,
},
Health: tpuv2alpha1.NodeHealthHealthUnspecified,
NetworkConfig: &tpu.NetworkConfigArgs{
CanIpForward: pulumi.Bool(false),
EnableExternalIps: pulumi.Bool(false),
Network: pulumi.String("string"),
Subnetwork: pulumi.String("string"),
},
AcceleratorType: pulumi.String("string"),
SchedulingConfig: &tpu.SchedulingConfigArgs{
Preemptible: pulumi.Bool(false),
Reserved: pulumi.Bool(false),
},
ServiceAccount: &tpu.ServiceAccountArgs{
Email: pulumi.String("string"),
Scope: pulumi.StringArray{
pulumi.String("string"),
},
},
ShieldedInstanceConfig: &tpu.ShieldedInstanceConfigArgs{
EnableSecureBoot: pulumi.Bool(false),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
},
Parent: pulumi.String("string"),
MultiNodeParams: &tpu.MultiNodeParamsArgs{
NodeCount: pulumi.Int(0),
NodeIdPrefix: pulumi.String("string"),
},
NodeId: pulumi.String("string"),
},
},
},
})
var queuedResourceResource = new QueuedResource("queuedResourceResource", QueuedResourceArgs.builder()
.bestEffort()
.guaranteed(GuaranteedArgs.builder()
.minDuration("string")
.reserved(false)
.build())
.location("string")
.project("string")
.queuedResourceId("string")
.queueingPolicy(QueueingPolicyArgs.builder()
.validAfterDuration("string")
.validAfterTime("string")
.validInterval(IntervalArgs.builder()
.endTime("string")
.startTime("string")
.build())
.validUntilDuration("string")
.validUntilTime("string")
.build())
.requestId("string")
.reservationName("string")
.spot()
.tpu(TpuArgs.builder()
.nodeSpec(NodeSpecArgs.builder()
.node(NodeArgs.builder()
.runtimeVersion("string")
.labels(Map.of("string", "string"))
.metadata(Map.of("string", "string"))
.bootDiskConfig(BootDiskConfigArgs.builder()
.customerEncryptionKey(CustomerEncryptionKeyArgs.builder()
.kmsKeyName("string")
.build())
.enableConfidentialCompute(false)
.build())
.cidrBlock("string")
.dataDisks(AttachedDiskArgs.builder()
.mode("DISK_MODE_UNSPECIFIED")
.sourceDisk("string")
.build())
.description("string")
.autocheckpointEnabled(false)
.acceleratorConfig(AcceleratorConfigArgs.builder()
.topology("string")
.type("TYPE_UNSPECIFIED")
.build())
.health("HEALTH_UNSPECIFIED")
.networkConfig(NetworkConfigArgs.builder()
.canIpForward(false)
.enableExternalIps(false)
.network("string")
.subnetwork("string")
.build())
.acceleratorType("string")
.schedulingConfig(SchedulingConfigArgs.builder()
.preemptible(false)
.reserved(false)
.build())
.serviceAccount(ServiceAccountArgs.builder()
.email("string")
.scope("string")
.build())
.shieldedInstanceConfig(ShieldedInstanceConfigArgs.builder()
.enableSecureBoot(false)
.build())
.tags("string")
.build())
.parent("string")
.multiNodeParams(MultiNodeParamsArgs.builder()
.nodeCount(0)
.nodeIdPrefix("string")
.build())
.nodeId("string")
.build())
.build())
.build());
queued_resource_resource = google_native.tpu.v2alpha1.QueuedResource("queuedResourceResource",
best_effort=google_native.tpu.v2alpha1.BestEffortArgs(),
guaranteed=google_native.tpu.v2alpha1.GuaranteedArgs(
min_duration="string",
reserved=False,
),
location="string",
project="string",
queued_resource_id="string",
queueing_policy=google_native.tpu.v2alpha1.QueueingPolicyArgs(
valid_after_duration="string",
valid_after_time="string",
valid_interval=google_native.tpu.v2alpha1.IntervalArgs(
end_time="string",
start_time="string",
),
valid_until_duration="string",
valid_until_time="string",
),
request_id="string",
reservation_name="string",
spot=google_native.tpu.v2alpha1.SpotArgs(),
tpu=google_native.tpu.v2alpha1.TpuArgs(
node_spec=[google_native.tpu.v2alpha1.NodeSpecArgs(
node=google_native.tpu.v2alpha1.NodeArgs(
runtime_version="string",
labels={
"string": "string",
},
metadata={
"string": "string",
},
boot_disk_config=google_native.tpu.v2alpha1.BootDiskConfigArgs(
customer_encryption_key=google_native.tpu.v2alpha1.CustomerEncryptionKeyArgs(
kms_key_name="string",
),
enable_confidential_compute=False,
),
cidr_block="string",
data_disks=[google_native.tpu.v2alpha1.AttachedDiskArgs(
mode=google_native.tpu.v2alpha1.AttachedDiskMode.DISK_MODE_UNSPECIFIED,
source_disk="string",
)],
description="string",
autocheckpoint_enabled=False,
accelerator_config=google_native.tpu.v2alpha1.AcceleratorConfigArgs(
topology="string",
type=google_native.tpu.v2alpha1.AcceleratorConfigType.TYPE_UNSPECIFIED,
),
health=google_native.tpu.v2alpha1.NodeHealth.HEALTH_UNSPECIFIED,
network_config=google_native.tpu.v2alpha1.NetworkConfigArgs(
can_ip_forward=False,
enable_external_ips=False,
network="string",
subnetwork="string",
),
accelerator_type="string",
scheduling_config=google_native.tpu.v2alpha1.SchedulingConfigArgs(
preemptible=False,
reserved=False,
),
service_account=google_native.tpu.v2alpha1.ServiceAccountArgs(
email="string",
scope=["string"],
),
shielded_instance_config=google_native.tpu.v2alpha1.ShieldedInstanceConfigArgs(
enable_secure_boot=False,
),
tags=["string"],
),
parent="string",
multi_node_params=google_native.tpu.v2alpha1.MultiNodeParamsArgs(
node_count=0,
node_id_prefix="string",
),
node_id="string",
)],
))
const queuedResourceResource = new google_native.tpu.v2alpha1.QueuedResource("queuedResourceResource", {
bestEffort: {},
guaranteed: {
minDuration: "string",
reserved: false,
},
location: "string",
project: "string",
queuedResourceId: "string",
queueingPolicy: {
validAfterDuration: "string",
validAfterTime: "string",
validInterval: {
endTime: "string",
startTime: "string",
},
validUntilDuration: "string",
validUntilTime: "string",
},
requestId: "string",
reservationName: "string",
spot: {},
tpu: {
nodeSpec: [{
node: {
runtimeVersion: "string",
labels: {
string: "string",
},
metadata: {
string: "string",
},
bootDiskConfig: {
customerEncryptionKey: {
kmsKeyName: "string",
},
enableConfidentialCompute: false,
},
cidrBlock: "string",
dataDisks: [{
mode: google_native.tpu.v2alpha1.AttachedDiskMode.DiskModeUnspecified,
sourceDisk: "string",
}],
description: "string",
autocheckpointEnabled: false,
acceleratorConfig: {
topology: "string",
type: google_native.tpu.v2alpha1.AcceleratorConfigType.TypeUnspecified,
},
health: google_native.tpu.v2alpha1.NodeHealth.HealthUnspecified,
networkConfig: {
canIpForward: false,
enableExternalIps: false,
network: "string",
subnetwork: "string",
},
acceleratorType: "string",
schedulingConfig: {
preemptible: false,
reserved: false,
},
serviceAccount: {
email: "string",
scope: ["string"],
},
shieldedInstanceConfig: {
enableSecureBoot: false,
},
tags: ["string"],
},
parent: "string",
multiNodeParams: {
nodeCount: 0,
nodeIdPrefix: "string",
},
nodeId: "string",
}],
},
});
type: google-native:tpu/v2alpha1:QueuedResource
properties:
bestEffort: {}
guaranteed:
minDuration: string
reserved: false
location: string
project: string
queuedResourceId: string
queueingPolicy:
validAfterDuration: string
validAfterTime: string
validInterval:
endTime: string
startTime: string
validUntilDuration: string
validUntilTime: string
requestId: string
reservationName: string
spot: {}
tpu:
nodeSpec:
- multiNodeParams:
nodeCount: 0
nodeIdPrefix: string
node:
acceleratorConfig:
topology: string
type: TYPE_UNSPECIFIED
acceleratorType: string
autocheckpointEnabled: false
bootDiskConfig:
customerEncryptionKey:
kmsKeyName: string
enableConfidentialCompute: false
cidrBlock: string
dataDisks:
- mode: DISK_MODE_UNSPECIFIED
sourceDisk: string
description: string
health: HEALTH_UNSPECIFIED
labels:
string: string
metadata:
string: string
networkConfig:
canIpForward: false
enableExternalIps: false
network: string
subnetwork: string
runtimeVersion: string
schedulingConfig:
preemptible: false
reserved: false
serviceAccount:
email: string
scope:
- string
shieldedInstanceConfig:
enableSecureBoot: false
tags:
- string
nodeId: string
parent: string
QueuedResource 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 QueuedResource resource accepts the following input properties:
- Best
Effort Pulumi.Google Native. TPU. V2Alpha1. Inputs. Best Effort - The BestEffort tier.
- Guaranteed
Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Guaranteed - The Guaranteed tier.
- Location string
- Project string
- Queued
Resource stringId - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. - Queueing
Policy Pulumi.Google Native. TPU. V2Alpha1. Inputs. Queueing Policy - The queueing policy of the QueuedRequest.
- Request
Id string - Idempotent request UUID.
- Reservation
Name string - Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
- Spot
Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Spot - Optional. The Spot tier.
- Tpu
Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Tpu - Defines a TPU resource.
- Best
Effort BestEffort Args - The BestEffort tier.
- Guaranteed
Guaranteed
Args - The Guaranteed tier.
- Location string
- Project string
- Queued
Resource stringId - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. - Queueing
Policy QueueingPolicy Args - The queueing policy of the QueuedRequest.
- Request
Id string - Idempotent request UUID.
- Reservation
Name string - Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
- Spot
Spot
Args - Optional. The Spot tier.
- Tpu
Tpu
Args - Defines a TPU resource.
- best
Effort BestEffort - The BestEffort tier.
- guaranteed Guaranteed
- The Guaranteed tier.
- location String
- project String
- queued
Resource StringId - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. - queueing
Policy QueueingPolicy - The queueing policy of the QueuedRequest.
- request
Id String - Idempotent request UUID.
- reservation
Name String - Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
- spot Spot
- Optional. The Spot tier.
- tpu Tpu
- Defines a TPU resource.
- best
Effort BestEffort - The BestEffort tier.
- guaranteed Guaranteed
- The Guaranteed tier.
- location string
- project string
- queued
Resource stringId - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. - queueing
Policy QueueingPolicy - The queueing policy of the QueuedRequest.
- request
Id string - Idempotent request UUID.
- reservation
Name string - Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
- spot Spot
- Optional. The Spot tier.
- tpu Tpu
- Defines a TPU resource.
- best_
effort BestEffort Args - The BestEffort tier.
- guaranteed
Guaranteed
Args - The Guaranteed tier.
- location str
- project str
- queued_
resource_ strid - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. - queueing_
policy QueueingPolicy Args - The queueing policy of the QueuedRequest.
- request_
id str - Idempotent request UUID.
- reservation_
name str - Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
- spot
Spot
Args - Optional. The Spot tier.
- tpu
Tpu
Args - Defines a TPU resource.
- best
Effort Property Map - The BestEffort tier.
- guaranteed Property Map
- The Guaranteed tier.
- location String
- project String
- queued
Resource StringId - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. - queueing
Policy Property Map - The queueing policy of the QueuedRequest.
- request
Id String - Idempotent request UUID.
- reservation
Name String - Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
- spot Property Map
- Optional. The Spot tier.
- tpu Property Map
- Defines a TPU resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the QueuedResource resource produces the following output properties:
- Create
Time string - The time when the QueuedResource was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Immutable. The name of the QueuedResource.
- State
Pulumi.
Google Native. TPU. V2Alpha1. Outputs. Queued Resource State Response - State of the QueuedResource request.
- Create
Time string - The time when the QueuedResource was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Immutable. The name of the QueuedResource.
- State
Queued
Resource State Response - State of the QueuedResource request.
- create
Time String - The time when the QueuedResource was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Immutable. The name of the QueuedResource.
- state
Queued
Resource State Response - State of the QueuedResource request.
- create
Time string - The time when the QueuedResource was created.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Immutable. The name of the QueuedResource.
- state
Queued
Resource State Response - State of the QueuedResource request.
- create_
time str - The time when the QueuedResource was created.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Immutable. The name of the QueuedResource.
- state
Queued
Resource State Response - State of the QueuedResource request.
- create
Time String - The time when the QueuedResource was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Immutable. The name of the QueuedResource.
- state Property Map
- State of the QueuedResource request.
Supporting Types
AcceleratorConfig, AcceleratorConfigArgs
- Topology string
- Topology of TPU in chips.
- Type
Pulumi.
Google Native. TPU. V2Alpha1. Accelerator Config Type - Type of TPU.
- Topology string
- Topology of TPU in chips.
- Type
Accelerator
Config Type - Type of TPU.
- topology String
- Topology of TPU in chips.
- type
Accelerator
Config Type - Type of TPU.
- topology string
- Topology of TPU in chips.
- type
Accelerator
Config Type - Type of TPU.
- topology str
- Topology of TPU in chips.
- type
Accelerator
Config Type - Type of TPU.
- topology String
- Topology of TPU in chips.
- type "TYPE_UNSPECIFIED" | "V2" | "V3" | "V4"
- Type of TPU.
AcceleratorConfigResponse, AcceleratorConfigResponseArgs
AcceleratorConfigType, AcceleratorConfigTypeArgs
- Type
Unspecified - TYPE_UNSPECIFIEDUnspecified version.
- V2
- V2TPU v2.
- V3
- V3TPU v3.
- V4
- V4TPU v4.
- Accelerator
Config Type Type Unspecified - TYPE_UNSPECIFIEDUnspecified version.
- Accelerator
Config Type V2 - V2TPU v2.
- Accelerator
Config Type V3 - V3TPU v3.
- Accelerator
Config Type V4 - V4TPU v4.
- Type
Unspecified - TYPE_UNSPECIFIEDUnspecified version.
- V2
- V2TPU v2.
- V3
- V3TPU v3.
- V4
- V4TPU v4.
- Type
Unspecified - TYPE_UNSPECIFIEDUnspecified version.
- V2
- V2TPU v2.
- V3
- V3TPU v3.
- V4
- V4TPU v4.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIEDUnspecified version.
- V2
- V2TPU v2.
- V3
- V3TPU v3.
- V4
- V4TPU v4.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIEDUnspecified version.
- "V2"
- V2TPU v2.
- "V3"
- V3TPU v3.
- "V4"
- V4TPU v4.
AccessConfigResponse, AccessConfigResponseArgs
- External
Ip string - An external IP address associated with the TPU worker.
- External
Ip string - An external IP address associated with the TPU worker.
- external
Ip String - An external IP address associated with the TPU worker.
- external
Ip string - An external IP address associated with the TPU worker.
- external_
ip str - An external IP address associated with the TPU worker.
- external
Ip String - An external IP address associated with the TPU worker.
AttachedDisk, AttachedDiskArgs
- Mode
Pulumi.
Google Native. TPU. V2Alpha1. Attached Disk Mode - The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- Source
Disk string - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- Mode
Attached
Disk Mode - The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- Source
Disk string - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode
Attached
Disk Mode - The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source
Disk String - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode
Attached
Disk Mode - The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source
Disk string - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode
Attached
Disk Mode - The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source_
disk str - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode "DISK_MODE_UNSPECIFIED" | "READ_WRITE" | "READ_ONLY"
- The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source
Disk String - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
AttachedDiskMode, AttachedDiskModeArgs
- Disk
Mode Unspecified - DISK_MODE_UNSPECIFIEDThe disk mode is not known/set.
- Read
Write - READ_WRITEAttaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
- Read
Only - READ_ONLYAttaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.
- Attached
Disk Mode Disk Mode Unspecified - DISK_MODE_UNSPECIFIEDThe disk mode is not known/set.
- Attached
Disk Mode Read Write - READ_WRITEAttaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
- Attached
Disk Mode Read Only - READ_ONLYAttaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.
- Disk
Mode Unspecified - DISK_MODE_UNSPECIFIEDThe disk mode is not known/set.
- Read
Write - READ_WRITEAttaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
- Read
Only - READ_ONLYAttaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.
- Disk
Mode Unspecified - DISK_MODE_UNSPECIFIEDThe disk mode is not known/set.
- Read
Write - READ_WRITEAttaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
- Read
Only - READ_ONLYAttaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.
- DISK_MODE_UNSPECIFIED
- DISK_MODE_UNSPECIFIEDThe disk mode is not known/set.
- READ_WRITE
- READ_WRITEAttaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
- READ_ONLY
- READ_ONLYAttaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.
- "DISK_MODE_UNSPECIFIED"
- DISK_MODE_UNSPECIFIEDThe disk mode is not known/set.
- "READ_WRITE"
- READ_WRITEAttaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
- "READ_ONLY"
- READ_ONLYAttaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.
AttachedDiskResponse, AttachedDiskResponseArgs
- Mode string
- The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- Source
Disk string - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- Mode string
- The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- Source
Disk string - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode String
- The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source
Disk String - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode string
- The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source
Disk string - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode 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 str - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
- mode String
- The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.
- source
Disk String - Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".
BootDiskConfig, BootDiskConfigArgs
- Customer
Encryption Pulumi.Key Google Native. TPU. V2Alpha1. Inputs. Customer Encryption Key - Optional. Customer encryption key for boot disk.
- Enable
Confidential boolCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- Customer
Encryption CustomerKey Encryption Key - Optional. Customer encryption key for boot disk.
- Enable
Confidential boolCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer
Encryption CustomerKey Encryption Key - Optional. Customer encryption key for boot disk.
- enable
Confidential BooleanCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer
Encryption CustomerKey Encryption Key - Optional. Customer encryption key for boot disk.
- enable
Confidential booleanCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer_
encryption_ Customerkey Encryption Key - Optional. Customer encryption key for boot disk.
- enable_
confidential_ boolcompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer
Encryption Property MapKey - Optional. Customer encryption key for boot disk.
- enable
Confidential BooleanCompute - Optional. Whether the boot disk will be created with confidential compute mode.
BootDiskConfigResponse, BootDiskConfigResponseArgs
- Customer
Encryption Pulumi.Key Google Native. TPU. V2Alpha1. Inputs. Customer Encryption Key Response - Optional. Customer encryption key for boot disk.
- Enable
Confidential boolCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- Customer
Encryption CustomerKey Encryption Key Response - Optional. Customer encryption key for boot disk.
- Enable
Confidential boolCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer
Encryption CustomerKey Encryption Key Response - Optional. Customer encryption key for boot disk.
- enable
Confidential BooleanCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer
Encryption CustomerKey Encryption Key Response - Optional. Customer encryption key for boot disk.
- enable
Confidential booleanCompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer_
encryption_ Customerkey Encryption Key Response - Optional. Customer encryption key for boot disk.
- enable_
confidential_ boolcompute - Optional. Whether the boot disk will be created with confidential compute mode.
- customer
Encryption Property MapKey - Optional. Customer encryption key for boot disk.
- enable
Confidential BooleanCompute - Optional. Whether the boot disk will be created with confidential compute mode.
CustomerEncryptionKey, CustomerEncryptionKeyArgs
- Kms
Key stringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- Kms
Key stringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms
Key StringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms
Key stringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms_
key_ strname - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms
Key StringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
CustomerEncryptionKeyResponse, CustomerEncryptionKeyResponseArgs
- Kms
Key stringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- Kms
Key stringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms
Key StringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms
Key stringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms_
key_ strname - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
- kms
Key StringName - The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
FailedDataResponse, FailedDataResponseArgs
- Error
Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Status Response - The error that caused the queued resource to enter the FAILED state.
- Error
Status
Response - The error that caused the queued resource to enter the FAILED state.
- error
Status
Response - The error that caused the queued resource to enter the FAILED state.
- error
Status
Response - The error that caused the queued resource to enter the FAILED state.
- error
Status
Response - The error that caused the queued resource to enter the FAILED state.
- error Property Map
- The error that caused the queued resource to enter the FAILED state.
Guaranteed, GuaranteedArgs
- Min
Duration string - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- Reserved bool
- Optional. Specifies the request should be scheduled on reserved capacity.
- Min
Duration string - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- Reserved bool
- Optional. Specifies the request should be scheduled on reserved capacity.
- min
Duration String - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved Boolean
- Optional. Specifies the request should be scheduled on reserved capacity.
- min
Duration string - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved boolean
- Optional. Specifies the request should be scheduled on reserved capacity.
- min_
duration str - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved bool
- Optional. Specifies the request should be scheduled on reserved capacity.
- min
Duration String - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved Boolean
- Optional. Specifies the request should be scheduled on reserved capacity.
GuaranteedResponse, GuaranteedResponseArgs
- Min
Duration string - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- Reserved bool
- Optional. Specifies the request should be scheduled on reserved capacity.
- Min
Duration string - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- Reserved bool
- Optional. Specifies the request should be scheduled on reserved capacity.
- min
Duration String - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved Boolean
- Optional. Specifies the request should be scheduled on reserved capacity.
- min
Duration string - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved boolean
- Optional. Specifies the request should be scheduled on reserved capacity.
- min_
duration str - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved bool
- Optional. Specifies the request should be scheduled on reserved capacity.
- min
Duration String - Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
- reserved Boolean
- Optional. Specifies the request should be scheduled on reserved capacity.
Interval, IntervalArgs
- end_
time str - Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
- start_
time str - Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
IntervalResponse, IntervalResponseArgs
- end_
time str - Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
- start_
time str - Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
MultiNodeParams, MultiNodeParamsArgs
- Node
Count int - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- Node
Id stringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- Node
Count int - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- Node
Id stringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node
Count Integer - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node
Id StringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node
Count number - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node
Id stringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node_
count int - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node_
id_ strprefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node
Count Number - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node
Id StringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
MultiNodeParamsResponse, MultiNodeParamsResponseArgs
- Node
Count int - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- Node
Id stringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- Node
Count int - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- Node
Id stringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node
Count Integer - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node
Id StringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node
Count number - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node
Id stringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node_
count int - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node_
id_ strprefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
- node
Count Number - Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
- node
Id StringPrefix - Prefix of node_ids in case of multi-node request Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
NetworkConfig, NetworkConfigArgs
- Can
Ip boolForward - 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 boolIps - 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 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 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 boolForward - 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 boolIps - 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 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 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 BooleanForward - 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 BooleanIps - 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 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 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 booleanForward - 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 booleanIps - 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 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 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_ boolforward - 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_ boolips - 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 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 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.
- can
Ip BooleanForward - 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 BooleanIps - 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 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 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.
NetworkConfigResponse, NetworkConfigResponseArgs
- Can
Ip boolForward - 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 boolIps - 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 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 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 boolForward - 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 boolIps - 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 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 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 BooleanForward - 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 BooleanIps - 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 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 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 booleanForward - 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 booleanIps - 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 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 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_ boolforward - 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_ boolips - 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 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 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.
- can
Ip BooleanForward - 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 BooleanIps - 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 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 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, NetworkEndpointResponseArgs
- Access
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Access Config Response - The access config for the TPU worker.
- Ip
Address string - The internal IP address of this network endpoint.
- Port int
- The port of this network endpoint.
- Access
Config AccessConfig Response - The access config for the TPU worker.
- Ip
Address string - The internal IP address of this network endpoint.
- Port int
- The port of this network endpoint.
- access
Config AccessConfig Response - The access config for the TPU worker.
- ip
Address String - The internal IP address of this network endpoint.
- port Integer
- The port of this network endpoint.
- access
Config AccessConfig Response - The access config for the TPU worker.
- ip
Address string - The internal IP address of this network endpoint.
- port number
- The port of this network endpoint.
- access_
config AccessConfig Response - The access config for the TPU worker.
- ip_
address str - The internal IP address of this network endpoint.
- port int
- The port of this network endpoint.
- access
Config Property Map - The access config for the TPU worker.
- ip
Address String - The internal IP address of this network endpoint.
- port Number
- The port of this network endpoint.
Node, NodeArgs
- Runtime
Version string - The runtime version running in the Node.
- Accelerator
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Accelerator Config - The AccleratorConfig for the TPU Node.
- Accelerator
Type string - The type of hardware accelerators associated with this node.
- Autocheckpoint
Enabled bool - Optional. Whether Autocheckpoint is enabled.
- Boot
Disk Pulumi.Config Google Native. TPU. V2Alpha1. Inputs. Boot Disk Config - Optional. Boot disk configuration.
- 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.
- Data
Disks List<Pulumi.Google Native. TPU. V2Alpha1. Inputs. Attached Disk> - The additional data disks for the Node.
- Description string
- The user-supplied description of the TPU. Maximum of 512 characters.
- Health
Pulumi.
Google Native. TPU. V2Alpha1. Node Health - The health status of the TPU node.
- 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
- Network
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Network Config - Network configurations for the TPU node.
- Scheduling
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Scheduling Config - The scheduling options for this node.
- Service
Account Pulumi.Google Native. TPU. V2Alpha1. Inputs. Service Account - 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 Pulumi.Config Google Native. TPU. V2Alpha1. Inputs. Shielded Instance Config - Shielded Instance options.
- List<string>
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- Runtime
Version string - The runtime version running in the Node.
- Accelerator
Config AcceleratorConfig - The AccleratorConfig for the TPU Node.
- Accelerator
Type string - The type of hardware accelerators associated with this node.
- Autocheckpoint
Enabled bool - Optional. Whether Autocheckpoint is enabled.
- Boot
Disk BootConfig Disk Config - Optional. Boot disk configuration.
- 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.
- Data
Disks []AttachedDisk - The additional data disks for the Node.
- 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.
- Metadata map[string]string
- Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
- Network
Config NetworkConfig - Network configurations for the TPU node.
- Scheduling
Config SchedulingConfig - The scheduling options for this node.
- Service
Account ServiceAccount - 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 ShieldedConfig Instance Config - Shielded Instance options.
- []string
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- runtime
Version String - The runtime version running in the Node.
- accelerator
Config AcceleratorConfig - The AccleratorConfig for the TPU Node.
- accelerator
Type String - The type of hardware accelerators associated with this node.
- autocheckpoint
Enabled Boolean - Optional. Whether Autocheckpoint is enabled.
- boot
Disk BootConfig Disk Config - Optional. Boot disk configuration.
- 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.
- data
Disks List<AttachedDisk> - The additional data disks for the Node.
- 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.
- metadata Map<String,String>
- Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
- network
Config NetworkConfig - Network configurations for the TPU node.
- scheduling
Config SchedulingConfig - The scheduling options for this node.
- service
Account ServiceAccount - 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 ShieldedConfig Instance Config - Shielded Instance options.
- List<String>
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- runtime
Version string - The runtime version running in the Node.
- accelerator
Config AcceleratorConfig - The AccleratorConfig for the TPU Node.
- accelerator
Type string - The type of hardware accelerators associated with this node.
- autocheckpoint
Enabled boolean - Optional. Whether Autocheckpoint is enabled.
- boot
Disk BootConfig Disk Config - Optional. Boot disk configuration.
- 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.
- data
Disks AttachedDisk[] - The additional data disks for the Node.
- 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.
- metadata {[key: string]: string}
- Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
- network
Config NetworkConfig - Network configurations for the TPU node.
- scheduling
Config SchedulingConfig - The scheduling options for this node.
- service
Account ServiceAccount - 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 ShieldedConfig Instance Config - Shielded Instance options.
- string[]
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- runtime_
version str - The runtime version running in the Node.
- accelerator_
config AcceleratorConfig - The AccleratorConfig for the TPU Node.
- accelerator_
type str - The type of hardware accelerators associated with this node.
- autocheckpoint_
enabled bool - Optional. Whether Autocheckpoint is enabled.
- boot_
disk_ Bootconfig Disk Config - Optional. Boot disk configuration.
- 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.
- data_
disks Sequence[AttachedDisk] - The additional data disks for the Node.
- 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.
- metadata Mapping[str, str]
- Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
- network_
config NetworkConfig - Network configurations for the TPU node.
- scheduling_
config SchedulingConfig - The scheduling options for this node.
- service_
account ServiceAccount - 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_ Shieldedconfig Instance Config - Shielded Instance options.
- Sequence[str]
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- runtime
Version String - The runtime version running in the Node.
- accelerator
Config Property Map - The AccleratorConfig for the TPU Node.
- accelerator
Type String - The type of hardware accelerators associated with this node.
- autocheckpoint
Enabled Boolean - Optional. Whether Autocheckpoint is enabled.
- boot
Disk Property MapConfig - Optional. Boot disk configuration.
- 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.
- data
Disks List<Property Map> - The additional data disks for the Node.
- description String
- The user-supplied description of the TPU. Maximum of 512 characters.
- health "HEALTH_UNSPECIFIED" | "HEALTHY" | "TIMEOUT" | "UNHEALTHY_TENSORFLOW" | "UNHEALTHY_MAINTENANCE"
- The health status of the TPU node.
- 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
- network
Config Property Map - Network configurations for the TPU node.
- scheduling
Config Property Map - The scheduling options for this node.
- service
Account 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.
- shielded
Instance Property MapConfig - Shielded Instance options.
- List<String>
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
NodeHealth, NodeHealthArgs
- Health
Unspecified - HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
- Healthy
- HEALTHYThe resource is healthy.
- 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 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.
- 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.
- 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.
- 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.
- "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.
NodeResponse, NodeResponseArgs
- Accelerator
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Accelerator Config Response - The AccleratorConfig for the TPU Node.
- Accelerator
Type string - The type of hardware accelerators associated with this node.
- Api
Version string - The API version that created this Node.
- Autocheckpoint
Enabled bool - Optional. Whether Autocheckpoint is enabled.
- Boot
Disk Pulumi.Config Google Native. TPU. V2Alpha1. Inputs. Boot Disk Config Response - Optional. Boot disk configuration.
- 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.
- Create
Time string - The time when the node was created.
- Data
Disks List<Pulumi.Google Native. TPU. V2Alpha1. Inputs. Attached Disk Response> - 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.
- Health
Description 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
- Multislice
Node bool - Whether the Node belongs to a Multislice group.
- Name string
- Immutable. The name of the TPU.
- Network
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Network Config Response - Network configurations for the TPU node.
- Network
Endpoints List<Pulumi.Google Native. TPU. V2Alpha1. Inputs. Network Endpoint Response> - 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 string - The qualified name of the QueuedResource that requested this Node.
- Runtime
Version string - The runtime version running in the Node.
- Scheduling
Config Pulumi.Google Native. TPU. V2Alpha1. Inputs. Scheduling Config Response - The scheduling options for this node.
- Service
Account Pulumi.Google Native. TPU. V2Alpha1. Inputs. Service Account Response - 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 Pulumi.Config Google Native. TPU. V2Alpha1. Inputs. Shielded Instance Config Response - Shielded Instance options.
- State string
- The current state for the TPU Node.
- Symptoms
List<Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Symptom Response> - The Symptoms that have occurred to the TPU Node.
- List<string>
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- Accelerator
Config AcceleratorConfig Response - The AccleratorConfig for the TPU Node.
- Accelerator
Type string - The type of hardware accelerators associated with this node.
- Api
Version string - The API version that created this Node.
- Autocheckpoint
Enabled bool - Optional. Whether Autocheckpoint is enabled.
- Boot
Disk BootConfig Disk Config Response - Optional. Boot disk configuration.
- 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.
- Create
Time string - The time when the node was created.
- Data
Disks []AttachedDisk Response - 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.
- Health
Description 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
- Multislice
Node bool - Whether the Node belongs to a Multislice group.
- Name string
- Immutable. The name of the TPU.
- Network
Config NetworkConfig Response - Network configurations for the TPU node.
- Network
Endpoints []NetworkEndpoint Response - 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 string - The qualified name of the QueuedResource that requested this Node.
- Runtime
Version string - The runtime version running in the Node.
- Scheduling
Config SchedulingConfig Response - The scheduling options for this node.
- Service
Account ServiceAccount Response - 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 ShieldedConfig Instance Config Response - Shielded Instance options.
- State string
- The current state for the TPU Node.
- Symptoms
[]Symptom
Response - The Symptoms that have occurred to the TPU Node.
- []string
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- accelerator
Config AcceleratorConfig Response - The AccleratorConfig for the TPU Node.
- accelerator
Type String - The type of hardware accelerators associated with this node.
- api
Version String - The API version that created this Node.
- autocheckpoint
Enabled Boolean - Optional. Whether Autocheckpoint is enabled.
- boot
Disk BootConfig Disk Config Response - Optional. Boot disk configuration.
- 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.
- create
Time String - The time when the node was created.
- data
Disks List<AttachedDisk Response> - 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.
- health
Description 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
- multislice
Node Boolean - Whether the Node belongs to a Multislice group.
- name String
- Immutable. The name of the TPU.
- network
Config NetworkConfig Response - Network configurations for the TPU node.
- network
Endpoints List<NetworkEndpoint Response> - 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 String - The qualified name of the QueuedResource that requested this Node.
- runtime
Version String - The runtime version running in the Node.
- scheduling
Config SchedulingConfig Response - The scheduling options for this node.
- service
Account ServiceAccount Response - 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 ShieldedConfig Instance Config Response - Shielded Instance options.
- state String
- The current state for the TPU Node.
- symptoms
List<Symptom
Response> - The Symptoms that have occurred to the TPU Node.
- List<String>
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- accelerator
Config AcceleratorConfig Response - The AccleratorConfig for the TPU Node.
- accelerator
Type string - The type of hardware accelerators associated with this node.
- api
Version string - The API version that created this Node.
- autocheckpoint
Enabled boolean - Optional. Whether Autocheckpoint is enabled.
- boot
Disk BootConfig Disk Config Response - Optional. Boot disk configuration.
- 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.
- create
Time string - The time when the node was created.
- data
Disks AttachedDisk Response[] - 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.
- health
Description 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
- multislice
Node boolean - Whether the Node belongs to a Multislice group.
- name string
- Immutable. The name of the TPU.
- network
Config NetworkConfig Response - Network configurations for the TPU node.
- network
Endpoints NetworkEndpoint Response[] - 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 string - The qualified name of the QueuedResource that requested this Node.
- runtime
Version string - The runtime version running in the Node.
- scheduling
Config SchedulingConfig Response - The scheduling options for this node.
- service
Account ServiceAccount Response - 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 ShieldedConfig Instance Config Response - Shielded Instance options.
- state string
- The current state for the TPU Node.
- symptoms
Symptom
Response[] - The Symptoms that have occurred to the TPU Node.
- string[]
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- accelerator_
config AcceleratorConfig Response - The AccleratorConfig for the TPU Node.
- accelerator_
type str - The type of hardware accelerators associated with this node.
- api_
version str - The API version that created this Node.
- autocheckpoint_
enabled bool - Optional. Whether Autocheckpoint is enabled.
- boot_
disk_ Bootconfig Disk Config Response - Optional. Boot disk configuration.
- 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[AttachedDisk Response] - 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 NetworkConfig Response - Network configurations for the TPU node.
- network_
endpoints Sequence[NetworkEndpoint Response] - 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 SchedulingConfig Response - The scheduling options for this node.
- service_
account ServiceAccount Response - 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_ Shieldedconfig Instance Config Response - Shielded Instance options.
- state str
- The current state for the TPU Node.
- symptoms
Sequence[Symptom
Response] - The Symptoms that have occurred to the TPU Node.
- Sequence[str]
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
- accelerator
Config Property Map - The AccleratorConfig for the TPU Node.
- accelerator
Type String - The type of hardware accelerators associated with this node.
- api
Version String - The API version that created this Node.
- autocheckpoint
Enabled Boolean - Optional. Whether Autocheckpoint is enabled.
- boot
Disk Property MapConfig - Optional. Boot disk configuration.
- 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.
- create
Time String - The time when the node was created.
- data
Disks 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.
- health
Description 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
- multislice
Node Boolean - Whether the Node belongs to a Multislice group.
- name String
- Immutable. The name of the TPU.
- network
Config Property Map - Network configurations for the TPU node.
- network
Endpoints 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.
- queued
Resource String - The qualified name of the QueuedResource that requested this Node.
- runtime
Version String - The runtime version running in the Node.
- scheduling
Config Property Map - The scheduling options for this node.
- service
Account 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.
- shielded
Instance Property MapConfig - 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.
- List<String>
- Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
NodeSpec, NodeSpecArgs
- Node
Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Node - The node.
- Parent string
- The parent resource name.
- Multi
Node Pulumi.Params Google Native. TPU. V2Alpha1. Inputs. Multi Node Params - Optional. Fields to specify in case of multi-node request.
- Node
Id string - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.
- Node
Node
Type - The node.
- Parent string
- The parent resource name.
- Multi
Node MultiParams Node Params - Optional. Fields to specify in case of multi-node request.
- Node
Id string - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.
- node Node
- The node.
- parent String
- The parent resource name.
- multi
Node MultiParams Node Params - Optional. Fields to specify in case of multi-node request.
- node
Id String - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.
- node Node
- The node.
- parent string
- The parent resource name.
- multi
Node MultiParams Node Params - Optional. Fields to specify in case of multi-node request.
- node
Id string - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.
- node Node
- The node.
- parent str
- The parent resource name.
- multi_
node_ Multiparams Node Params - Optional. Fields to specify in case of multi-node request.
- node_
id str - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.
- node Property Map
- The node.
- parent String
- The parent resource name.
- multi
Node Property MapParams - Optional. Fields to specify in case of multi-node request.
- node
Id String - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.
NodeSpecResponse, NodeSpecResponseArgs
- Multi
Node Pulumi.Params Google Native. TPU. V2Alpha1. Inputs. Multi Node Params Response - Optional. Fields to specify in case of multi-node request.
- Node
Pulumi.
Google Native. TPU. V2Alpha1. Inputs. Node Response - The node.
- Node
Id string - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params. - Parent string
- The parent resource name.
- Multi
Node MultiParams Node Params Response - Optional. Fields to specify in case of multi-node request.
- Node
Node
Response - The node.
- Node
Id string - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params. - Parent string
- The parent resource name.
- multi
Node MultiParams Node Params Response - Optional. Fields to specify in case of multi-node request.
- node
Node
Response - The node.
- node
Id String - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params. - parent String
- The parent resource name.
- multi
Node MultiParams Node Params Response - Optional. Fields to specify in case of multi-node request.
- node
Node
Response - The node.
- node
Id string - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params. - parent string
- The parent resource name.
- multi_
node_ Multiparams Node Params Response - Optional. Fields to specify in case of multi-node request.
- node
Node
Response - The node.
- node_
id str - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params. - parent str
- The parent resource name.
- multi
Node Property MapParams - Optional. Fields to specify in case of multi-node request.
- node Property Map
- The node.
- node
Id String - The unqualified resource name. Should follow the
^[A-Za-z0-9_.~+%-]+$
regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params. - parent String
- The parent resource name.
QueuedResourceStateResponse, QueuedResourceStateResponseArgs
- Accepted
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Accepted Data Response - Further data for the accepted state.
- Active
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Active Data Response - Further data for the active state.
- Creating
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Creating Data Response - Further data for the creating state.
- Deleting
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Deleting Data Response - Further data for the deleting state.
- Failed
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Failed Data Response - Further data for the failed state.
- Provisioning
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Provisioning Data Response - Further data for the provisioning state.
- State string
- State of the QueuedResource request.
- State
Initiator string - The initiator of the QueuedResources's current state.
- Suspended
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Suspended Data Response - Further data for the suspended state.
- Suspending
Data Pulumi.Google Native. TPU. V2Alpha1. Inputs. Suspending Data Response - Further data for the suspending state.
- Accepted
Data AcceptedData Response - Further data for the accepted state.
- Active
Data ActiveData Response - Further data for the active state.
- Creating
Data CreatingData Response - Further data for the creating state.
- Deleting
Data DeletingData Response - Further data for the deleting state.
- Failed
Data FailedData Response - Further data for the failed state.
- Provisioning
Data ProvisioningData Response - Further data for the provisioning state.
- State string
- State of the QueuedResource request.
- State
Initiator string - The initiator of the QueuedResources's current state.
- Suspended
Data SuspendedData Response - Further data for the suspended state.
- Suspending
Data SuspendingData Response - Further data for the suspending state.
- accepted
Data AcceptedData Response - Further data for the accepted state.
- active
Data ActiveData Response - Further data for the active state.
- creating
Data CreatingData Response - Further data for the creating state.
- deleting
Data DeletingData Response - Further data for the deleting state.
- failed
Data FailedData Response - Further data for the failed state.
- provisioning
Data ProvisioningData Response - Further data for the provisioning state.
- state String
- State of the QueuedResource request.
- state
Initiator String - The initiator of the QueuedResources's current state.
- suspended
Data SuspendedData Response - Further data for the suspended state.
- suspending
Data SuspendingData Response - Further data for the suspending state.
- accepted
Data AcceptedData Response - Further data for the accepted state.
- active
Data ActiveData Response - Further data for the active state.
- creating
Data CreatingData Response - Further data for the creating state.
- deleting
Data DeletingData Response - Further data for the deleting state.
- failed
Data FailedData Response - Further data for the failed state.
- provisioning
Data ProvisioningData Response - Further data for the provisioning state.
- state string
- State of the QueuedResource request.
- state
Initiator string - The initiator of the QueuedResources's current state.
- suspended
Data SuspendedData Response - Further data for the suspended state.
- suspending
Data SuspendingData Response - Further data for the suspending state.
- accepted_
data AcceptedData Response - Further data for the accepted state.
- active_
data ActiveData Response - Further data for the active state.
- creating_
data CreatingData Response - Further data for the creating state.
- deleting_
data DeletingData Response - Further data for the deleting state.
- failed_
data FailedData Response - Further data for the failed state.
- provisioning_
data ProvisioningData Response - Further data for the provisioning state.
- state str
- State of the QueuedResource request.
- state_
initiator str - The initiator of the QueuedResources's current state.
- suspended_
data SuspendedData Response - Further data for the suspended state.
- suspending_
data SuspendingData Response - Further data for the suspending state.
- accepted
Data Property Map - Further data for the accepted state.
- active
Data Property Map - Further data for the active state.
- creating
Data Property Map - Further data for the creating state.
- deleting
Data Property Map - Further data for the deleting state.
- failed
Data Property Map - Further data for the failed state.
- provisioning
Data Property Map - Further data for the provisioning state.
- state String
- State of the QueuedResource request.
- state
Initiator String - The initiator of the QueuedResources's current state.
- suspended
Data Property Map - Further data for the suspended state.
- suspending
Data Property Map - Further data for the suspending state.
QueueingPolicy, QueueingPolicyArgs
- Valid
After stringDuration - A relative time after which resources may be created.
- Valid
After stringTime - An absolute time at which resources may be created.
- Valid
Interval Pulumi.Google Native. TPU. V2Alpha1. Inputs. Interval - An absolute time interval within which resources may be created.
- Valid
Until stringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- Valid
Until stringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- Valid
After stringDuration - A relative time after which resources may be created.
- Valid
After stringTime - An absolute time at which resources may be created.
- Valid
Interval Interval - An absolute time interval within which resources may be created.
- Valid
Until stringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- Valid
Until stringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
After StringDuration - A relative time after which resources may be created.
- valid
After StringTime - An absolute time at which resources may be created.
- valid
Interval Interval - An absolute time interval within which resources may be created.
- valid
Until StringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
Until StringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
After stringDuration - A relative time after which resources may be created.
- valid
After stringTime - An absolute time at which resources may be created.
- valid
Interval Interval - An absolute time interval within which resources may be created.
- valid
Until stringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
Until stringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid_
after_ strduration - A relative time after which resources may be created.
- valid_
after_ strtime - An absolute time at which resources may be created.
- valid_
interval Interval - An absolute time interval within which resources may be created.
- valid_
until_ strduration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid_
until_ strtime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
After StringDuration - A relative time after which resources may be created.
- valid
After StringTime - An absolute time at which resources may be created.
- valid
Interval Property Map - An absolute time interval within which resources may be created.
- valid
Until StringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
Until StringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
QueueingPolicyResponse, QueueingPolicyResponseArgs
- Valid
After stringDuration - A relative time after which resources may be created.
- Valid
After stringTime - An absolute time at which resources may be created.
- Valid
Interval Pulumi.Google Native. TPU. V2Alpha1. Inputs. Interval Response - An absolute time interval within which resources may be created.
- Valid
Until stringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- Valid
Until stringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- Valid
After stringDuration - A relative time after which resources may be created.
- Valid
After stringTime - An absolute time at which resources may be created.
- Valid
Interval IntervalResponse - An absolute time interval within which resources may be created.
- Valid
Until stringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- Valid
Until stringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
After StringDuration - A relative time after which resources may be created.
- valid
After StringTime - An absolute time at which resources may be created.
- valid
Interval IntervalResponse - An absolute time interval within which resources may be created.
- valid
Until StringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
Until StringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
After stringDuration - A relative time after which resources may be created.
- valid
After stringTime - An absolute time at which resources may be created.
- valid
Interval IntervalResponse - An absolute time interval within which resources may be created.
- valid
Until stringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
Until stringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid_
after_ strduration - A relative time after which resources may be created.
- valid_
after_ strtime - An absolute time at which resources may be created.
- valid_
interval IntervalResponse - An absolute time interval within which resources may be created.
- valid_
until_ strduration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid_
until_ strtime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
After StringDuration - A relative time after which resources may be created.
- valid
After StringTime - An absolute time at which resources may be created.
- valid
Interval Property Map - An absolute time interval within which resources may be created.
- valid
Until StringDuration - A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
- valid
Until StringTime - An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
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.
ServiceAccount, ServiceAccountArgs
ServiceAccountResponse, ServiceAccountResponseArgs
ShieldedInstanceConfig, ShieldedInstanceConfigArgs
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled.
- enable
Secure booleanBoot - Defines whether the instance has Secure Boot enabled.
- enable_
secure_ boolboot - Defines whether the instance has Secure Boot enabled.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled.
ShieldedInstanceConfigResponse, ShieldedInstanceConfigResponseArgs
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled.
- enable
Secure booleanBoot - Defines whether the instance has Secure Boot enabled.
- enable_
secure_ boolboot - Defines whether the instance has Secure Boot enabled.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled.
StatusResponse, StatusResponseArgs
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<Immutable
Dictionary<string, string>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
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.
Tpu, TpuArgs
- Node
Spec List<Pulumi.Google Native. TPU. V2Alpha1. Inputs. Node Spec> - The TPU node(s) being requested.
- Node
Spec []NodeSpec - The TPU node(s) being requested.
- node
Spec List<NodeSpec> - The TPU node(s) being requested.
- node
Spec NodeSpec[] - The TPU node(s) being requested.
- node_
spec Sequence[NodeSpec] - The TPU node(s) being requested.
- node
Spec List<Property Map> - The TPU node(s) being requested.
TpuResponse, TpuResponseArgs
- Node
Spec List<Pulumi.Google Native. TPU. V2Alpha1. Inputs. Node Spec Response> - The TPU node(s) being requested.
- Node
Spec []NodeSpec Response - The TPU node(s) being requested.
- node
Spec List<NodeSpec Response> - The TPU node(s) being requested.
- node
Spec NodeSpec Response[] - The TPU node(s) being requested.
- node_
spec Sequence[NodeSpec Response] - The TPU node(s) being requested.
- node
Spec List<Property Map> - The TPU node(s) being requested.
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.