pub struct GetInstanceGroupArgs {
pub name: Output<Option<String>>,
pub project: Output<Option<String>>,
pub self_link: Output<Option<String>>,
pub zone: Output<Option<String>>,
}
Fields§
§name: Output<Option<String>>
The name of the instance group. Either name
or self_link
must be provided.
project: Output<Option<String>>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
self_link: Output<Option<String>>
The self link of the instance group. Either name
or self_link
must be provided.
zone: Output<Option<String>>
The zone of the instance group. If referencing the instance group by name
and zone
is not provided, the provider zone is used.
Implementations§
source§impl GetInstanceGroupArgs
impl GetInstanceGroupArgs
sourcepub fn builder() -> GetInstanceGroupArgsBuilder
pub fn builder() -> GetInstanceGroupArgsBuilder
Create an instance of GetInstanceGroupArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetInstanceGroupArgs
impl Clone for GetInstanceGroupArgs
source§fn clone(&self) -> GetInstanceGroupArgs
fn clone(&self) -> GetInstanceGroupArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetInstanceGroupArgs
impl RefUnwindSafe for GetInstanceGroupArgs
impl Send for GetInstanceGroupArgs
impl Sync for GetInstanceGroupArgs
impl Unpin for GetInstanceGroupArgs
impl UnwindSafe for GetInstanceGroupArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)