public sealed class DeleteNetwork : IMessage<DeleteNetwork>, IEquatable<DeleteNetwork>, IDeepCloneable<DeleteNetwork>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class DeleteNetwork.
When set in OperationStep, indicates network deletion step with the resource name.
Implements
IMessageDeleteNetwork, IEquatableDeleteNetwork, IDeepCloneableDeleteNetwork, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
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 |
|