pub struct MoverAgentResult {
pub arc_virtual_machine_id: Output<String>,
pub arc_virtual_machine_uuid: Output<String>,
pub description: Output<Option<String>>,
pub name: Output<String>,
pub storage_mover_id: Output<String>,
}
Fields§
§arc_virtual_machine_id: Output<String>
Specifies the fully qualified ID of the Hybrid Compute resource for the Storage Mover Agent. Changing this forces a new resource to be created.
arc_virtual_machine_uuid: Output<String>
Specifies the Hybrid Compute resource’s unique SMBIOS ID. Changing this forces a new resource to be created.
description: Output<Option<String>>
Specifies a description for this Storage Mover Agent.
name: Output<String>
Specifies the name which should be used for this Storage Mover Agent. Changing this forces a new resource to be created.
storage_mover_id: Output<String>
Specifies the ID of the Storage Mover that this Agent should be connected to. Changing this forces a new resource to be created.
Auto Trait Implementations§
impl Freeze for MoverAgentResult
impl RefUnwindSafe for MoverAgentResult
impl Send for MoverAgentResult
impl Sync for MoverAgentResult
impl Unpin for MoverAgentResult
impl UnwindSafe for MoverAgentResult
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