pub struct MoverTargetEndpointResult {
pub description: Output<Option<String>>,
pub name: Output<String>,
pub storage_account_id: Output<String>,
pub storage_container_name: Output<String>,
pub storage_mover_id: Output<String>,
}
Fields§
§description: Output<Option<String>>
Specifies a description for the Storage Mover Target Endpoint.
name: Output<String>
Specifies the name which should be used for this Storage Mover Target Endpoint. Changing this forces a new resource to be created.
storage_account_id: Output<String>
Specifies the ID of the storage account for this Storage Mover Target Endpoint. Changing this forces a new resource to be created.
storage_container_name: Output<String>
Specifies the name of the storage blob container for this Storage Mover Target Endpoint. Changing this forces a new resource to be created.
storage_mover_id: Output<String>
Specifies the ID of the storage mover for this Storage Mover Target Endpoint. Changing this forces a new resource to be created.
Auto Trait Implementations§
impl Freeze for MoverTargetEndpointResult
impl RefUnwindSafe for MoverTargetEndpointResult
impl Send for MoverTargetEndpointResult
impl Sync for MoverTargetEndpointResult
impl Unpin for MoverTargetEndpointResult
impl UnwindSafe for MoverTargetEndpointResult
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