Values.StorageVirtualMachineSourceDescribes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.
type nonrec t = {activeDirectoryConfiguration : SvmActiveDirectoryConfiguration.t option;Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
*)creationTime : CreationTime.t option;endpoints : SvmEndpoints.t option;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.
*)fileSystemId : FileSystemId.t option;lifecycle : StorageVirtualMachineLifecycle.t option;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.
*)name : StorageVirtualMachineName.t option;The name of the SVM, if provisioned.
*)resourceARN : ResourceARN.t option;storageVirtualMachineId : StorageVirtualMachineId.t option;The SVM's system generated unique ID.
*)subtype : StorageVirtualMachineSubtype.t option;Describes the SVM's subtype.
*)uUID : UUID.t option;The SVM's UUID (universally unique identifier).
*)lifecycleTransitionReason : LifecycleTransitionReason.t option;Describes why the SVM lifecycle state changed.
*)rootVolumeSecurityStyle : StorageVirtualMachineRootVolumeSecurityStyle.t option;The security style of the root volume of the SVM.
*)}val make :
?activeDirectoryConfiguration:??? ->
?creationTime:??? ->
?endpoints:??? ->
?fileSystemId:??? ->
?lifecycle:??? ->
?name:??? ->
?resourceARN:??? ->
?storageVirtualMachineId:??? ->
?subtype:??? ->
?uUID:??? ->
?tags:??? ->
?lifecycleTransitionReason:??? ->
?rootVolumeSecurityStyle:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of FileSystemId.t
| `Structure of
(string
* [> `String of NetBiosAlias.t
| `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of ActiveDirectoryFullyQualifiedName.t ])
list ])
list
| `Timestamp of CreationTime.t ])
list ]