Struct google_manager1_beta2::Deployment[][src]

pub struct Deployment {
    pub state: Option<DeployState>,
    pub description: Option<String>,
    pub template_name: Option<String>,
    pub overrides: Option<Vec<ParamOverride>>,
    pub creation_date: Option<String>,
    pub modules: Option<HashMap<String, ModuleStatus>>,
    pub name: Option<String>,
}

A deployment represents a physical instantiation of a Template.

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

[Output Only] Current status of this deployment.

A user-supplied description of this Deployment.

The name of the Template on which this deployment is based.

The set of parameter overrides to apply to the corresponding Template before deploying.

[Output Only] The time when this deployment was created.

[Output Only] List of status for the modules in this deployment.

Name of this deployment. The name must conform to the following regular expression: [a-zA-Z0-9-_]{1,64}

Trait Implementations

impl Default for Deployment
[src]

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

impl Clone for Deployment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Deployment
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Deployment
[src]

impl Resource for Deployment
[src]

impl ResponseResult for Deployment
[src]

Auto Trait Implementations

impl Send for Deployment

impl Sync for Deployment