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

#include <vpn_tunnels_scoped_list.h>

Inheritance diagram for google_compute_api::VpnTunnelsScopedList:

Classes

class  VpnTunnelsScopedListWarning
 

Public Member Functions

 VpnTunnelsScopedList (const Json::Value &storage)
 
 VpnTunnelsScopedList (Json::Value *storage)
 
virtual ~VpnTunnelsScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_vpn_tunnels () const
 
void clear_vpn_tunnels ()
 
const client::JsonCppArray< VpnTunnelget_vpn_tunnels () const
 
client::JsonCppArray< VpnTunnelmutable_vpnTunnels ()
 
bool has_warning () const
 
void clear_warning ()
 
const VpnTunnelsScopedListWarning get_warning () const
 
VpnTunnelsScopedListWarning mutable_warning ()
 

Static Public Member Functions

static VpnTunnelsScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ VpnTunnelsScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ VpnTunnelsScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~VpnTunnelsScopedList()

google_compute_api::VpnTunnelsScopedList::~VpnTunnelsScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_vpn_tunnels()

void google_compute_api::VpnTunnelsScopedList::clear_vpn_tunnels ( )
inline

Clears the 'vpnTunnels' attribute.

◆ clear_warning()

void google_compute_api::VpnTunnelsScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_vpn_tunnels()

const client::JsonCppArray<VpnTunnel > google_compute_api::VpnTunnelsScopedList::get_vpn_tunnels ( ) const

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

◆ get_warning()

const VpnTunnelsScopedListWarning google_compute_api::VpnTunnelsScopedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::VpnTunnelsScopedList

◆ has_vpn_tunnels()

bool google_compute_api::VpnTunnelsScopedList::has_vpn_tunnels ( ) const
inline

Determine if the 'vpnTunnels' attribute was set.

Returns
true if the 'vpnTunnels' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_vpnTunnels()

client::JsonCppArray<VpnTunnel > google_compute_api::VpnTunnelsScopedList::mutable_vpnTunnels ( )

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

A list of VPN tunnels contained in this scope.

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

◆ mutable_warning()

VpnTunnelsScopedListWarning google_compute_api::VpnTunnelsScopedList::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()

VpnTunnelsScopedList * google_compute_api::VpnTunnelsScopedList::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: