public class ImageStorageProfile extends Object
Constructor and Description |
---|
ImageStorageProfile() |
Modifier and Type | Method and Description |
---|---|
List<ImageDataDisk> |
dataDisks()
Get specifies the parameters that are used to add a data disk to a virtual machine.
|
ImageOSDisk |
osDisk()
Get specifies information about the operating system disk used by the virtual machine.
|
ImageStorageProfile |
withDataDisks(List<ImageDataDisk> dataDisks)
Set specifies the parameters that are used to add a data disk to a virtual machine.
|
ImageStorageProfile |
withOsDisk(ImageOSDisk osDisk)
Set specifies information about the operating system disk used by the virtual machine.
|
ImageStorageProfile |
withZoneResilient(Boolean zoneResilient)
Set specifies whether an image is zone resilient or not.
|
Boolean |
zoneResilient()
Get specifies whether an image is zone resilient or not.
|
public ImageOSDisk osDisk()
public ImageStorageProfile withOsDisk(ImageOSDisk osDisk)
osDisk
- the osDisk value to setpublic List<ImageDataDisk> dataDisks()
public ImageStorageProfile withDataDisks(List<ImageDataDisk> dataDisks)
dataDisks
- the dataDisks value to setpublic Boolean zoneResilient()
public ImageStorageProfile withZoneResilient(Boolean zoneResilient)
zoneResilient
- the zoneResilient value to setCopyright © 2019. All rights reserved.