compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::InterconnectAttachmentPartnerMetadata Class Reference

#include <interconnect_attachment_partner_metadata.h>

Inheritance diagram for google_compute_api::InterconnectAttachmentPartnerMetadata:

Public Member Functions

 InterconnectAttachmentPartnerMetadata (const Json::Value &storage)
 
 InterconnectAttachmentPartnerMetadata (Json::Value *storage)
 
virtual ~InterconnectAttachmentPartnerMetadata ()
 
const StringPiece GetTypeName () const
 
bool has_interconnect_name () const
 
void clear_interconnect_name ()
 
const StringPiece get_interconnect_name () const
 
void set_interconnect_name (const StringPiece &value)
 
bool has_partner_name () const
 
void clear_partner_name ()
 
const StringPiece get_partner_name () const
 
void set_partner_name (const StringPiece &value)
 
bool has_portal_url () const
 
void clear_portal_url ()
 
const StringPiece get_portal_url () const
 
void set_portal_url (const StringPiece &value)
 

Static Public Member Functions

static InterconnectAttachmentPartnerMetadataNew ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ InterconnectAttachmentPartnerMetadata() [1/2]

google_compute_api::InterconnectAttachmentPartnerMetadata::InterconnectAttachmentPartnerMetadata ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ InterconnectAttachmentPartnerMetadata() [2/2]

google_compute_api::InterconnectAttachmentPartnerMetadata::InterconnectAttachmentPartnerMetadata ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~InterconnectAttachmentPartnerMetadata()

google_compute_api::InterconnectAttachmentPartnerMetadata::~InterconnectAttachmentPartnerMetadata ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_interconnect_name()

void google_compute_api::InterconnectAttachmentPartnerMetadata::clear_interconnect_name ( )
inline

Clears the 'interconnectName' attribute.

◆ clear_partner_name()

void google_compute_api::InterconnectAttachmentPartnerMetadata::clear_partner_name ( )
inline

Clears the 'partnerName' attribute.

◆ clear_portal_url()

void google_compute_api::InterconnectAttachmentPartnerMetadata::clear_portal_url ( )
inline

Clears the 'portalUrl' attribute.

◆ get_interconnect_name()

const StringPiece google_compute_api::InterconnectAttachmentPartnerMetadata::get_interconnect_name ( ) const
inline

Get the value of the 'interconnectName' attribute.

◆ get_partner_name()

const StringPiece google_compute_api::InterconnectAttachmentPartnerMetadata::get_partner_name ( ) const
inline

Get the value of the 'partnerName' attribute.

◆ get_portal_url()

const StringPiece google_compute_api::InterconnectAttachmentPartnerMetadata::get_portal_url ( ) const
inline

Get the value of the 'portalUrl' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::InterconnectAttachmentPartnerMetadata::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectAttachmentPartnerMetadata

◆ has_interconnect_name()

bool google_compute_api::InterconnectAttachmentPartnerMetadata::has_interconnect_name ( ) const
inline

Determine if the 'interconnectName' attribute was set.

Returns
true if the 'interconnectName' attribute was set.

◆ has_partner_name()

bool google_compute_api::InterconnectAttachmentPartnerMetadata::has_partner_name ( ) const
inline

Determine if the 'partnerName' attribute was set.

Returns
true if the 'partnerName' attribute was set.

◆ has_portal_url()

bool google_compute_api::InterconnectAttachmentPartnerMetadata::has_portal_url ( ) const
inline

Determine if the 'portalUrl' attribute was set.

Returns
true if the 'portalUrl' attribute was set.

◆ New()

InterconnectAttachmentPartnerMetadata * google_compute_api::InterconnectAttachmentPartnerMetadata::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_interconnect_name()

void google_compute_api::InterconnectAttachmentPartnerMetadata::set_interconnect_name ( const StringPiece &  value)
inline

Change the 'interconnectName' attribute.

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.

Parameters
[in]valueThe new value.

◆ set_partner_name()

void google_compute_api::InterconnectAttachmentPartnerMetadata::set_partner_name ( const StringPiece &  value)
inline

Change the 'partnerName' attribute.

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

Parameters
[in]valueThe new value.

◆ set_portal_url()

void google_compute_api::InterconnectAttachmentPartnerMetadata::set_portal_url ( const StringPiece &  value)
inline

Change the 'portalUrl' attribute.

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.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: