public sealed class CreateNetwork : IMessage<CreateNetwork>, IEquatable<CreateNetwork>, IDeepCloneable<CreateNetwork>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class CreateNetwork.
When set in OperationStep, indicates that a new network should be created.
Implements
IMessageCreateNetwork, IEquatableCreateNetwork, IDeepCloneableCreateNetwork, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
CreateNetwork()
public CreateNetwork()CreateNetwork(CreateNetwork)
public CreateNetwork(CreateNetwork other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateNetwork |
Properties
Network
public string Network { get; set; }Output only. 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 |
|