pub struct GetRegionInstanceTemplateArgs {
pub filter: Output<Option<String>>,
pub most_recent: Output<Option<bool>>,
pub name: Output<Option<String>>,
pub project: Output<Option<String>>,
pub region: Output<Option<String>>,
}
Fields§
§filter: Output<Option<String>>
A filter to retrieve the instance templates.
See API filter parameter documentation for reference.
If multiple instance templates match, either adjust the filter or specify most_recent
. One of name
or filter
must be provided.
most_recent: Output<Option<bool>>
If filter
is provided, ensures the most recent template is returned when multiple instance templates match. One of name
or filter
must be provided.
name: Output<Option<String>>
The name of the instance template. One of name
or filter
must be provided.
project: Output<Option<String>>
The ID of the project in which the resource belongs.
If project
is not provided, the provider project is used.
region: Output<Option<String>>
The Region in which the resource belongs.
If region
is not provided, the provider region is used.
Implementations§
source§impl GetRegionInstanceTemplateArgs
impl GetRegionInstanceTemplateArgs
sourcepub fn builder() -> GetRegionInstanceTemplateArgsBuilder
pub fn builder() -> GetRegionInstanceTemplateArgsBuilder
Create an instance of GetRegionInstanceTemplateArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetRegionInstanceTemplateArgs
impl Clone for GetRegionInstanceTemplateArgs
source§fn clone(&self) -> GetRegionInstanceTemplateArgs
fn clone(&self) -> GetRegionInstanceTemplateArgs
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 GetRegionInstanceTemplateArgs
impl RefUnwindSafe for GetRegionInstanceTemplateArgs
impl Send for GetRegionInstanceTemplateArgs
impl Sync for GetRegionInstanceTemplateArgs
impl Unpin for GetRegionInstanceTemplateArgs
impl UnwindSafe for GetRegionInstanceTemplateArgs
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
)