Struct aws_sdk_fsx::model::storage_virtual_machine::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StorageVirtualMachine
Implementations
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
pub fn set_active_directory_configuration(
self,
input: Option<SvmActiveDirectoryConfiguration>
) -> Self
pub fn set_active_directory_configuration(
self,
input: Option<SvmActiveDirectoryConfiguration>
) -> Self
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
The endpoints that are used to access data or to manage the SVM
using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They
are the Iscsi, Management, Nfs,
and Smb endpoints.
The endpoints that are used to access data or to manage the SVM
using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They
are the Iscsi, Management, Nfs,
and Smb endpoints.
The globally unique ID of the file system, assigned by Amazon FSx.
The globally unique ID of the file system, assigned by Amazon FSx.
Describes the SVM's lifecycle status.
-
CREATED- The SVM is fully available for use. -
CREATING- Amazon FSx is creating the new SVM. -
DELETING- Amazon FSx is deleting an existing SVM. -
FAILED- Amazon FSx was unable to create the SVM. -
MISCONFIGURED- The SVM is in a failed but recoverable state. -
PENDING- Amazon FSx has not started creating the SVM.
Describes the SVM's lifecycle status.
-
CREATED- The SVM is fully available for use. -
CREATING- Amazon FSx is creating the new SVM. -
DELETING- Amazon FSx is deleting an existing SVM. -
FAILED- Amazon FSx was unable to create the SVM. -
MISCONFIGURED- The SVM is in a failed but recoverable state. -
PENDING- Amazon FSx has not started creating the SVM.
The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The SVM's system generated unique ID.
The SVM's system generated unique ID.
Describes the SVM's subtype.
Describes the SVM's subtype.
The SVM's UUID (universally unique identifier).
The SVM's UUID (universally unique identifier).
Appends an item to tags.
To override the contents of this collection use set_tags.
A list of Tag values, with a maximum of 50 elements.
A list of Tag values, with a maximum of 50 elements.
Describes why the SVM lifecycle state changed.
pub fn set_lifecycle_transition_reason(
self,
input: Option<LifecycleTransitionReason>
) -> Self
pub fn set_lifecycle_transition_reason(
self,
input: Option<LifecycleTransitionReason>
) -> Self
Describes why the SVM lifecycle state changed.
pub fn root_volume_security_style(
self,
input: StorageVirtualMachineRootVolumeSecurityStyle
) -> Self
pub fn root_volume_security_style(
self,
input: StorageVirtualMachineRootVolumeSecurityStyle
) -> Self
The security style of the root volume of the SVM.
pub fn set_root_volume_security_style(
self,
input: Option<StorageVirtualMachineRootVolumeSecurityStyle>
) -> Self
pub fn set_root_volume_security_style(
self,
input: Option<StorageVirtualMachineRootVolumeSecurityStyle>
) -> Self
The security style of the root volume of the SVM.
Consumes the builder and constructs a StorageVirtualMachine
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more