Distributed Cloud Edge Network v1 API - Class Router.Types.Interface (1.3.0)

public sealed class Router.Types.Interface : IMessage<Router.Types.Interface>, IEquatable<Router.Types.Interface>, IDeepCloneable<Router.Types.Interface>, IBufferMessage, IMessage

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

Router Interface defines the GDCE zone side layer-3 information for building the BGP session.

Inheritance

object > Router.Types.Interface

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

Interface()

public Interface()

Interface(Interface)

public Interface(Router.Types.Interface other)
Parameter
Name Description
other RouterTypesInterface

Properties

Ipv4Cidr

public string Ipv4Cidr { get; set; }

IP address and range of the interface.

Property Value
Type Description
string

Ipv6Cidr

public string Ipv6Cidr { get; set; }

IPv6 address and range of the interface.

Property Value
Type Description
string

LinkedInterconnectAttachment

public string LinkedInterconnectAttachment { get; set; }

The canonical name of the linked Interconnect attachment.

Property Value
Type Description
string

LoopbackIpAddresses

public RepeatedField<string> LoopbackIpAddresses { get; }

Create loopback interface in the router when specified. The number of IP addresses must match the number of TOR devices.

Property Value
Type Description
RepeatedFieldstring

Name

public string Name { get; set; }

Name of this interface entry. Unique within the Zones resource.

Property Value
Type Description
string

Subnetwork

public string Subnetwork { get; set; }

The canonical name of the subnetwork resource that this interface belongs to.

Property Value
Type Description
string