public sealed class InterconnectAttachmentPartnerMetadata : IMessage<InterconnectAttachmentPartnerMetadata>, IEquatable<InterconnectAttachmentPartnerMetadata>, IDeepCloneable<InterconnectAttachmentPartnerMetadata>, IBufferMessage, IMessage
Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.
Implements
IMessage<InterconnectAttachmentPartnerMetadata>, IEquatable<InterconnectAttachmentPartnerMetadata>, IDeepCloneable<InterconnectAttachmentPartnerMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectAttachmentPartnerMetadata()
public InterconnectAttachmentPartnerMetadata()
InterconnectAttachmentPartnerMetadata(InterconnectAttachmentPartnerMetadata)
public InterconnectAttachmentPartnerMetadata(InterconnectAttachmentPartnerMetadata other)
Parameter | |
---|---|
Name | Description |
other | InterconnectAttachmentPartnerMetadata |
Properties
HasInterconnectName
public bool HasInterconnectName { get; }
Gets whether the "interconnect_name" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPartnerName
public bool HasPartnerName { get; }
Gets whether the "partner_name" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPortalUrl
public bool HasPortalUrl { get; }
Gets whether the "portal_url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |