Interface DedicatedHsm.DefinitionStages.WithNetworkProfile
-
- All Known Subinterfaces:
DedicatedHsm.Definition,DedicatedHsm.DefinitionStages.WithCreate
- Enclosing interface:
- DedicatedHsm.DefinitionStages
public static interface DedicatedHsm.DefinitionStages.WithNetworkProfileThe stage of the DedicatedHsm definition allowing to specify networkProfile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DedicatedHsm.DefinitionStages.WithCreatewithNetworkProfile(NetworkProfile networkProfile)Specifies the networkProfile property: Specifies the network interfaces of the dedicated hsm..
-
-
-
Method Detail
-
withNetworkProfile
DedicatedHsm.DefinitionStages.WithCreate withNetworkProfile(NetworkProfile networkProfile)
Specifies the networkProfile property: Specifies the network interfaces of the dedicated hsm..- Parameters:
networkProfile- Specifies the network interfaces of the dedicated hsm.- Returns:
- the next definition stage.
-
-