pub struct GetRegionInstanceGroupArgs {
pub name: Output<Option<String>>,
pub project: Output<Option<String>>,
pub region: Output<Option<String>>,
pub self_link: Output<Option<String>>,
}
Fields§
§name: Output<Option<String>>
The name of the instance group. One of name
or self_link
must be provided.
project: Output<Option<String>>
The ID of the project in which the resource belongs.
If self_link
is provided, this value is ignored. If neither self_link
nor project
are provided, the provider project is used.
region: Output<Option<String>>
The region in which the resource belongs. If self_link
is provided, this value is ignored. If neither self_link
nor region
are
provided, the provider region is used.
self_link: Output<Option<String>>
The link to the instance group. One of name
or self_link
must be provided.
Implementations§
source§impl GetRegionInstanceGroupArgs
impl GetRegionInstanceGroupArgs
sourcepub fn builder() -> GetRegionInstanceGroupArgsBuilder
pub fn builder() -> GetRegionInstanceGroupArgsBuilder
Create an instance of GetRegionInstanceGroupArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetRegionInstanceGroupArgs
impl Clone for GetRegionInstanceGroupArgs
source§fn clone(&self) -> GetRegionInstanceGroupArgs
fn clone(&self) -> GetRegionInstanceGroupArgs
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 GetRegionInstanceGroupArgs
impl RefUnwindSafe for GetRegionInstanceGroupArgs
impl Send for GetRegionInstanceGroupArgs
impl Sync for GetRegionInstanceGroupArgs
impl Unpin for GetRegionInstanceGroupArgs
impl UnwindSafe for GetRegionInstanceGroupArgs
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
)