pub struct GetResourcePolicyResult {
pub description: Output<String>,
pub disk_consistency_group_policies: Output<Vec<GetResourcePolicyDiskConsistencyGroupPolicy>>,
pub group_placement_policies: Output<Vec<GetResourcePolicyGroupPlacementPolicy>>,
pub id: Output<String>,
pub instance_schedule_policies: Output<Vec<GetResourcePolicyInstanceSchedulePolicy>>,
pub name: Output<String>,
pub project: Output<Option<String>>,
pub region: Output<Option<String>>,
pub self_link: Output<String>,
pub snapshot_schedule_policies: Output<Vec<GetResourcePolicySnapshotSchedulePolicy>>,
}
Fields§
§description: Output<String>
Description of this Resource Policy.
disk_consistency_group_policies: Output<Vec<GetResourcePolicyDiskConsistencyGroupPolicy>>
§group_placement_policies: Output<Vec<GetResourcePolicyGroupPlacementPolicy>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
instance_schedule_policies: Output<Vec<GetResourcePolicyInstanceSchedulePolicy>>
§name: Output<String>
§project: Output<Option<String>>
§region: Output<Option<String>>
§self_link: Output<String>
The URI of the resource.
snapshot_schedule_policies: Output<Vec<GetResourcePolicySnapshotSchedulePolicy>>
Auto Trait Implementations§
impl Freeze for GetResourcePolicyResult
impl RefUnwindSafe for GetResourcePolicyResult
impl Send for GetResourcePolicyResult
impl Sync for GetResourcePolicyResult
impl Unpin for GetResourcePolicyResult
impl UnwindSafe for GetResourcePolicyResult
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