Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RouterMd5AuthenticationKey.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String-
(::String) — [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.
#key=
def key=(value) -> ::String-
value (::String) — [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.
-
(::String) — [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.
#name
def name() -> ::String-
(::String) — Name used to identify the key.
Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.
#name=
def name=(value) -> ::String-
value (::String) — Name used to identify the key.
Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.
-
(::String) — Name used to identify the key.
Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.