Package-level declarations
Types
Link copied to clipboard
data class ClusterComponentArgs(val componentConfig: Output<ClusterComponentComponentConfigArgs>? = null, val componentType: Output<String>? = null) : ConvertibleToJava<ClusterComponentArgs>
Link copied to clipboard
Builder for ClusterComponentArgs.
Link copied to clipboard
data class ClusterComponentComponentConfigArgs(val basicArgs: Output<String>? = null, val nodeUnits: Output<List<String>>? = null) : ConvertibleToJava<ClusterComponentComponentConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksArgs(val ipAllocationPolicies: Output<List<ClusterNetworksIpAllocationPolicyArgs>>? = null, val newVpdInfo: Output<ClusterNetworksNewVpdInfoArgs>? = null, val securityGroupId: Output<String>? = null, val tailIpVersion: Output<String>? = null, val vpcId: Output<String>? = null, val vpdInfo: Output<ClusterNetworksVpdInfoArgs>? = null, val vswitchId: Output<String>? = null, val vswitchZoneId: Output<String>? = null) : ConvertibleToJava<ClusterNetworksArgs>
Link copied to clipboard
Builder for ClusterNetworksArgs.
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyArgs(val bondPolicy: Output<ClusterNetworksIpAllocationPolicyBondPolicyArgs>? = null, val machineTypePolicies: Output<List<ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs>>? = null, val nodePolicies: Output<List<ClusterNetworksIpAllocationPolicyNodePolicyArgs>>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyBondPolicyArgs(val bondDefaultSubnet: Output<String>? = null, val bonds: Output<List<ClusterNetworksIpAllocationPolicyBondPolicyBondArgs>>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyBondPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyBondPolicyBondArgs(val name: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyBondPolicyBondArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs(val bonds: Output<List<ClusterNetworksIpAllocationPolicyMachineTypePolicyBondArgs>>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyMachineTypePolicyBondArgs(val name: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyMachineTypePolicyBondArgs>
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyNodePolicyArgs(val bonds: Output<List<ClusterNetworksIpAllocationPolicyNodePolicyBondArgs>>? = null, val nodeId: Output<String>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyNodePolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksIpAllocationPolicyNodePolicyBondArgs(val name: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyNodePolicyBondArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksNewVpdInfoArgs(val cenId: Output<String>? = null, val cloudLinkCidr: Output<String>? = null, val cloudLinkId: Output<String>? = null, val monitorVpcId: Output<String>? = null, val monitorVswitchId: Output<String>? = null, val vpdCidr: Output<String>? = null, val vpdSubnets: Output<List<ClusterNetworksNewVpdInfoVpdSubnetArgs>>? = null) : ConvertibleToJava<ClusterNetworksNewVpdInfoArgs>
Link copied to clipboard
Builder for ClusterNetworksNewVpdInfoArgs.
Link copied to clipboard
data class ClusterNetworksNewVpdInfoVpdSubnetArgs(val subnetCidr: Output<String>? = null, val subnetType: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<ClusterNetworksNewVpdInfoVpdSubnetArgs>
Link copied to clipboard
Link copied to clipboard
data class ClusterNetworksVpdInfoArgs(val vpdId: Output<String>? = null, val vpdSubnets: Output<List<String>>? = null) : ConvertibleToJava<ClusterNetworksVpdInfoArgs>
Link copied to clipboard
Builder for ClusterNetworksVpdInfoArgs.
Link copied to clipboard
data class ClusterNodeGroupArgs(val imageId: Output<String>? = null, val machineType: Output<String>? = null, val nodeGroupDescription: Output<String>? = null, val nodeGroupName: Output<String>? = null, val nodes: Output<List<ClusterNodeGroupNodeArgs>>? = null, val userData: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<ClusterNodeGroupArgs>
Link copied to clipboard
Builder for ClusterNodeGroupArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ClusterNodeGroupNodeArgs.
Link copied to clipboard
data class ExperimentPlanTemplateTemplatePipelineArgs(val envParams: Output<ExperimentPlanTemplateTemplatePipelineEnvParamsArgs>, val pipelineOrder: Output<Int>, val scene: Output<String>, val settingParams: Output<Map<String, String>>? = null, val workloadId: Output<Int>, val workloadName: Output<String>) : ConvertibleToJava<ExperimentPlanTemplateTemplatePipelineArgs>
Link copied to clipboard
Link copied to clipboard
data class ExperimentPlanTemplateTemplatePipelineEnvParamsArgs(val cpuPerWorker: Output<Int>, val cudaVersion: Output<String>? = null, val gpuDriverVersion: Output<String>? = null, val gpuPerWorker: Output<Int>, val memoryPerWorker: Output<Int>, val ncclVersion: Output<String>? = null, val pyTorchVersion: Output<String>? = null, val shareMemory: Output<Int>, val workerNum: Output<Int>) : ConvertibleToJava<ExperimentPlanTemplateTemplatePipelineEnvParamsArgs>
Link copied to clipboard
Link copied to clipboard
data class GetSubnetsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val subnetId: String? = null, val subnetName: String? = null, val type: String? = null, val vpdId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetSubnetsPlainArgs>
A collection of arguments for invoking getSubnets.
Link copied to clipboard
Builder for GetSubnetsPlainArgs.
Link copied to clipboard
data class GetVpdsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val vpdId: String? = null, val vpdName: String? = null) : ConvertibleToJava<GetVpdsPlainArgs>
A collection of arguments for invoking getVpds.
Link copied to clipboard
class GetVpdsPlainArgsBuilder
Builder for GetVpdsPlainArgs.
Link copied to clipboard
data class NodeGroupIpAllocationPolicyArgs(val bondPolicy: Output<NodeGroupIpAllocationPolicyBondPolicyArgs>? = null, val machineTypePolicies: Output<List<NodeGroupIpAllocationPolicyMachineTypePolicyArgs>>? = null, val nodePolicies: Output<List<NodeGroupIpAllocationPolicyNodePolicyArgs>>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyArgs>
Link copied to clipboard
Builder for NodeGroupIpAllocationPolicyArgs.
Link copied to clipboard
data class NodeGroupIpAllocationPolicyBondPolicyArgs(val bondDefaultSubnet: Output<String>? = null, val bonds: Output<List<NodeGroupIpAllocationPolicyBondPolicyBondArgs>>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyBondPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class NodeGroupIpAllocationPolicyBondPolicyBondArgs(val name: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyBondPolicyBondArgs>
Link copied to clipboard
Link copied to clipboard
data class NodeGroupIpAllocationPolicyMachineTypePolicyArgs(val bonds: Output<List<NodeGroupIpAllocationPolicyMachineTypePolicyBondArgs>>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyMachineTypePolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class NodeGroupIpAllocationPolicyMachineTypePolicyBondArgs(val name: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyMachineTypePolicyBondArgs>
Link copied to clipboard
Link copied to clipboard
data class NodeGroupIpAllocationPolicyNodePolicyArgs(val bonds: Output<List<NodeGroupIpAllocationPolicyNodePolicyBondArgs>>? = null, val nodeId: Output<String>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyNodePolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class NodeGroupIpAllocationPolicyNodePolicyBondArgs(val name: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyNodePolicyBondArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class NodeGroupNodeArgsBuilder
Builder for NodeGroupNodeArgs.
Link copied to clipboard
data class ResourceMachineTypesArgs(val bondNum: Output<Int>? = null, val cpuInfo: Output<String>, val diskInfo: Output<String>? = null, val gpuInfo: Output<String>, val memoryInfo: Output<String>? = null, val name: Output<String>? = null, val networkInfo: Output<String>? = null, val networkMode: Output<String>? = null, val nodeCount: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<ResourceMachineTypesArgs>
Link copied to clipboard
Builder for ResourceMachineTypesArgs.
Link copied to clipboard
data class ResourceUserAccessParamArgs(val accessId: Output<String>, val accessKey: Output<String>, val endpoint: Output<String>, val workspaceId: Output<String>) : ConvertibleToJava<ResourceUserAccessParamArgs>
Link copied to clipboard
Builder for ResourceUserAccessParamArgs.