public sealed class Network : IMessage<Network>, IEquatable<Network>, IDeepCloneable<Network>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class Network.
Contains information about a VPC network associated with the finding.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Network()
public Network()Network(Network)
public Network(Network other)| Parameter | |
|---|---|
| Name | Description |
other |
Network |
Properties
Name
public string Name { get; set; }The name of the VPC network resource, for example,
//compute.googleapis.com/projects/my-project/global/networks/my-network.
| Property Value | |
|---|---|
| Type | Description |
string |
|