Interface BatchAICluster.DefinitionStages.WithSubnet
- All Known Subinterfaces:
BatchAICluster.Definition
,BatchAICluster.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAICluster.DefinitionStages
@Beta(V1_8_0)
public static interface BatchAICluster.DefinitionStages.WithSubnet
Defines subnet for the cluster.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubnet
(String subnetId) withSubnet
(String networkId, String subnetName)
-
Method Details
-
withSubnet
- Parameters:
subnetId
- identifier of the subnet- Returns:
- the next stage of the definition
-
withSubnet
- Parameters:
networkId
- identifier of the networksubnetName
- subnet name- Returns:
- the next stage of the definition
-