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

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

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

When set in OperationStep, indicates network deletion step with the resource name.

Inheritance

object > DeleteNetwork

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Constructors

DeleteNetwork()

public DeleteNetwork()

DeleteNetwork(DeleteNetwork)

public DeleteNetwork(DeleteNetwork other)
Parameter
Name Description
other DeleteNetwork

Properties

Network

public string Network { get; set; }

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