Show / Hide Table of Contents

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.

Inheritance
object
NetworkResourceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX