Class: Google::Cloud::Compute::V1::RouterMd5AuthenticationKey
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterMd5AuthenticationKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#key ⇒ ::String
[Input only] Value of the key.
-
#name ⇒ ::String
Name used to identify the key.
Instance Attribute Details
#key ⇒ ::String
Returns [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.
27507 27508 27509 27510 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27507 class RouterMd5AuthenticationKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name used to identify the key. Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply with RFC1035.
27507 27508 27509 27510 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27507 class RouterMd5AuthenticationKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |