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

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

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

A reference to a VPC network in Google Compute Engine.

Inheritance

object > NetworkReference

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

NetworkReference()

public NetworkReference()

NetworkReference(NetworkReference)

public NetworkReference(NetworkReference other)
Parameter
Name Description
other NetworkReference

Properties

Network

public string Network { get; set; }

Output only. Name of the network, 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; }

Output only. Name of the particular subnetwork being used by the cluster, 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