pub struct DiskResourcePolicyAttachmentResult {
pub disk: Output<String>,
pub name: Output<String>,
pub project: Output<String>,
pub zone: Output<String>,
}
Fields§
§disk: Output<String>
The name of the disk in which the resource policies are attached to.
name: Output<String>
The resource policy to be attached to the disk for scheduling snapshot creation. Do not specify the self link.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
zone: Output<String>
A reference to the zone where the disk resides.
Auto Trait Implementations§
impl Freeze for DiskResourcePolicyAttachmentResult
impl RefUnwindSafe for DiskResourcePolicyAttachmentResult
impl Send for DiskResourcePolicyAttachmentResult
impl Sync for DiskResourcePolicyAttachmentResult
impl Unpin for DiskResourcePolicyAttachmentResult
impl UnwindSafe for DiskResourcePolicyAttachmentResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more