Struct google_container1::SetMasterAuthRequest [−][src]
pub struct SetMasterAuthRequest {
pub action: Option<String>,
pub update: Option<MasterAuth>,
}SetMasterAuthRequest updates the admin password of a 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 set master auth projects (request)
Fields
action: Option<String>
The exact form of action to be taken on the master auth.
update: Option<MasterAuth>
A description of the update.
Trait Implementations
impl Default for SetMasterAuthRequest[src]
impl Default for SetMasterAuthRequestfn default() -> SetMasterAuthRequest[src]
fn default() -> SetMasterAuthRequestReturns the "default value" for a type. Read more
impl Clone for SetMasterAuthRequest[src]
impl Clone for SetMasterAuthRequestfn clone(&self) -> SetMasterAuthRequest[src]
fn clone(&self) -> SetMasterAuthRequestReturns 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 SetMasterAuthRequest[src]
impl Debug for SetMasterAuthRequestfn 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 SetMasterAuthRequest[src]
impl RequestValue for SetMasterAuthRequestAuto Trait Implementations
impl Send for SetMasterAuthRequest
impl Send for SetMasterAuthRequestimpl Sync for SetMasterAuthRequest
impl Sync for SetMasterAuthRequest