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

#include <interconnect_attachments_scoped_list.h>

Inheritance diagram for google_compute_api::InterconnectAttachmentsScopedList:

Classes

class  InterconnectAttachmentsScopedListWarning
 

Public Member Functions

 InterconnectAttachmentsScopedList (const Json::Value &storage)
 
 InterconnectAttachmentsScopedList (Json::Value *storage)
 
virtual ~InterconnectAttachmentsScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_interconnect_attachments () const
 
void clear_interconnect_attachments ()
 
const client::JsonCppArray< InterconnectAttachmentget_interconnect_attachments () const
 
client::JsonCppArray< InterconnectAttachmentmutable_interconnectAttachments ()
 
bool has_warning () const
 
void clear_warning ()
 
const InterconnectAttachmentsScopedListWarning get_warning () const
 
InterconnectAttachmentsScopedListWarning mutable_warning ()
 

Static Public Member Functions

static InterconnectAttachmentsScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InterconnectAttachmentsScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InterconnectAttachmentsScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InterconnectAttachmentsScopedList()

google_compute_api::InterconnectAttachmentsScopedList::~InterconnectAttachmentsScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_interconnect_attachments()

void google_compute_api::InterconnectAttachmentsScopedList::clear_interconnect_attachments ( )
inline

Clears the 'interconnectAttachments' attribute.

◆ clear_warning()

void google_compute_api::InterconnectAttachmentsScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_interconnect_attachments()

const client::JsonCppArray<InterconnectAttachment > google_compute_api::InterconnectAttachmentsScopedList::get_interconnect_attachments ( ) const

Get a reference to the value of the 'interconnectAttachments' attribute.

◆ get_warning()

const InterconnectAttachmentsScopedListWarning google_compute_api::InterconnectAttachmentsScopedList::get_warning ( ) const
inline

Get a reference to the value of the 'warning' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectAttachmentsScopedList

◆ has_interconnect_attachments()

bool google_compute_api::InterconnectAttachmentsScopedList::has_interconnect_attachments ( ) const
inline

Determine if the 'interconnectAttachments' attribute was set.

Returns
true if the 'interconnectAttachments' attribute was set.

◆ has_warning()

bool google_compute_api::InterconnectAttachmentsScopedList::has_warning ( ) const
inline

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_interconnectAttachments()

client::JsonCppArray<InterconnectAttachment > google_compute_api::InterconnectAttachmentsScopedList::mutable_interconnectAttachments ( )

Gets a reference to a mutable value of the 'interconnectAttachments' property.

A list of interconnect attachments contained in this scope.

Returns
The result can be modified to change the attribute value.

◆ mutable_warning()

InterconnectAttachmentsScopedListWarning google_compute_api::InterconnectAttachmentsScopedList::mutable_warning ( )
inline

Gets a reference to a mutable value of the 'warning' property.

Informational warning which replaces the list of addresses when the list is empty.

Returns
The result can be modified to change the attribute value.

◆ New()

InterconnectAttachmentsScopedList * google_compute_api::InterconnectAttachmentsScopedList::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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