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

#include <interconnect_attachment_private_info.h>

Inheritance diagram for google_compute_api::InterconnectAttachmentPrivateInfo:

Public Member Functions

 InterconnectAttachmentPrivateInfo (const Json::Value &storage)
 
 InterconnectAttachmentPrivateInfo (Json::Value *storage)
 
virtual ~InterconnectAttachmentPrivateInfo ()
 
const StringPiece GetTypeName () const
 
bool has_tag8021q () const
 
void clear_tag8021q ()
 
uint32 get_tag8021q () const
 
void set_tag8021q (uint32 value)
 

Static Public Member Functions

static InterconnectAttachmentPrivateInfoNew ()
 

Detailed Description

Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.

Constructor & Destructor Documentation

◆ InterconnectAttachmentPrivateInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InterconnectAttachmentPrivateInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InterconnectAttachmentPrivateInfo()

google_compute_api::InterconnectAttachmentPrivateInfo::~InterconnectAttachmentPrivateInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_tag8021q()

void google_compute_api::InterconnectAttachmentPrivateInfo::clear_tag8021q ( )
inline

Clears the 'tag8021q' attribute.

◆ get_tag8021q()

uint32 google_compute_api::InterconnectAttachmentPrivateInfo::get_tag8021q ( ) const
inline

Get the value of the 'tag8021q' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectAttachmentPrivateInfo

◆ has_tag8021q()

bool google_compute_api::InterconnectAttachmentPrivateInfo::has_tag8021q ( ) const
inline

Determine if the 'tag8021q' attribute was set.

Returns
true if the 'tag8021q' attribute was set.

◆ New()

InterconnectAttachmentPrivateInfo * google_compute_api::InterconnectAttachmentPrivateInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_tag8021q()

void google_compute_api::InterconnectAttachmentPrivateInfo::set_tag8021q ( uint32  value)
inline

Change the 'tag8021q' attribute.

[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.

Parameters
[in]valueThe new value.

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