GetPureStoragePolicyPlainArgs

data class GetPureStoragePolicyPlainArgs(val privateCloudName: String, val resourceGroupName: String, val storagePolicyName: String) : ConvertibleToJava<GetPureStoragePolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(privateCloudName: String, resourceGroupName: String, storagePolicyName: String)

Properties

Link copied to clipboard

Name of the private cloud

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Name of the storage policy.

Functions

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