pub struct MoverTargetEndpointArgs {
pub description: Output<Option<String>>,
pub name: Output<Option<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<Option<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.
Implementations§
source§impl MoverTargetEndpointArgs
impl MoverTargetEndpointArgs
sourcepub fn builder() -> MoverTargetEndpointArgsBuilder
pub fn builder() -> MoverTargetEndpointArgsBuilder
Create an instance of MoverTargetEndpointArgs
using the builder syntax
Trait Implementations§
source§impl Clone for MoverTargetEndpointArgs
impl Clone for MoverTargetEndpointArgs
source§fn clone(&self) -> MoverTargetEndpointArgs
fn clone(&self) -> MoverTargetEndpointArgs
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 MoverTargetEndpointArgs
impl RefUnwindSafe for MoverTargetEndpointArgs
impl Send for MoverTargetEndpointArgs
impl Sync for MoverTargetEndpointArgs
impl Unpin for MoverTargetEndpointArgs
impl UnwindSafe for MoverTargetEndpointArgs
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
)