Interface Disk.DefinitionStages.WithPublicNetworkAccess
- All Known Subinterfaces:
Disk.Definition, Disk.DefinitionStages.WithCreate, Disk.DefinitionStages.WithCreateAndSize
- Enclosing interface:
Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithPublicNetworkAccess
The stage of disk definition allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the disk.
-
Method Details
-
disablePublicNetworkAccess
Disk.DefinitionStages.WithCreate disablePublicNetworkAccess()Disables public network access for the disk.- Returns:
- the next stage of the definition
-