compute
v1
|
#include <interconnect_attachment_private_info.h>
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 InterconnectAttachmentPrivateInfo * | New () |
Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'tag8021q
' attribute.
|
inline |
Get the value of the 'tag8021q
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'tag8021q
' attribute was set.
tag8021q
' attribute was set.
|
static |
Creates a new default instance.
|
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.
[in] | value | The new value. |