pub struct RegionResizeRequestArgs {
pub description: Output<Option<String>>,
pub instance_group_manager: Output<String>,
pub name: Output<Option<String>>,
pub project: Output<Option<String>>,
pub region: Output<String>,
pub requested_run_duration: Output<Option<RegionResizeRequestRequestedRunDuration>>,
pub resize_by: Output<i32>,
}
Fields§
§description: Output<Option<String>>
An optional description of this resize-request.
instance_group_manager: Output<String>
The reference of the regional instance group manager this ResizeRequest is a part of.
name: Output<Option<String>>
The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
project: Output<Option<String>>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
region: Output<String>
The reference of the compute region scoping this request.
requested_run_duration: Output<Option<RegionResizeRequestRequestedRunDuration>>
Requested run duration for instances that will be created by this request. At the end of the run duration instances will be deleted. Structure is documented below.
resize_by: Output<i32>
The number of instances to be created by this resize request. The group’s target size will be increased by this number.
Implementations§
source§impl RegionResizeRequestArgs
impl RegionResizeRequestArgs
sourcepub fn builder() -> RegionResizeRequestArgsBuilder
pub fn builder() -> RegionResizeRequestArgsBuilder
Create an instance of RegionResizeRequestArgs
using the builder syntax
Trait Implementations§
source§impl Clone for RegionResizeRequestArgs
impl Clone for RegionResizeRequestArgs
source§fn clone(&self) -> RegionResizeRequestArgs
fn clone(&self) -> RegionResizeRequestArgs
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 RegionResizeRequestArgs
impl RefUnwindSafe for RegionResizeRequestArgs
impl Send for RegionResizeRequestArgs
impl Sync for RegionResizeRequestArgs
impl Unpin for RegionResizeRequestArgs
impl UnwindSafe for RegionResizeRequestArgs
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
)