Compute Engine v1 API - Class InterconnectAttachmentPartnerMetadata (2.15.0)

public sealed class InterconnectAttachmentPartnerMetadata : IMessage<InterconnectAttachmentPartnerMetadata>, IEquatable<InterconnectAttachmentPartnerMetadata>, IDeepCloneable<InterconnectAttachmentPartnerMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentPartnerMetadata.

Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.

Inheritance

object > InterconnectAttachmentPartnerMetadata

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectAttachmentPartnerMetadata()

public InterconnectAttachmentPartnerMetadata()

InterconnectAttachmentPartnerMetadata(InterconnectAttachmentPartnerMetadata)

public InterconnectAttachmentPartnerMetadata(InterconnectAttachmentPartnerMetadata other)
Parameter
NameDescription
otherInterconnectAttachmentPartnerMetadata

Properties

HasInterconnectName

public bool HasInterconnectName { get; }

Gets whether the "interconnect_name" field is set

Property Value
TypeDescription
bool

HasPartnerName

public bool HasPartnerName { get; }

Gets whether the "partner_name" field is set

Property Value
TypeDescription
bool

HasPortalUrl

public bool HasPortalUrl { get; }

Gets whether the "portal_url" field is set

Property Value
TypeDescription
bool

InterconnectName

public string InterconnectName { get; set; }

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.

Property Value
TypeDescription
string

PartnerName

public string PartnerName { get; set; }

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

Property Value
TypeDescription
string

PortalUrl

public string PortalUrl { get; set; }

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.

Property Value
TypeDescription
string