Interface Snapshot.DefinitionStages.WithSize
-
- All Known Subinterfaces:
Snapshot.Definition,Snapshot.DefinitionStages.WithCreate
- Enclosing interface:
- Snapshot.DefinitionStages
public static interface Snapshot.DefinitionStages.WithSizeThe stage of the managed snapshot allowing to specify the size.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot.DefinitionStages.WithCreatewithSizeInGB(int sizeInGB)Specifies the disk size.
-
-
-
Method Detail
-
withSizeInGB
Snapshot.DefinitionStages.WithCreate withSizeInGB(int sizeInGB)
Specifies the disk size.- Parameters:
sizeInGB- the disk size in GB- Returns:
- the next stage of the definition
-
-