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

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

Reference 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.

Inheritance

object > NewNetworkConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

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