Class AcceleratorPodController
Represents a controller for managing out-of-band access to an accelerator domain (e.g., NVLink Domain).
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AcceleratorPodController : IDirectResponseSchema
Properties
CreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
An optional description of this resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ManagementInterfaces
Map of management interfaces. Keys must be valid RFC1035 names and at most 63 characters long.
Declaration
[JsonProperty("managementInterfaces")]
public virtual IDictionary<string, ManagementInterface> ManagementInterfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ManagementInterface> |
Name
Required. The name of the resource, provided by the client when initially creating the resource. The
resource name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must match the
regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter,
and all following characters must be a dash, lowercase letter, or digit, except the last character, which
cannot be a dash.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLink
Output only. [Output Only] Server-defined URL for the resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLinkWithId
Output only. [Output Only] Server-defined URL for the resource with the resource ID.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Target
Required. The target accelerator domain this controller manages. This must be a resolvable identifier for the specific NVLink Domain or TPU system (e.g., a Reservation Sub-block URI). Example: "projects/my-project/reservations/my-reservation/subBlocks/subblock-1".
Declaration
[JsonProperty("target")]
public virtual string Target { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Zone
Output only. [Output Only] URL of the zone where the accelerator pod controller resides.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |