NativeStorageClassTypePropertiesArgs

data class NativeStorageClassTypePropertiesArgs(val type: Output<String>) : ConvertibleToJava<NativeStorageClassTypePropertiesArgs>

The properties of Native StorageClass

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Type of a storage class Expected value is 'Native'.

Functions

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