pub struct GoogleCloudAssuredworkloadsV1AssetMoveAnalysis {
pub analysis_groups: Option<Vec<GoogleCloudAssuredworkloadsV1MoveAnalysisGroup>>,
pub asset: Option<String>,
pub asset_type: Option<String>,
}Expand description
Represents move analysis results for an asset.
This type is not used in any activity, and only used as part of another schema.
Fields§
§analysis_groups: Option<Vec<GoogleCloudAssuredworkloadsV1MoveAnalysisGroup>>List of eligible analyses performed for the asset.
asset: Option<String>The full resource name of the asset being analyzed. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1
asset_type: Option<String>Type of the asset being analyzed. Possible values will be among the ones listed here.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl Clone for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
fn clone(&self) -> GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
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 GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl Default for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
Source§fn default() -> GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
fn default() -> GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
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 GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl Send for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl Sync for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl Unpin for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
impl UnwindSafe for GoogleCloudAssuredworkloadsV1AssetMoveAnalysis
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