Class: Google::Cloud::Compute::V1::InterconnectAttachmentPartnerMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectAttachmentPartnerMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.
Instance Attribute Summary collapse
-
#interconnect_name ⇒ ::String
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal.
-
#partner_name ⇒ ::String
Plain text name of the Partner providing this attachment.
-
#portal_url ⇒ ::String
URL of the Partner's portal for this Attachment.
Instance Attribute Details
#interconnect_name ⇒ ::String
Returns Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values.
15975 15976 15977 15978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15975 class InterconnectAttachmentPartnerMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partner_name ⇒ ::String
Returns Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
15975 15976 15977 15978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15975 class InterconnectAttachmentPartnerMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#portal_url ⇒ ::String
Returns URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.
15975 15976 15977 15978 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15975 class InterconnectAttachmentPartnerMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |