StorageSpacesPropertiesHciStorageProfileArgs

data class StorageSpacesPropertiesHciStorageProfileArgs(val mocGroup: Output<String>? = null, val mocLocation: Output<String>? = null, val mocStorageContainer: Output<String>? = null) : ConvertibleToJava<StorageSpacesPropertiesHciStorageProfileArgs>

Constructors

constructor(mocGroup: Output<String>? = null, mocLocation: Output<String>? = null, mocStorageContainer: Output<String>? = null)

Properties

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

Resource group in MOC(Microsoft On-premises Cloud)

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

Location in MOC(Microsoft On-premises Cloud)

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

Name of the storage container in MOC(Microsoft On-premises Cloud)

Functions

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