Cluster Director v1beta API - Class NetworkResourceConfig (1.0.0-beta01)

public sealed class NetworkResourceConfig : IMessage<NetworkResourceConfig>, IEquatable<NetworkResourceConfig>, IDeepCloneable<NetworkResourceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cluster Director v1beta API 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

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

NetworkResourceConfig()

public NetworkResourceConfig()

NetworkResourceConfig(NetworkResourceConfig)

public NetworkResourceConfig(NetworkResourceConfig other)
Parameter
Name Description
other NetworkResourceConfig

Properties

ConfigCase

public NetworkResourceConfig.ConfigOneofCase ConfigCase { get; }
Property Value
Type Description
NetworkResourceConfigConfigOneofCase

ExistingNetwork

public ExistingNetworkConfig ExistingNetwork { get; set; }

Optional. Immutable. If set, indicates that an existing network should be imported.

Property Value
Type Description
ExistingNetworkConfig

NewNetwork

public NewNetworkConfig NewNetwork { get; set; }

Optional. Immutable. If set, indicates that a new network should be created.

Property Value
Type Description
NewNetworkConfig