public sealed class NewNetworkConfig : IMessage<NewNetworkConfig>, IEquatable<NewNetworkConfig>, IDeepCloneable<NewNetworkConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class NewNetworkConfig.
When set in a [NetworkResourceConfig][google.cloud.hypercomputecluster.v1beta.NetworkResourceConfig], indicates that a new network should be created.
Implements
IMessageNewNetworkConfig, IEquatableNewNetworkConfig, IDeepCloneableNewNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
NewNetworkConfig()
public NewNetworkConfig()NewNetworkConfig(NewNetworkConfig)
public NewNetworkConfig(NewNetworkConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NewNetworkConfig |
Properties
Description
public string Description { get; set; }Optional. Immutable. Description of the network. Maximum of 2048 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Network
public string Network { get; set; }Required. Immutable. Name of the network to create, in the format
projects/{project}/global/networks/{network}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }NetworkName-typed view over the Network resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|