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

#include <projects_list_xpn_hosts_request.h>

Inheritance diagram for google_compute_api::ProjectsListXpnHostsRequest:

Public Member Functions

 ProjectsListXpnHostsRequest (const Json::Value &storage)
 
 ProjectsListXpnHostsRequest (Json::Value *storage)
 
virtual ~ProjectsListXpnHostsRequest ()
 
const StringPiece GetTypeName () const
 
bool has_organization () const
 
void clear_organization ()
 
const StringPiece get_organization () const
 
void set_organization (const StringPiece &value)
 

Static Public Member Functions

static ProjectsListXpnHostsRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ProjectsListXpnHostsRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ProjectsListXpnHostsRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ProjectsListXpnHostsRequest()

google_compute_api::ProjectsListXpnHostsRequest::~ProjectsListXpnHostsRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_organization()

void google_compute_api::ProjectsListXpnHostsRequest::clear_organization ( )
inline

Clears the 'organization' attribute.

◆ get_organization()

const StringPiece google_compute_api::ProjectsListXpnHostsRequest::get_organization ( ) const
inline

Get the value of the 'organization' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::ProjectsListXpnHostsRequest

◆ has_organization()

bool google_compute_api::ProjectsListXpnHostsRequest::has_organization ( ) const
inline

Determine if the 'organization' attribute was set.

Returns
true if the 'organization' attribute was set.

◆ New()

ProjectsListXpnHostsRequest * google_compute_api::ProjectsListXpnHostsRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_organization()

void google_compute_api::ProjectsListXpnHostsRequest::set_organization ( const StringPiece &  value)
inline

Change the 'organization' attribute.

Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.

Parameters
[in]valueThe new value.

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