GetDatastorePlainArgs

data class GetDatastorePlainArgs(val clusterName: String, val datastoreName: String, val privateCloudName: String, val resourceGroupName: String) : ConvertibleToJava<GetDatastorePlainArgs>

Constructors

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

Properties

Link copied to clipboard

Name of the cluster

Link copied to clipboard

Name of the datastore

Link copied to clipboard

Name of the private cloud

Link copied to clipboard

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

Functions

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