GalleryOSDiskImage Class

public final class GalleryOSDiskImage
extends GalleryDiskImage

This is the OS disk image.

Constructor Summary

Constructor Description
GalleryOSDiskImage()

Creates an instance of GalleryOSDiskImage class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

GalleryOSDiskImage withHostCaching(HostCaching hostCaching)

Set the hostCaching property: The host caching of the disk.

GalleryOSDiskImage withSource(GalleryDiskImageSource source)

Set the source property: The source for the disk image.

Methods inherited from GalleryDiskImage

Methods inherited from java.lang.Object

Constructor Details

GalleryOSDiskImage

public GalleryOSDiskImage()

Creates an instance of GalleryOSDiskImage class.

Method Details

validate

public void validate()

Validates the instance.

Overrides:

GalleryOSDiskImage.validate()

withHostCaching

public GalleryOSDiskImage withHostCaching(HostCaching hostCaching)

Set the hostCaching property: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'.

Overrides:

GalleryOSDiskImage.withHostCaching(HostCaching hostCaching)

Parameters:

hostCaching

withSource

public GalleryOSDiskImage withSource(GalleryDiskImageSource source)

Set the source property: The source for the disk image.

Overrides:

GalleryOSDiskImage.withSource(GalleryDiskImageSource source)

Parameters:

source

Applies to