pub struct SharedVPCServiceProjectResult {
pub deletion_policy: Output<Option<String>>,
pub host_project: Output<String>,
pub service_project: Output<String>,
}
Fields§
§deletion_policy: Output<Option<String>>
The deletion policy for the shared VPC service. Setting ABANDON allows the resource to be abandoned rather than deleted. Possible values are: “ABANDON”.
host_project: Output<String>
The ID of a host project to associate.
service_project: Output<String>
The ID of the project that will serve as a Shared VPC service project.
Auto Trait Implementations§
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