Security Command Center v2 API - Class Network (1.2.0)

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

Reference documentation and code samples for the Security Command Center v2 API class Network.

Contains information about a VPC network associated with the finding.

Inheritance

object > Network

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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