public sealed class RouterMd5AuthenticationKey : IMessage<RouterMd5AuthenticationKey>, IEquatable<RouterMd5AuthenticationKey>, IDeepCloneable<RouterMd5AuthenticationKey>, IBufferMessage, IMessage
Implements
IMessageRouterMd5AuthenticationKey, IEquatableRouterMd5AuthenticationKey, IDeepCloneableRouterMd5AuthenticationKey, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RouterMd5AuthenticationKey()
public RouterMd5AuthenticationKey()
RouterMd5AuthenticationKey(RouterMd5AuthenticationKey)
public RouterMd5AuthenticationKey(RouterMd5AuthenticationKey other)
Parameter | |
---|---|
Name | Description |
other |
RouterMd5AuthenticationKey |
Properties
HasKey
public bool HasKey { get; }
Gets whether the "key" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |