Struct google_deploymentmanager2::ResourceType[][src]

pub struct ResourceType {
    pub access_control: Option<ResourceAccessControl>,
    pub final_properties: Option<String>,
    pub update_time: Option<String>,
    pub name: Option<String>,
    pub warnings: Option<Vec<ResourceWarnings>>,
    pub url: Option<String>,
    pub update: Option<ResourceUpdate>,
    pub manifest: Option<String>,
    pub insert_time: Option<String>,
    pub id: Option<String>,
    pub type_: Option<String>,
    pub properties: Option<String>,
}

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

The Access Control Policy set on this resource.

Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.

Output only. Timestamp when the resource was updated, in RFC3339 text format .

Output only. The name of the resource as it appears in the YAML config.

Output only. If warning messages are generated during processing of this resource, this field will be populated.

Output only. The URL of the actual resource.

Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.

Output only. URL of the manifest representing the current configuration of this resource.

Output only. Timestamp when the resource was created or acquired, in RFC3339 text format .

Output only. Unique identifier for the resource; defined by the server.

Output only. The type of the resource, for example compute.v1.instance, or cloudfunctions.v1beta1.function.

Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML.

Trait Implementations

impl Default for ResourceType
[src]

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

impl Clone for ResourceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceType
[src]

Formats the value using the given formatter. Read more

impl Resource for ResourceType
[src]

impl ResponseResult for ResourceType
[src]

Auto Trait Implementations