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

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

Reference documentation and code samples for the Cluster Director v1beta API class ExistingNetworkConfig.

When set in a [NetworkResourceConfig][google.cloud.hypercomputecluster.v1beta.NetworkResourceConfig], indicates that an existing network should be imported.

Inheritance

object > ExistingNetworkConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

ExistingNetworkConfig()

public ExistingNetworkConfig()

ExistingNetworkConfig(ExistingNetworkConfig)

public ExistingNetworkConfig(ExistingNetworkConfig other)
Parameter
Name Description
other ExistingNetworkConfig

Properties

Network

public string Network { get; set; }

Required. Immutable. Name of the network to import, 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

Subnetwork

public string Subnetwork { get; set; }

Required. Immutable. Particular subnetwork to use, in the format projects/{project}/regions/{region}/subnetworks/{subnetwork}.

Property Value
Type Description
string

SubnetworkAsSubnetworkName

public SubnetworkName SubnetworkAsSubnetworkName { get; set; }

SubnetworkName-typed view over the Subnetwork resource name property.

Property Value
Type Description
SubnetworkName