pub struct InstanceGroupMembershipResult {
pub instance: Output<String>,
pub instance_group: Output<String>,
pub project: Output<String>,
pub zone: Output<Option<String>>,
}
Fields§
§instance: Output<String>
An instance being added to the InstanceGroup
instance_group: Output<String>
Represents an Instance Group resource name that the instance belongs to.
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<Option<String>>
A reference to the zone where the instance group resides.
Auto Trait Implementations§
impl Freeze for InstanceGroupMembershipResult
impl RefUnwindSafe for InstanceGroupMembershipResult
impl Send for InstanceGroupMembershipResult
impl Sync for InstanceGroupMembershipResult
impl Unpin for InstanceGroupMembershipResult
impl UnwindSafe for InstanceGroupMembershipResult
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