StorageSpacesPropertiesVmwareStorageProfileArgs

data class StorageSpacesPropertiesVmwareStorageProfileArgs(val datacenter: Output<String>? = null, val datastore: Output<String>? = null, val folder: Output<String>? = null, val resourcePool: Output<String>? = null) : ConvertibleToJava<StorageSpacesPropertiesVmwareStorageProfileArgs>

Constructors

fun StorageSpacesPropertiesVmwareStorageProfileArgs(datacenter: Output<String>? = null, datastore: Output<String>? = null, folder: Output<String>? = null, resourcePool: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): StorageSpacesPropertiesVmwareStorageProfileArgs

Properties

Link copied to clipboard
val datacenter: Output<String>? = null

Name of the datacenter in VSphere

Link copied to clipboard
val datastore: Output<String>? = null

Name of the datastore in VSphere

Link copied to clipboard
val folder: Output<String>? = null

Name of the folder in VSphere

Link copied to clipboard
val resourcePool: Output<String>? = null

Name of the resource pool in VSphere