Cluster Director v1 API - Class CreateNetwork (1.0.0-beta01)

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

Reference documentation and code samples for the Cluster Director v1 API class CreateNetwork.

When set in OperationStep, indicates that a new network should be created.

Inheritance

object > CreateNetwork

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

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