Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StorageVirtualMachine

import type { StorageVirtualMachine } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.

interface StorageVirtualMachine {
ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration | null;
CreationTime?: Date | number | null;
Endpoints?: SvmEndpoints | null;
FileSystemId?: string | null;
Lifecycle?: StorageVirtualMachineLifecycle | null;
LifecycleTransitionReason?: LifecycleTransitionReason | null;
Name?: string | null;
ResourceARN?: string | null;
RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | null;
StorageVirtualMachineId?: string | null;
Tags?: Tag[] | null;
UUID?: string | null;
}

§Properties

§
ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration | null
[src]

Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

§
CreationTime?: Date | number | null
[src]
§
Endpoints?: SvmEndpoints | null
[src]

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?: string | null
[src]
§

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.
§
LifecycleTransitionReason?: LifecycleTransitionReason | null
[src]

Describes why the SVM lifecycle state changed.

§
Name?: string | null
[src]

The name of the SVM, if provisioned.

§
ResourceARN?: string | null
[src]
§
RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | null
[src]

The security style of the root volume of the SVM.

§
StorageVirtualMachineId?: string | null
[src]

The SVM's system generated unique ID.

§

Describes the SVM's subtype.

§
Tags?: Tag[] | null
[src]
§
UUID?: string | null
[src]

The SVM's UUID (universally unique identifier).