Class NetworkResourceConfig
Describes how a network resource should be initialized. Each network resource can either be imported from an existing Google Cloud resource or initialized when the cluster is created.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NetworkResourceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExistingNetwork
Optional. Immutable. If set, indicates that an existing network should be imported.
Declaration
[JsonProperty("existingNetwork")]
public virtual ExistingNetworkConfig ExistingNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| ExistingNetworkConfig |
NewNetwork
Optional. Immutable. If set, indicates that a new network should be created.
Declaration
[JsonProperty("newNetwork")]
public virtual NewNetworkConfig NewNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| NewNetworkConfig |