Struct google_resourceviews1_beta2::ResourceView[][src]

pub struct ResourceView {
    pub kind: Option<String>,
    pub network: Option<String>,
    pub description: Option<String>,
    pub labels: Option<Vec<Label>>,
    pub name: Option<String>,
    pub resources: Option<Vec<String>>,
    pub fingerprint: Option<String>,
    pub endpoints: Option<Vec<ServiceEndpoint>>,
    pub creation_timestamp: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub size: Option<u32>,
}

The resource view object.

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

Type of the resource.

The URL of a Compute Engine network to which the resources in the view belong.

The detailed description of the resource view.

The labels for events.

The name of the resource view.

A list of all resources in the resource view.

The fingerprint of the service endpoint information.

Services endpoint information.

The creation time of the resource view.

[Output Only] The ID of the resource view.

[Output Only] A self-link to the resource view.

The total number of resources in the resource view.

Trait Implementations

impl Default for ResourceView
[src]

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

impl Clone for ResourceView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceView
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ResourceView
[src]

impl ResponseResult for ResourceView
[src]

Auto Trait Implementations