container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::StartIPRotationRequest Class Reference

#include <start_ipr_otation_request.h>

Inheritance diagram for google_container_api::StartIPRotationRequest:

Public Member Functions

 StartIPRotationRequest (const Json::Value &storage)
 
 StartIPRotationRequest (Json::Value *storage)
 
virtual ~StartIPRotationRequest ()
 
const StringPiece GetTypeName () const
 
bool has_cluster_id () const
 
void clear_cluster_id ()
 
const StringPiece get_cluster_id () const
 
void set_cluster_id (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_project_id () const
 
void clear_project_id ()
 
const StringPiece get_project_id () const
 
void set_project_id (const StringPiece &value)
 
bool has_rotate_credentials () const
 
void clear_rotate_credentials ()
 
bool get_rotate_credentials () const
 
void set_rotate_credentials (bool value)
 
bool has_zone () const
 
void clear_zone ()
 
const StringPiece get_zone () const
 
void set_zone (const StringPiece &value)
 

Static Public Member Functions

static StartIPRotationRequestNew ()
 

Detailed Description

StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.

Constructor & Destructor Documentation

◆ StartIPRotationRequest() [1/2]

google_container_api::StartIPRotationRequest::StartIPRotationRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ StartIPRotationRequest() [2/2]

google_container_api::StartIPRotationRequest::StartIPRotationRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~StartIPRotationRequest()

google_container_api::StartIPRotationRequest::~StartIPRotationRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cluster_id()

void google_container_api::StartIPRotationRequest::clear_cluster_id ( )
inline

Clears the 'clusterId' attribute.

◆ clear_name()

void google_container_api::StartIPRotationRequest::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_project_id()

void google_container_api::StartIPRotationRequest::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ clear_rotate_credentials()

void google_container_api::StartIPRotationRequest::clear_rotate_credentials ( )
inline

Clears the 'rotateCredentials' attribute.

◆ clear_zone()

void google_container_api::StartIPRotationRequest::clear_zone ( )
inline

Clears the 'zone' attribute.

◆ get_cluster_id()

const StringPiece google_container_api::StartIPRotationRequest::get_cluster_id ( ) const
inline

Get the value of the 'clusterId' attribute.

◆ get_name()

const StringPiece google_container_api::StartIPRotationRequest::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_project_id()

const StringPiece google_container_api::StartIPRotationRequest::get_project_id ( ) const
inline

Get the value of the 'projectId' attribute.

◆ get_rotate_credentials()

bool google_container_api::StartIPRotationRequest::get_rotate_credentials ( ) const
inline

Get the value of the 'rotateCredentials' attribute.

◆ get_zone()

const StringPiece google_container_api::StartIPRotationRequest::get_zone ( ) const
inline

Get the value of the 'zone' attribute.

◆ GetTypeName()

const StringPiece google_container_api::StartIPRotationRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_container_api::StartIPRotationRequest

◆ has_cluster_id()

bool google_container_api::StartIPRotationRequest::has_cluster_id ( ) const
inline

Determine if the 'clusterId' attribute was set.

Returns
true if the 'clusterId' attribute was set.

◆ has_name()

bool google_container_api::StartIPRotationRequest::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_project_id()

bool google_container_api::StartIPRotationRequest::has_project_id ( ) const
inline

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ has_rotate_credentials()

bool google_container_api::StartIPRotationRequest::has_rotate_credentials ( ) const
inline

Determine if the 'rotateCredentials' attribute was set.

Returns
true if the 'rotateCredentials' attribute was set.

◆ has_zone()

bool google_container_api::StartIPRotationRequest::has_zone ( ) const
inline

Determine if the 'zone' attribute was set.

Returns
true if the 'zone' attribute was set.

◆ New()

StartIPRotationRequest * google_container_api::StartIPRotationRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_cluster_id()

void google_container_api::StartIPRotationRequest::set_cluster_id ( const StringPiece &  value)
inline

Change the 'clusterId' attribute.

Deprecated:

Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

◆ set_name()

void google_container_api::StartIPRotationRequest::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format 'projects/locations/clusters'.

Parameters
[in]valueThe new value.

◆ set_project_id()

void google_container_api::StartIPRotationRequest::set_project_id ( const StringPiece &  value)
inline

Change the 'projectId' attribute.

Deprecated:

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

◆ set_rotate_credentials()

void google_container_api::StartIPRotationRequest::set_rotate_credentials ( bool  value)
inline

Change the 'rotateCredentials' attribute.

Whether to rotate credentials during IP rotation.

Parameters
[in]valueThe new value.

◆ set_zone()

void google_container_api::StartIPRotationRequest::set_zone ( const StringPiece &  value)
inline

Change the 'zone' attribute.

Deprecated:

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

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