Struct gapi_grpc::google::cloud::assuredworkloads::v1beta1::CreateWorkloadRequest[][src]

pub struct CreateWorkloadRequest {
    pub parent: String,
    pub workload: Option<Workload>,
    pub external_id: String,
}

Request for creating a workload.

Fields

parent: String

Required. The resource name of the new Workload’s parent. Must be of the form organizations/{org_id}/locations/{location_id}.

workload: Option<Workload>

Required. Assured Workload to create

external_id: String

Optional. A identifier associated with the workload and underlying projects which allows for the break down of billing costs for a workload. The value provided for the identifier will add a label to the workload and contained projects with the identifier as the value.

Trait Implementations

impl Clone for CreateWorkloadRequest[src]

impl Debug for CreateWorkloadRequest[src]

impl Default for CreateWorkloadRequest[src]

impl Message for CreateWorkloadRequest[src]

impl PartialEq<CreateWorkloadRequest> for CreateWorkloadRequest[src]

impl StructuralPartialEq for CreateWorkloadRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateWorkloadRequest

impl Send for CreateWorkloadRequest

impl Sync for CreateWorkloadRequest

impl Unpin for CreateWorkloadRequest

impl UnwindSafe for CreateWorkloadRequest

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]