Distributed Cloud Edge Network v1 API - Class Network (1.3.0)

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

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class Network.

Message describing Network object

Inheritance

object > Network

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

Network()

public Network()

Network(Network)

public Network(Network other)
Parameter
Name Description
other Network

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the network was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. A free-text description of the resource. Max length 1024 characters.

Property Value
Type Description
string

Labels

public MapField<string, string> Labels { get; }

Labels associated with this resource.

Property Value
Type Description
MapFieldstringstring

Mtu

public int Mtu { get; set; }

IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.

Property Value
Type Description
int

Name

public string Name { get; set; }

Required. The canonical resource name of the network.

Property Value
Type Description
string

NetworkName

public NetworkName NetworkName { get; set; }

NetworkName-typed view over the Name resource name property.

Property Value
Type Description
NetworkName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the network was last updated.

Property Value
Type Description
Timestamp