GetOntapStorageVirtualMachineResult

data class GetOntapStorageVirtualMachineResult(val activeDirectoryConfigurations: List<GetOntapStorageVirtualMachineActiveDirectoryConfiguration>, val arn: String, val creationTime: String, val endpoints: List<GetOntapStorageVirtualMachineEndpoint>, val fileSystemId: String, val filters: List<GetOntapStorageVirtualMachineFilter>? = null, val id: String, val lifecycleStatus: String, val lifecycleTransitionReasons: List<GetOntapStorageVirtualMachineLifecycleTransitionReason>, val name: String, val subtype: String, val tags: Map<String, String>, val uuid: String)

A collection of values returned by getOntapStorageVirtualMachine.

Constructors

Link copied to clipboard
constructor(activeDirectoryConfigurations: List<GetOntapStorageVirtualMachineActiveDirectoryConfiguration>, arn: String, creationTime: String, endpoints: List<GetOntapStorageVirtualMachineEndpoint>, fileSystemId: String, filters: List<GetOntapStorageVirtualMachineFilter>? = null, id: String, lifecycleStatus: String, lifecycleTransitionReasons: List<GetOntapStorageVirtualMachineLifecycleTransitionReason>, name: String, subtype: String, tags: Map<String, String>, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Microsoft Active Directory configuration to which the SVM is joined, if applicable. See Active Directory Configuration below.

Link copied to clipboard
val arn: String

Amazon Resource Name of the SVM.

Link copied to clipboard

The time that the SVM was created.

Link copied to clipboard

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. See SVM Endpoints below.

Link copied to clipboard

Identifier of the file system (e.g. fs-12345678).

Link copied to clipboard
Link copied to clipboard
val id: String

The SVM's system generated unique ID.

Link copied to clipboard

The SVM's lifecycle status.

Link copied to clipboard

Describes why the SVM lifecycle state changed. See Lifecycle Transition Reason below.

Link copied to clipboard

The name of the SVM, if provisioned.

Link copied to clipboard

The SVM's subtype.

Link copied to clipboard
Link copied to clipboard

The SVM's UUID.