Struct google_file1_beta1::Instance[][src]

pub struct Instance {
    pub name: Option<String>,
    pub labels: Option<HashMap<String, String>>,
    pub networks: Option<Vec<NetworkConfig>>,
    pub state: Option<String>,
    pub etag: Option<String>,
    pub file_shares: Option<Vec<FileShareConfig>>,
    pub tier: Option<String>,
    pub create_time: Option<String>,
    pub status_message: Option<String>,
    pub description: Option<String>,
}

A Cloud Filestore instance.

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. The resource name of the instance, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}.

Resource labels to represent user provided metadata.

VPC networks to which the instance is connected. For this version, only a single network is supported.

Output only. The instance state.

Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.

File system shares on the instance. For this version, only a single file share is supported.

The service tier of the instance.

Output only. The time when the instance was created.

Output only. Additional information about the instance state, if available.

Optional. A description of the instance (2048 characters or less).

Trait Implementations

impl Default for Instance
[src]

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

impl Clone for Instance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Instance
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Instance
[src]

impl ResponseResult for Instance
[src]

Auto Trait Implementations

impl Send for Instance

impl Sync for Instance