Class NetworkResource
A resource representing a network that connects the various components of a cluster together.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NetworkResource : IDirectResponseSchema
Properties
Config
Immutable. Configuration for this network resource, which describes how it should be created or imported. This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.
Declaration
[JsonProperty("config")]
public virtual NetworkResourceConfig Config { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkResourceConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
Reference to a network in Google Compute Engine.
Declaration
[JsonProperty("network")]
public virtual NetworkReference Network { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkReference |