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