[][src]Struct google_compute1::DiskMethods

pub struct DiskMethods<'a, C, A> where
    C: 'a,
    A: 'a, 
{ /* fields omitted */ }

A builder providing access to all methods supported on disk resources. It is not used directly, but through the Compute hub.

Example

Instantiate a resource builder

extern crate hyper;
extern crate hyper_rustls;
extern crate yup_oauth2 as oauth2;
extern crate google_compute1 as compute1;
 
use std::default::Default;
use oauth2::{Authenticator, DefaultAuthenticatorDelegate, ApplicationSecret, MemoryStorage};
use compute1::Compute;
 
let secret: ApplicationSecret = Default::default();
let auth = Authenticator::new(&secret, DefaultAuthenticatorDelegate,
                              hyper::Client::with_connector(hyper::net::HttpsConnector::new(hyper_rustls::TlsClient::new())),
                              <MemoryStorage as Default>::default(), None);
let mut hub = Compute::new(hyper::Client::with_connector(hyper::net::HttpsConnector::new(hyper_rustls::TlsClient::new())), auth);
// Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
// like `add_resource_policies(...)`, `aggregated_list(...)`, `create_snapshot(...)`, `delete(...)`, `get(...)`, `get_iam_policy(...)`, `insert(...)`, `list(...)`, `remove_resource_policies(...)`, `resize(...)`, `set_iam_policy(...)`, `set_labels(...)` and `test_iam_permissions(...)`
// to build up your call.
let rb = hub.disks();

Methods

impl<'a, C, A> DiskMethods<'a, C, A>[src]

pub fn delete(
    &self,
    project: &str,
    zone: &str,
    disk: &str
) -> DiskDeleteCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.

Arguments

  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • disk - Name of the persistent disk to delete.

pub fn set_iam_policy(
    &self,
    request: ZoneSetPolicyRequest,
    project: &str,
    zone: &str,
    resource: &str
) -> DiskSetIamPolicyCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • resource - Name or id of the resource for this request.

pub fn create_snapshot(
    &self,
    request: Snapshot,
    project: &str,
    zone: &str,
    disk: &str
) -> DiskCreateSnapshotCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Creates a snapshot of a specified persistent disk.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • disk - Name of the persistent disk to snapshot.

pub fn test_iam_permissions(
    &self,
    request: TestPermissionsRequest,
    project: &str,
    zone: &str,
    resource: &str
) -> DiskTestIamPermissionCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • resource - Name or id of the resource for this request.

pub fn aggregated_list(&self, project: &str) -> DiskAggregatedListCall<'a, C, A>[src]

Create a builder to help you perform the following task:

Retrieves an aggregated list of persistent disks.

Arguments

  • project - Project ID for this request.

pub fn list(&self, project: &str, zone: &str) -> DiskListCall<'a, C, A>[src]

Create a builder to help you perform the following task:

Retrieves a list of persistent disks contained within the specified zone.

Arguments

  • project - Project ID for this request.
  • zone - The name of the zone for this request.

pub fn set_labels(
    &self,
    request: ZoneSetLabelsRequest,
    project: &str,
    zone: &str,
    resource: &str
) -> DiskSetLabelCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • resource - Name or id of the resource for this request.

pub fn resize(
    &self,
    request: DisksResizeRequest,
    project: &str,
    zone: &str,
    disk: &str
) -> DiskResizeCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Resizes the specified persistent disk. You can only increase the size of the disk.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • disk - The name of the persistent disk.

pub fn insert(
    &self,
    request: Disk,
    project: &str,
    zone: &str
) -> DiskInsertCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Creates a persistent disk in the specified project using the data in the request. You can create a disk with a sourceImage, a sourceSnapshot, or create an empty 500 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.

pub fn get_iam_policy(
    &self,
    project: &str,
    zone: &str,
    resource: &str
) -> DiskGetIamPolicyCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

Arguments

  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • resource - Name or id of the resource for this request.

pub fn remove_resource_policies(
    &self,
    request: DisksRemoveResourcePoliciesRequest,
    project: &str,
    zone: &str,
    disk: &str
) -> DiskRemoveResourcePolicyCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Removes resource policies from a disk.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • disk - The disk name for this request.

pub fn add_resource_policies(
    &self,
    request: DisksAddResourcePoliciesRequest,
    project: &str,
    zone: &str,
    disk: &str
) -> DiskAddResourcePolicyCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.

Arguments

  • request - No description provided.
  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • disk - The disk name for this request.

pub fn get(
    &self,
    project: &str,
    zone: &str,
    disk: &str
) -> DiskGetCall<'a, C, A>
[src]

Create a builder to help you perform the following task:

Returns a specified persistent disk. Gets a list of available persistent disks by making a list() request.

Arguments

  • project - Project ID for this request.
  • zone - The name of the zone for this request.
  • disk - Name of the persistent disk to return.

Trait Implementations

impl<'a, C, A> MethodsBuilder for DiskMethods<'a, C, A>[src]

Auto Trait Implementations

impl<'a, C, A> !Send for DiskMethods<'a, C, A>

impl<'a, C, A> Unpin for DiskMethods<'a, C, A>

impl<'a, C, A> !Sync for DiskMethods<'a, C, A>

impl<'a, C, A> !UnwindSafe for DiskMethods<'a, C, A>

impl<'a, C, A> !RefUnwindSafe for DiskMethods<'a, C, A>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.