Class: Google::Cloud::Compute::V1::InterconnectAttachmentPartnerMetadata

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



12454
12455
12456
12457
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12454

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.

Returns:

  • (::String)

    Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.



12454
12455
12456
12457
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12454

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.

Returns:

  • (::String)

    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.



12454
12455
12456
12457
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12454

class InterconnectAttachmentPartnerMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end