Resource Args
data class ResourceArgs(val clusterDesc: Output<String>? = null, val clusterId: Output<String>? = null, val clusterName: Output<String>? = null, val machineTypes: Output<ResourceMachineTypesArgs>? = null, val userAccessParam: Output<ResourceUserAccessParamArgs>? = null) : ConvertibleToJava<ResourceArgs>
Import
Eflo Resource can be imported using the id, e.g.
$ pulumi import alicloud:eflo/resource:Resource example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(clusterDesc: Output<String>? = null, clusterId: Output<String>? = null, clusterName: Output<String>? = null, machineTypes: Output<ResourceMachineTypesArgs>? = null, userAccessParam: Output<ResourceUserAccessParamArgs>? = null)
Properties
Link copied to clipboard
Used to provide a description or comment on the compute cluster.
Link copied to clipboard
Represents the name of the compute cluster, usually including the model number.
Link copied to clipboard
Generally refers to the type or instance type of a computing resource. See machine_types
below.
Link copied to clipboard
Used to define the access parameters for the user. See user_access_param
below.