pub struct RegionDiskResourcePolicyAttachmentResult {
pub disk: Output<String>,
pub name: Output<String>,
pub project: Output<String>,
pub region: Output<String>,
}
Fields§
§disk: Output<String>
The name of the regional 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.
region: Output<String>
A reference to the region where the disk resides.
Auto Trait Implementations§
impl Freeze for RegionDiskResourcePolicyAttachmentResult
impl RefUnwindSafe for RegionDiskResourcePolicyAttachmentResult
impl Send for RegionDiskResourcePolicyAttachmentResult
impl Sync for RegionDiskResourcePolicyAttachmentResult
impl Unpin for RegionDiskResourcePolicyAttachmentResult
impl UnwindSafe for RegionDiskResourcePolicyAttachmentResult
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