Struct google_container1::SetAddonsConfigRequest [−][src]
pub struct SetAddonsConfigRequest {
pub addons_config: Option<AddonsConfig>,
}SetAddonsConfigRequest sets the addons associated with the cluster.
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).
- zones clusters addons projects (request)
Fields
addons_config: Option<AddonsConfig>
The desired configurations for the various addons available to run in the cluster.
Trait Implementations
impl Default for SetAddonsConfigRequest[src]
impl Default for SetAddonsConfigRequestfn default() -> SetAddonsConfigRequest[src]
fn default() -> SetAddonsConfigRequestReturns the "default value" for a type. Read more
impl Clone for SetAddonsConfigRequest[src]
impl Clone for SetAddonsConfigRequestfn clone(&self) -> SetAddonsConfigRequest[src]
fn clone(&self) -> SetAddonsConfigRequestReturns 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 SetAddonsConfigRequest[src]
impl Debug for SetAddonsConfigRequestfn 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 SetAddonsConfigRequest[src]
impl RequestValue for SetAddonsConfigRequestAuto Trait Implementations
impl Send for SetAddonsConfigRequest
impl Send for SetAddonsConfigRequestimpl Sync for SetAddonsConfigRequest
impl Sync for SetAddonsConfigRequest