Compute Engine v1 API - Class RouterMd5AuthenticationKey (2.15.0)

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

Inheritance

object > RouterMd5AuthenticationKey

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RouterMd5AuthenticationKey()

public RouterMd5AuthenticationKey()

RouterMd5AuthenticationKey(RouterMd5AuthenticationKey)

public RouterMd5AuthenticationKey(RouterMd5AuthenticationKey other)
Parameter
NameDescription
otherRouterMd5AuthenticationKey

Properties

HasKey

public bool HasKey { get; }

Gets whether the "key" field is set

Property Value
TypeDescription
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
bool

Key

public string Key { get; set; }

[Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Name used to identify the key. Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply with RFC1035.

Property Value
TypeDescription
string