public sealed class NetworkResourceConfig : IMessage<NetworkResourceConfig>, IEquatable<NetworkResourceConfig>, IDeepCloneable<NetworkResourceConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageNetworkResourceConfig, IEquatableNetworkResourceConfig, IDeepCloneableNetworkResourceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
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 |
|