Struct google_container1::SetNodePoolSizeRequest [−][src]
SetNodePoolSizeRequest sets the size a node pool.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields
node_count: Option<i32>
The desired node count for the pool.
Trait Implementations
impl Default for SetNodePoolSizeRequest[src]
impl Default for SetNodePoolSizeRequestfn default() -> SetNodePoolSizeRequest[src]
fn default() -> SetNodePoolSizeRequestReturns the "default value" for a type. Read more
impl Clone for SetNodePoolSizeRequest[src]
impl Clone for SetNodePoolSizeRequestfn clone(&self) -> SetNodePoolSizeRequest[src]
fn clone(&self) -> SetNodePoolSizeRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SetNodePoolSizeRequest[src]
impl Debug for SetNodePoolSizeRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for SetNodePoolSizeRequest[src]
impl RequestValue for SetNodePoolSizeRequestAuto Trait Implementations
impl Send for SetNodePoolSizeRequest
impl Send for SetNodePoolSizeRequestimpl Sync for SetNodePoolSizeRequest
impl Sync for SetNodePoolSizeRequest