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.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectAttachmentPartnerMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InterconnectName
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.
Declaration
[JsonProperty("interconnectName")]
public virtual string InterconnectName { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerName
Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
Declaration
[JsonProperty("partnerName")]
public virtual string PartnerName { get; set; }
Property Value
Type | Description |
---|---|
string |
PortalUrl
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.
Declaration
[JsonProperty("portalUrl")]
public virtual string PortalUrl { get; set; }
Property Value
Type | Description |
---|---|
string |