Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX