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

#include <target_vpn_gateways_scoped_list.h>

Inheritance diagram for google_compute_api::TargetVpnGatewaysScopedList:

Classes

class  TargetVpnGatewaysScopedListWarning
 

Public Member Functions

 TargetVpnGatewaysScopedList (const Json::Value &storage)
 
 TargetVpnGatewaysScopedList (Json::Value *storage)
 
virtual ~TargetVpnGatewaysScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_target_vpn_gateways () const
 
void clear_target_vpn_gateways ()
 
const client::JsonCppArray< TargetVpnGatewayget_target_vpn_gateways () const
 
client::JsonCppArray< TargetVpnGatewaymutable_targetVpnGateways ()
 
bool has_warning () const
 
void clear_warning ()
 
const TargetVpnGatewaysScopedListWarning get_warning () const
 
TargetVpnGatewaysScopedListWarning mutable_warning ()
 

Static Public Member Functions

static TargetVpnGatewaysScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetVpnGatewaysScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TargetVpnGatewaysScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TargetVpnGatewaysScopedList()

google_compute_api::TargetVpnGatewaysScopedList::~TargetVpnGatewaysScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_target_vpn_gateways()

void google_compute_api::TargetVpnGatewaysScopedList::clear_target_vpn_gateways ( )
inline

Clears the 'targetVpnGateways' attribute.

◆ clear_warning()

void google_compute_api::TargetVpnGatewaysScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_target_vpn_gateways()

const client::JsonCppArray<TargetVpnGateway > google_compute_api::TargetVpnGatewaysScopedList::get_target_vpn_gateways ( ) const

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

◆ get_warning()

const TargetVpnGatewaysScopedListWarning google_compute_api::TargetVpnGatewaysScopedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetVpnGatewaysScopedList

◆ has_target_vpn_gateways()

bool google_compute_api::TargetVpnGatewaysScopedList::has_target_vpn_gateways ( ) const
inline

Determine if the 'targetVpnGateways' attribute was set.

Returns
true if the 'targetVpnGateways' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_targetVpnGateways()

client::JsonCppArray<TargetVpnGateway > google_compute_api::TargetVpnGatewaysScopedList::mutable_targetVpnGateways ( )

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

[Output Only] A list of target VPN gateways contained in this scope.

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

◆ mutable_warning()

TargetVpnGatewaysScopedListWarning google_compute_api::TargetVpnGatewaysScopedList::mutable_warning ( )
inline

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

[Output Only] 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()

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