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

#include <vpn_tunnel_list.h>

Inheritance diagram for google_compute_api::VpnTunnelList:

Classes

class  VpnTunnelListWarning
 

Public Member Functions

 VpnTunnelList (const Json::Value &storage)
 
 VpnTunnelList (Json::Value *storage)
 
virtual ~VpnTunnelList ()
 
const StringPiece GetTypeName () const
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_items () const
 
void clear_items ()
 
const client::JsonCppArray< VpnTunnelget_items () const
 
client::JsonCppArray< VpnTunnelmutable_items ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_warning () const
 
void clear_warning ()
 
const VpnTunnelListWarning get_warning () const
 
VpnTunnelListWarning mutable_warning ()
 

Static Public Member Functions

static VpnTunnelListNew ()
 

Detailed Description

Contains a list of VpnTunnel resources.

Constructor & Destructor Documentation

◆ VpnTunnelList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ VpnTunnelList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~VpnTunnelList()

google_compute_api::VpnTunnelList::~VpnTunnelList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_compute_api::VpnTunnelList::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_items()

void google_compute_api::VpnTunnelList::clear_items ( )
inline

Clears the 'items' attribute.

◆ clear_kind()

void google_compute_api::VpnTunnelList::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_compute_api::VpnTunnelList::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_self_link()

void google_compute_api::VpnTunnelList::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_warning()

void google_compute_api::VpnTunnelList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_id()

const StringPiece google_compute_api::VpnTunnelList::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_items()

const client::JsonCppArray<VpnTunnel > google_compute_api::VpnTunnelList::get_items ( ) const

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

◆ get_kind()

const StringPiece google_compute_api::VpnTunnelList::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_next_page_token()

const StringPiece google_compute_api::VpnTunnelList::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_self_link()

const StringPiece google_compute_api::VpnTunnelList::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_warning()

const VpnTunnelListWarning google_compute_api::VpnTunnelList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::VpnTunnelList

◆ has_id()

bool google_compute_api::VpnTunnelList::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_items()

bool google_compute_api::VpnTunnelList::has_items ( ) const
inline

Determine if the 'items' attribute was set.

Returns
true if the 'items' attribute was set.

◆ has_kind()

bool google_compute_api::VpnTunnelList::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_next_page_token()

bool google_compute_api::VpnTunnelList::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_self_link()

bool google_compute_api::VpnTunnelList::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_items()

client::JsonCppArray<VpnTunnel > google_compute_api::VpnTunnelList::mutable_items ( )

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

A list of VpnTunnel resources.

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

◆ mutable_warning()

VpnTunnelListWarning google_compute_api::VpnTunnelList::mutable_warning ( )
inline

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

[Output Only] Informational warning message.

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

◆ New()

VpnTunnelList * google_compute_api::VpnTunnelList::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_compute_api::VpnTunnelList::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

[Output Only] Unique identifier for the resource; defined by the server.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_compute_api::VpnTunnelList::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

[Output Only] Type of resource. Always compute::vpnTunnel for VPN tunnels.

Parameters
[in]valueThe new value.

◆ set_next_page_token()

void google_compute_api::VpnTunnelList::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_compute_api::VpnTunnelList::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

[Output Only] Server-defined URL for this resource.

Parameters
[in]valueThe new value.

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