Struct google_manager1_beta2::DeployState[][src]

pub struct DeployState {
    pub status: Option<String>,
    pub details: Option<String>,
}

[Output Only] The current state of a replica or module.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output Only] The status of the deployment. Possible values include:

  • UNKNOWN
  • DEPLOYING
  • DEPLOYED
  • DEPLOYMENT_FAILED
  • DELETING
  • DELETED
  • DELETE_FAILED

[Output Only] Human readable details about the current state.

Trait Implementations

impl Default for DeployState
[src]

Returns the "default value" for a type. Read more

impl Clone for DeployState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeployState
[src]

Formats the value using the given formatter. Read more

impl Part for DeployState
[src]

Auto Trait Implementations

impl Send for DeployState

impl Sync for DeployState