pub struct SetAutoscalerLinkOperationMetadata {
pub zonal_igm_ids: Option<Vec<i64>>,
pub zone_to_igm_ids: Option<HashMap<String, i64>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§zonal_igm_ids: Option<Vec<i64>>List of zonal IGM IDs part of the RMIG.
zone_to_igm_ids: Option<HashMap<String, i64>>Map of zone to an ID of the zonal IGM belonging to the RMIG.
Trait Implementations§
Source§impl Clone for SetAutoscalerLinkOperationMetadata
impl Clone for SetAutoscalerLinkOperationMetadata
Source§fn clone(&self) -> SetAutoscalerLinkOperationMetadata
fn clone(&self) -> SetAutoscalerLinkOperationMetadata
Returns a duplicate 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 moreSource§impl Default for SetAutoscalerLinkOperationMetadata
impl Default for SetAutoscalerLinkOperationMetadata
Source§fn default() -> SetAutoscalerLinkOperationMetadata
fn default() -> SetAutoscalerLinkOperationMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAutoscalerLinkOperationMetadata
impl<'de> Deserialize<'de> for SetAutoscalerLinkOperationMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for SetAutoscalerLinkOperationMetadata
Auto Trait Implementations§
impl Freeze for SetAutoscalerLinkOperationMetadata
impl RefUnwindSafe for SetAutoscalerLinkOperationMetadata
impl Send for SetAutoscalerLinkOperationMetadata
impl Sync for SetAutoscalerLinkOperationMetadata
impl Unpin for SetAutoscalerLinkOperationMetadata
impl UnwindSafe for SetAutoscalerLinkOperationMetadata
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