Compartir a través de


VirtualMachinePublisher Interface

Implements

public interface VirtualMachinePublisher
extends HasName

Represents a virtual machine image publisher.

Method Summary

Modifier and Type Method and Description
abstract VirtualMachineExtensionImageTypes extensionTypes()

Gets the virtual machine image extensions from this publisher.

abstract VirtualMachineOffers offers()

Gets the offers from this publisher.

abstract Region region()

Gets the region where virtual machine images from this publisher are available.

Method Details

extensionTypes

public abstract VirtualMachineExtensionImageTypes extensionTypes()

Gets the virtual machine image extensions from this publisher.

Returns:

the virtual machine image extensions from this publisher

offers

public abstract VirtualMachineOffers offers()

Gets the offers from this publisher.

Returns:

the offers from this publisher

region

public abstract Region region()

Gets the region where virtual machine images from this publisher are available.

Returns:

the region where virtual machine images from this publisher are available

Applies to