Package | Description |
---|---|
org.ovirt.engine.sdk | |
org.ovirt.engine.sdk.common | |
org.ovirt.engine.sdk.decorators | |
org.ovirt.engine.sdk.web |
Modifier and Type | Method and Description |
---|---|
Api |
ApiBuilder.build()
Creates an API entry point object.
|
String |
Api.getComment()
Gets the value of the Comment property.
|
ApiSummary |
Api.getSummary()
Gets the value of the Summary property.
|
XMLGregorianCalendar |
Api.getTime()
Gets the value of the Time property.
|
Constructor and Description |
---|
Api(String url,
String sessionid)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String sessionid,
boolean noHostVerification)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
boolean noHostVerification)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
Boolean noHostVerification,
Boolean filter)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String keyStorePath)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String sessionid,
Integer port,
Integer requestTimeout,
Boolean persistentAuth,
Boolean noHostVerification,
Boolean filter,
Boolean debug)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String sessionid,
Integer port,
Integer requestTimeout,
Integer sessionTimeout,
Boolean persistentAuth,
Boolean noHostVerification,
Boolean filter,
Boolean debug)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String sessionid,
Integer port,
Integer requestTimeout,
Integer sessionTimeout,
Boolean persistentAuth,
String keyStorePath,
String keyStorePassword,
Boolean filter,
Boolean debug)
Deprecated.
Use the
ApiBuilder class instead. |
Api(String url,
String username,
String password,
String keyStorePath,
String keyStorePassword,
Boolean filter)
Deprecated.
Use the
ApiBuilder class instead. |
Modifier and Type | Method and Description |
---|---|
Z |
CollectionDecorator.get(String name)
Fetches object by name.
|
abstract Z |
CollectionDecorator.get(UUID id)
Fetches entity from the collection by id
|
abstract Z |
CollectionDecorator.getById(String id)
Fetches entity from the collection by id
|
abstract List<Z> |
CollectionDecorator.list()
List entities in collection
|
Modifier and Type | Method and Description |
---|---|
Action |
VMNIC.activate(Action action)
Performs activate action.
|
Action |
Host.activate(Action action)
Performs activate action.
|
Action |
DataCenterStorageDomain.activate(Action action)
Performs activate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.activate(Action action)
Performs activate action.
|
Action |
VMDisk.activate(Action action)
Performs activate action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBricks.activate(Action action)
Performs activate action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBricks.activate(Action action,
Boolean async)
Performs activate action.
|
Action |
VMNIC.activate(Action action,
String correlationId)
Performs activate action.
|
Action |
Host.activate(Action action,
String correlationId)
Performs activate action.
|
Action |
DataCenterStorageDomain.activate(Action action,
String correlationId)
Performs activate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.activate(Action action,
String correlationId)
Performs activate action.
|
Action |
VMDisk.activate(Action action,
String correlationId)
Performs activate action.
|
Action |
VMNIC.activate(Action action,
String correlationId,
Boolean async)
Performs activate action.
|
Action |
Host.activate(Action action,
String correlationId,
Boolean async)
Performs activate action.
|
Action |
DataCenterStorageDomain.activate(Action action,
String correlationId,
Boolean async)
Performs activate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.activate(Action action,
String correlationId,
Boolean async)
Performs activate action.
|
Action |
VMDisk.activate(Action action,
String correlationId,
Boolean async)
Performs activate action.
|
ClusterAffinityGroup |
ClusterAffinityGroups.add(AffinityGroup affinitygroup)
Adds AffinityGroup object.
|
DataCenterClusterAffinityGroup |
DataCenterClusterAffinityGroups.add(AffinityGroup affinitygroup)
Adds AffinityGroup object.
|
ClusterAffinityGroup |
ClusterAffinityGroups.add(AffinityGroup affinitygroup,
String expect)
Adds AffinityGroup object.
|
ClusterAffinityGroup |
ClusterAffinityGroups.add(AffinityGroup affinitygroup,
String expect,
String correlationId)
Adds AffinityGroup object.
|
HostAgent |
HostAgents.add(Agent agent)
Adds Agent object.
|
HostAgent |
HostAgents.add(Agent agent,
String correlationId)
Adds Agent object.
|
HostAgent |
HostAgents.add(Agent agent,
String correlationId,
String expect)
Adds Agent object.
|
SchedulingPolicyBalance |
SchedulingPolicyBalances.add(Balance balance)
Adds Balance object.
|
SchedulingPolicyBalance |
SchedulingPolicyBalances.add(Balance balance,
String correlationId)
Adds Balance object.
|
SchedulingPolicyBalance |
SchedulingPolicyBalances.add(Balance balance,
String correlationId,
String expect)
Adds Balance object.
|
Bookmark |
Bookmarks.add(Bookmark bookmark)
Adds Bookmark object.
|
Bookmark |
Bookmarks.add(Bookmark bookmark,
String correlationId)
Adds Bookmark object.
|
Bookmark |
Bookmarks.add(Bookmark bookmark,
String correlationId,
String expect)
Adds Bookmark object.
|
VMCdRom |
VMCdRoms.add(CdRom cdrom)
Adds CdRom object.
|
VMCdRom |
VMCdRoms.add(CdRom cdrom,
String expect)
Adds CdRom object.
|
VMCdRom |
VMCdRoms.add(CdRom cdrom,
String expect,
String correlationId)
Adds CdRom object.
|
Cluster |
Clusters.add(Cluster cluster)
Adds Cluster object.
|
DataCenterCluster |
DataCenterClusters.add(Cluster cluster)
Adds Cluster object.
|
Cluster |
Clusters.add(Cluster cluster,
String expect)
Adds Cluster object.
|
DataCenterCluster |
DataCenterClusters.add(Cluster cluster,
String expect)
Adds Cluster object.
|
Cluster |
Clusters.add(Cluster cluster,
String expect,
String correlationId)
Adds Cluster object.
|
DataCenterCluster |
DataCenterClusters.add(Cluster cluster,
String expect,
String correlationId)
Adds Cluster object.
|
CpuProfile |
CpuProfiles.add(CpuProfile cpuprofile)
Adds CpuProfile object.
|
ClusterCpuProfile |
ClusterCpuProfiles.add(CpuProfile cpuprofile)
Adds CpuProfile object.
|
DataCenterClusterCpuProfile |
DataCenterClusterCpuProfiles.add(CpuProfile cpuprofile)
Adds CpuProfile object.
|
CpuProfile |
CpuProfiles.add(CpuProfile cpuprofile,
String expect)
Adds CpuProfile object.
|
ClusterCpuProfile |
ClusterCpuProfiles.add(CpuProfile cpuprofile,
String expect)
Adds CpuProfile object.
|
CpuProfile |
CpuProfiles.add(CpuProfile cpuprofile,
String expect,
String correlationId)
Adds CpuProfile object.
|
ClusterCpuProfile |
ClusterCpuProfiles.add(CpuProfile cpuprofile,
String expect,
String correlationId)
Adds CpuProfile object.
|
DataCenter |
DataCenters.add(DataCenter datacenter)
Adds DataCenter object.
|
DataCenter |
DataCenters.add(DataCenter datacenter,
String expect)
Adds DataCenter object.
|
DataCenter |
DataCenters.add(DataCenter datacenter,
String expect,
String correlationId)
Adds DataCenter object.
|
StorageDomainDisk |
StorageDomainDisks.add(Disk disk)
Adds Disk object.
|
DataCenterStorageDomainDisk |
DataCenterStorageDomainDisks.add(Disk disk)
Adds Disk object.
|
Disk |
Disks.add(Disk disk)
Adds Disk object.
|
VMDisk |
VMDisks.add(Disk disk)
Adds Disk object.
|
StorageDomainDisk |
StorageDomainDisks.add(Disk disk,
Boolean unregistered)
Adds Disk object.
|
DataCenterStorageDomainDisk |
DataCenterStorageDomainDisks.add(Disk disk,
Boolean unregistered)
Adds Disk object.
|
StorageDomainDisk |
StorageDomainDisks.add(Disk disk,
Boolean unregistered,
String expect)
Adds Disk object.
|
DataCenterStorageDomainDisk |
DataCenterStorageDomainDisks.add(Disk disk,
Boolean unregistered,
String expect)
Adds Disk object.
|
StorageDomainDisk |
StorageDomainDisks.add(Disk disk,
Boolean unregistered,
String expect,
String correlationId)
Adds Disk object.
|
DataCenterStorageDomainDisk |
DataCenterStorageDomainDisks.add(Disk disk,
Boolean unregistered,
String expect,
String correlationId)
Adds Disk object.
|
DiskProfile |
DiskProfiles.add(DiskProfile diskprofile)
Adds DiskProfile object.
|
StorageDomainDiskProfile |
StorageDomainDiskProfiles.add(DiskProfile diskprofile)
Adds DiskProfile object.
|
DiskProfile |
DiskProfiles.add(DiskProfile diskprofile,
String expect)
Adds DiskProfile object.
|
StorageDomainDiskProfile |
StorageDomainDiskProfiles.add(DiskProfile diskprofile,
String expect)
Adds DiskProfile object.
|
DiskProfile |
DiskProfiles.add(DiskProfile diskprofile,
String expect,
String correlationId)
Adds DiskProfile object.
|
StorageDomainDiskProfile |
StorageDomainDiskProfiles.add(DiskProfile diskprofile,
String expect,
String correlationId)
Adds DiskProfile object.
|
Disk |
Disks.add(Disk disk,
String expect)
Adds Disk object.
|
VMDisk |
VMDisks.add(Disk disk,
String expect)
Adds Disk object.
|
Disk |
Disks.add(Disk disk,
String expect,
String correlationId)
Adds Disk object.
|
VMDisk |
VMDisks.add(Disk disk,
String expect,
String correlationId)
Adds Disk object.
|
Event |
Events.add(Event event)
Adds Event object.
|
Event |
Events.add(Event event,
String expect)
Adds Event object.
|
Event |
Events.add(Event event,
String expect,
String correlationId)
Adds Event object.
|
ExternalHostProvider |
ExternalHostProviders.add(ExternalHostProvider externalhostprovider)
Adds ExternalHostProvider object.
|
ExternalHostProvider |
ExternalHostProviders.add(ExternalHostProvider externalhostprovider,
String correlationId)
Adds ExternalHostProvider object.
|
ExternalHostProvider |
ExternalHostProviders.add(ExternalHostProvider externalhostprovider,
String correlationId,
String expect)
Adds ExternalHostProvider object.
|
SchedulingPolicyFilter |
SchedulingPolicyFilters.add(Filter filter)
Adds Filter object.
|
SchedulingPolicyFilter |
SchedulingPolicyFilters.add(Filter filter,
String correlationId)
Adds Filter object.
|
SchedulingPolicyFilter |
SchedulingPolicyFilters.add(Filter filter,
String correlationId,
String expect)
Adds Filter object.
|
ClusterGlusterVolumeGlusterBrick |
ClusterGlusterVolumeGlusterBricks.add(GlusterBrick glusterbrick)
Adds GlusterBrick object.
|
DataCenterClusterGlusterVolumeGlusterBrick |
DataCenterClusterGlusterVolumeGlusterBricks.add(GlusterBrick glusterbrick)
Adds GlusterBrick object.
|
ClusterGlusterVolumeGlusterBrick |
ClusterGlusterVolumeGlusterBricks.add(GlusterBrick glusterbrick,
Boolean force)
Adds GlusterBrick object.
|
ClusterGlusterVolumeGlusterBrick |
ClusterGlusterVolumeGlusterBricks.add(GlusterBrick glusterbrick,
Boolean force,
String expect)
Adds GlusterBrick object.
|
ClusterGlusterVolumeGlusterBrick |
ClusterGlusterVolumeGlusterBricks.add(GlusterBrick glusterbrick,
Boolean force,
String expect,
String correlationId)
Adds GlusterBrick object.
|
ClusterGlusterVolume |
ClusterGlusterVolumes.add(GlusterVolume glustervolume)
Adds GlusterVolume object.
|
DataCenterClusterGlusterVolume |
DataCenterClusterGlusterVolumes.add(GlusterVolume glustervolume)
Adds GlusterVolume object.
|
ClusterGlusterVolume |
ClusterGlusterVolumes.add(GlusterVolume glustervolume,
Boolean force)
Adds GlusterVolume object.
|
ClusterGlusterVolume |
ClusterGlusterVolumes.add(GlusterVolume glustervolume,
Boolean force,
String expect)
Adds GlusterVolume object.
|
ClusterGlusterVolume |
ClusterGlusterVolumes.add(GlusterVolume glustervolume,
Boolean force,
String expect,
String correlationId)
Adds GlusterVolume object.
|
InstanceTypeGraphicsConsole |
InstanceTypeGraphicsConsoles.add(GraphicsConsole graphicsconsole)
Adds GraphicsConsole object.
|
TemplateGraphicsConsole |
TemplateGraphicsConsoles.add(GraphicsConsole graphicsconsole)
Adds GraphicsConsole object.
|
VMGraphicsConsole |
VMGraphicsConsoles.add(GraphicsConsole graphicsconsole)
Adds GraphicsConsole object.
|
InstanceTypeGraphicsConsole |
InstanceTypeGraphicsConsoles.add(GraphicsConsole graphicsconsole,
String correlationId)
Adds GraphicsConsole object.
|
TemplateGraphicsConsole |
TemplateGraphicsConsoles.add(GraphicsConsole graphicsconsole,
String correlationId)
Adds GraphicsConsole object.
|
VMGraphicsConsole |
VMGraphicsConsoles.add(GraphicsConsole graphicsconsole,
String correlationId)
Adds GraphicsConsole object.
|
InstanceTypeGraphicsConsole |
InstanceTypeGraphicsConsoles.add(GraphicsConsole graphicsconsole,
String correlationId,
String expect)
Adds GraphicsConsole object.
|
TemplateGraphicsConsole |
TemplateGraphicsConsoles.add(GraphicsConsole graphicsconsole,
String correlationId,
String expect)
Adds GraphicsConsole object.
|
VMGraphicsConsole |
VMGraphicsConsoles.add(GraphicsConsole graphicsconsole,
String correlationId,
String expect)
Adds GraphicsConsole object.
|
Group |
Groups.add(Group group)
Adds Group object.
|
Group |
Groups.add(Group group,
String correlationId)
Adds Group object.
|
Group |
Groups.add(Group group,
String correlationId,
String expect)
Adds Group object.
|
Host |
Hosts.add(Host host)
Adds Host object.
|
VMHostDevice |
VMHostDevices.add(HostDevice hostdevice)
Adds HostDevice object.
|
VMHostDevice |
VMHostDevices.add(HostDevice hostdevice,
String correlationId)
Adds HostDevice object.
|
VMHostDevice |
VMHostDevices.add(HostDevice hostdevice,
String correlationId,
String expect)
Adds HostDevice object.
|
HostNIC |
HostNICs.add(HostNIC hostnic)
Adds HostNIC object.
|
HostNIC |
HostNICs.add(HostNIC hostnic,
String expect)
Adds HostNIC object.
|
HostNIC |
HostNICs.add(HostNIC hostnic,
String expect,
String correlationId)
Adds HostNIC object.
|
Host |
Hosts.add(Host host,
String expect)
Adds Host object.
|
Host |
Hosts.add(Host host,
String expect,
String correlationId)
Adds Host object.
|
InstanceType |
InstanceTypes.add(InstanceType instancetype)
Adds InstanceType object.
|
InstanceType |
InstanceTypes.add(InstanceType instancetype,
String expect)
Adds InstanceType object.
|
InstanceType |
InstanceTypes.add(InstanceType instancetype,
String expect,
String correlationId)
Adds InstanceType object.
|
DataCenterIscsiBond |
DataCenterIscsiBonds.add(IscsiBond iscsibond)
Adds IscsiBond object.
|
DataCenterIscsiBond |
DataCenterIscsiBonds.add(IscsiBond iscsibond,
String expect)
Adds IscsiBond object.
|
DataCenterIscsiBond |
DataCenterIscsiBonds.add(IscsiBond iscsibond,
String expect,
String correlationId)
Adds IscsiBond object.
|
Job |
Jobs.add(Job job)
Adds Job object.
|
Job |
Jobs.add(Job job,
String expect)
Adds Job object.
|
Job |
Jobs.add(Job job,
String expect,
String correlationId)
Adds Job object.
|
DataCenterIscsiBondNetworkLabel |
DataCenterIscsiBondNetworkLabels.add(Label label)
Adds Label object.
|
DataCenterNetworkLabel |
DataCenterNetworkLabels.add(Label label)
Adds Label object.
|
HostHostNICLabel |
HostHostNICLabels.add(Label label)
Adds Label object.
|
HostNICLabel |
HostNICLabels.add(Label label)
Adds Label object.
|
NetworkLabel |
NetworkLabels.add(Label label)
Adds Label object.
|
DataCenterNetworkLabel |
DataCenterNetworkLabels.add(Label label,
String expect)
Adds Label object.
|
HostHostNICLabel |
HostHostNICLabels.add(Label label,
String correlationId)
Adds Label object.
|
HostNICLabel |
HostNICLabels.add(Label label,
String expect)
Adds Label object.
|
NetworkLabel |
NetworkLabels.add(Label label,
String expect)
Adds Label object.
|
DataCenterNetworkLabel |
DataCenterNetworkLabels.add(Label label,
String expect,
String correlationId)
Adds Label object.
|
HostHostNICLabel |
HostHostNICLabels.add(Label label,
String correlationId,
String expect)
Adds Label object.
|
HostNICLabel |
HostNICLabels.add(Label label,
String expect,
String correlationId)
Adds Label object.
|
NetworkLabel |
NetworkLabels.add(Label label,
String expect,
String correlationId)
Adds Label object.
|
MacPool |
MacPools.add(MacPool macpool)
Adds MacPool object.
|
MacPool |
MacPools.add(MacPool macpool,
String correlationId)
Adds MacPool object.
|
MacPool |
MacPools.add(MacPool macpool,
String correlationId,
String expect)
Adds MacPool object.
|
DataCenterNetwork |
DataCenterNetworks.add(Network network)
Adds Network object.
|
Network |
Networks.add(Network network)
Adds Network object.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetworks.add(Network network)
Adds Network object.
|
ClusterNetwork |
ClusterNetworks.add(Network network)
Adds Network object.
|
HostHostNICNetwork |
HostHostNICNetworks.add(Network network)
Adds Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetworks.add(Network network)
Adds Network object.
|
HostNetworkAttachment |
HostNetworkAttachments.add(NetworkAttachment networkattachment)
Adds NetworkAttachment object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachments.add(NetworkAttachment networkattachment)
Adds NetworkAttachment object.
|
HostNetworkAttachment |
HostNetworkAttachments.add(NetworkAttachment networkattachment,
String correlationId)
Adds NetworkAttachment object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachments.add(NetworkAttachment networkattachment,
String correlationId)
Adds NetworkAttachment object.
|
HostNetworkAttachment |
HostNetworkAttachments.add(NetworkAttachment networkattachment,
String correlationId,
String expect)
Adds NetworkAttachment object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachments.add(NetworkAttachment networkattachment,
String correlationId,
String expect)
Adds NetworkAttachment object.
|
DataCenterNetwork |
DataCenterNetworks.add(Network network,
String expect)
Adds Network object.
|
Network |
Networks.add(Network network,
String expect)
Adds Network object.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetworks.add(Network network,
String correlationId)
Adds Network object.
|
ClusterNetwork |
ClusterNetworks.add(Network network,
String expect)
Adds Network object.
|
HostHostNICNetwork |
HostHostNICNetworks.add(Network network,
String correlationId)
Adds Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetworks.add(Network network,
String expect)
Adds Network object.
|
DataCenterNetwork |
DataCenterNetworks.add(Network network,
String expect,
String correlationId)
Adds Network object.
|
Network |
Networks.add(Network network,
String expect,
String correlationId)
Adds Network object.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetworks.add(Network network,
String correlationId,
String expect)
Adds Network object.
|
ClusterNetwork |
ClusterNetworks.add(Network network,
String expect,
String correlationId)
Adds Network object.
|
HostHostNICNetwork |
HostHostNICNetworks.add(Network network,
String correlationId,
String expect)
Adds Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetworks.add(Network network,
String expect,
String correlationId)
Adds Network object.
|
TemplateNIC |
TemplateNICs.add(NIC nic)
Adds NIC object.
|
InstanceTypeNIC |
InstanceTypeNICs.add(NIC nic)
Adds NIC object.
|
VMNIC |
VMNICs.add(NIC nic)
Adds NIC object.
|
TemplateNIC |
TemplateNICs.add(NIC nic,
String expect)
Adds NIC object.
|
VMNIC |
VMNICs.add(NIC nic,
String expect)
Adds NIC object.
|
TemplateNIC |
TemplateNICs.add(NIC nic,
String expect,
String correlationId)
Adds NIC object.
|
VMNIC |
VMNICs.add(NIC nic,
String expect,
String correlationId)
Adds NIC object.
|
OpenStackImageProvider |
OpenStackImageProviders.add(OpenStackImageProvider openstackimageprovider)
Adds OpenStackImageProvider object.
|
OpenStackImageProvider |
OpenStackImageProviders.add(OpenStackImageProvider openstackimageprovider,
String correlationId)
Adds OpenStackImageProvider object.
|
OpenStackImageProvider |
OpenStackImageProviders.add(OpenStackImageProvider openstackimageprovider,
String correlationId,
String expect)
Adds OpenStackImageProvider object.
|
OpenStackNetworkProvider |
OpenStackNetworkProviders.add(OpenStackNetworkProvider openstacknetworkprovider)
Adds OpenStackNetworkProvider object.
|
OpenStackNetworkProvider |
OpenStackNetworkProviders.add(OpenStackNetworkProvider openstacknetworkprovider,
String correlationId)
Adds OpenStackNetworkProvider object.
|
OpenStackNetworkProvider |
OpenStackNetworkProviders.add(OpenStackNetworkProvider openstacknetworkprovider,
String correlationId,
String expect)
Adds OpenStackNetworkProvider object.
|
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnets.add(OpenStackSubnet openstacksubnet)
Adds OpenStackSubnet object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey)
Adds OpenstackVolumeAuthenticationKey object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey,
String correlationId)
Adds OpenstackVolumeAuthenticationKey object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey,
String correlationId,
String expect)
Adds OpenstackVolumeAuthenticationKey object.
|
OpenStackVolumeProvider |
OpenStackVolumeProviders.add(OpenStackVolumeProvider openstackvolumeprovider)
Adds OpenStackVolumeProvider object.
|
OpenStackVolumeProvider |
OpenStackVolumeProviders.add(OpenStackVolumeProvider openstackvolumeprovider,
String correlationId)
Adds OpenStackVolumeProvider object.
|
OpenStackVolumeProvider |
OpenStackVolumeProviders.add(OpenStackVolumeProvider openstackvolumeprovider,
String correlationId,
String expect)
Adds OpenStackVolumeProvider object.
|
DataCenterClusterPermission |
DataCenterClusterPermissions.add(Permission permission)
Adds Permission object.
|
DataCenterStorageDomainDiskPermission |
DataCenterStorageDomainDiskPermissions.add(Permission permission)
Adds Permission object.
|
NetworkPermission |
NetworkPermissions.add(Permission permission)
Adds Permission object.
|
TemplatePermission |
TemplatePermissions.add(Permission permission)
Adds Permission object.
|
VnicProfilePermission |
VnicProfilePermissions.add(Permission permission)
Adds Permission object.
|
VmPoolPermission |
VmPoolPermissions.add(Permission permission)
Adds Permission object.
|
DiskPermission |
DiskPermissions.add(Permission permission)
Adds Permission object.
|
Permission |
Permissions.add(Permission permission)
Adds Permission object.
|
StorageDomainDiskPermission |
StorageDomainDiskPermissions.add(Permission permission)
Adds Permission object.
|
ClusterPermission |
ClusterPermissions.add(Permission permission)
Adds Permission object.
|
HostPermission |
HostPermissions.add(Permission permission)
Adds Permission object.
|
NetworkVnicProfilePermission |
NetworkVnicProfilePermissions.add(Permission permission)
Adds Permission object.
|
DataCenterNetworkVnicProfilePermission |
DataCenterNetworkVnicProfilePermissions.add(Permission permission)
Adds Permission object.
|
DataCenterPermission |
DataCenterPermissions.add(Permission permission)
Adds Permission object.
|
DataCenterIscsiBondNetworkVnicProfilePermission |
DataCenterIscsiBondNetworkVnicProfilePermissions.add(Permission permission)
Adds Permission object.
|
DataCenterNetworkPermission |
DataCenterNetworkPermissions.add(Permission permission)
Adds Permission object.
|
UserPermission |
UserPermissions.add(Permission permission)
Adds Permission object.
|
CpuProfilePermission |
CpuProfilePermissions.add(Permission permission)
Adds Permission object.
|
DataCenterIscsiBondNetworkPermission |
DataCenterIscsiBondNetworkPermissions.add(Permission permission)
Adds Permission object.
|
GroupPermission |
GroupPermissions.add(Permission permission)
Adds Permission object.
|
VMPermission |
VMPermissions.add(Permission permission)
Adds Permission object.
|
DiskProfilePermission |
DiskProfilePermissions.add(Permission permission)
Adds Permission object.
|
VMDiskPermission |
VMDiskPermissions.add(Permission permission)
Adds Permission object.
|
DataCenterQuotaPermission |
DataCenterQuotaPermissions.add(Permission permission)
Adds Permission object.
|
StorageDomainPermission |
StorageDomainPermissions.add(Permission permission)
Adds Permission object.
|
DataCenterClusterPermission |
DataCenterClusterPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
NetworkPermission |
NetworkPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
TemplatePermission |
TemplatePermissions.add(Permission permission,
String expect)
Adds Permission object.
|
VnicProfilePermission |
VnicProfilePermissions.add(Permission permission,
String expect)
Adds Permission object.
|
VmPoolPermission |
VmPoolPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
Permission |
Permissions.add(Permission permission,
String expect)
Adds Permission object.
|
ClusterPermission |
ClusterPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
HostPermission |
HostPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
DataCenterPermission |
DataCenterPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
UserPermission |
UserPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
CpuProfilePermission |
CpuProfilePermissions.add(Permission permission,
String expect)
Adds Permission object.
|
GroupPermission |
GroupPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
VMPermission |
VMPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
DiskProfilePermission |
DiskProfilePermissions.add(Permission permission,
String expect)
Adds Permission object.
|
StorageDomainPermission |
StorageDomainPermissions.add(Permission permission,
String expect)
Adds Permission object.
|
DataCenterClusterPermission |
DataCenterClusterPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
NetworkPermission |
NetworkPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
TemplatePermission |
TemplatePermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
VnicProfilePermission |
VnicProfilePermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
VmPoolPermission |
VmPoolPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
Permission |
Permissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
ClusterPermission |
ClusterPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
HostPermission |
HostPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
DataCenterPermission |
DataCenterPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
UserPermission |
UserPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
CpuProfilePermission |
CpuProfilePermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
GroupPermission |
GroupPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
VMPermission |
VMPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
DiskProfilePermission |
DiskProfilePermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
StorageDomainPermission |
StorageDomainPermissions.add(Permission permission,
String expect,
String correlationId)
Adds Permission object.
|
GroupRolePermit |
GroupRolePermits.add(Permit permit)
Adds Permit object.
|
RolePermit |
RolePermits.add(Permit permit)
Adds Permit object.
|
UserRolePermit |
UserRolePermits.add(Permit permit)
Adds Permit object.
|
GroupRolePermit |
GroupRolePermits.add(Permit permit,
String expect)
Adds Permit object.
|
RolePermit |
RolePermits.add(Permit permit,
String expect)
Adds Permit object.
|
UserRolePermit |
UserRolePermits.add(Permit permit,
String expect)
Adds Permit object.
|
GroupRolePermit |
GroupRolePermits.add(Permit permit,
String expect,
String correlationId)
Adds Permit object.
|
RolePermit |
RolePermits.add(Permit permit,
String expect,
String correlationId)
Adds Permit object.
|
UserRolePermit |
UserRolePermits.add(Permit permit,
String expect,
String correlationId)
Adds Permit object.
|
DataCenterQoS |
DataCenterQoSs.add(QoS qos)
Adds QoS object.
|
DataCenterQoS |
DataCenterQoSs.add(QoS qos,
String expect)
Adds QoS object.
|
DataCenterQoS |
DataCenterQoSs.add(QoS qos,
String expect,
String correlationId)
Adds QoS object.
|
DataCenterQuota |
DataCenterQuotas.add(Quota quota)
Adds Quota object.
|
DataCenterQuotaQuotaClusterLimit |
DataCenterQuotaQuotaClusterLimits.add(QuotaClusterLimit quotaclusterlimit)
Adds QuotaClusterLimit object.
|
DataCenterQuotaQuotaStorageLimit |
DataCenterQuotaQuotaStorageLimits.add(QuotaStorageLimit quotastoragelimit)
Adds QuotaStorageLimit object.
|
DataCenterQuota |
DataCenterQuotas.add(Quota quota,
String correlationId)
Adds Quota object.
|
DataCenterQuota |
DataCenterQuotas.add(Quota quota,
String correlationId,
String expect)
Adds Quota object.
|
Role |
Roles.add(Role role)
Adds Role object.
|
Role |
Roles.add(Role role,
String expect)
Adds Role object.
|
Role |
Roles.add(Role role,
String expect,
String correlationId)
Adds Role object.
|
SchedulingPolicy |
SchedulingPolicies.add(SchedulingPolicy schedulingpolicy)
Adds SchedulingPolicy object.
|
SchedulingPolicy |
SchedulingPolicies.add(SchedulingPolicy schedulingpolicy,
String expect)
Adds SchedulingPolicy object.
|
SchedulingPolicy |
SchedulingPolicies.add(SchedulingPolicy schedulingpolicy,
String expect,
String correlationId)
Adds SchedulingPolicy object.
|
VMSnapshot |
VMSnapshots.add(Snapshot snapshot)
Adds Snapshot object.
|
VMSnapshot |
VMSnapshots.add(Snapshot snapshot,
String expect)
Adds Snapshot object.
|
VMSnapshot |
VMSnapshots.add(Snapshot snapshot,
String expect,
String correlationId)
Adds Snapshot object.
|
UserSSHPublicKey |
UserSSHPublicKeys.add(SSHPublicKey sshpublickey)
Adds SSHPublicKey object.
|
UserSSHPublicKey |
UserSSHPublicKeys.add(SSHPublicKey sshpublickey,
String correlationId)
Adds SSHPublicKey object.
|
UserSSHPublicKey |
UserSSHPublicKeys.add(SSHPublicKey sshpublickey,
String correlationId,
String expect)
Adds SSHPublicKey object.
|
JobStep |
JobSteps.add(Step step)
Adds Step object.
|
JobStep |
JobSteps.add(Step step,
String expect)
Adds Step object.
|
JobStep |
JobSteps.add(Step step,
String expect,
String correlationId)
Adds Step object.
|
DataCenterIscsiBondStorageConnection |
DataCenterIscsiBondStorageConnections.add(StorageConnection storageconnection)
Adds StorageConnection object.
|
StorageConnection |
StorageConnections.add(StorageConnection storageconnection)
Adds StorageConnection object.
|
StorageDomainStorageConnection |
StorageDomainStorageConnections.add(StorageConnection storageconnection)
Adds StorageConnection object.
|
HostStorageConnectionExtension |
HostStorageConnectionExtensions.add(StorageConnectionExtension storageconnectionextension)
Adds StorageConnectionExtension object.
|
HostStorageConnectionExtension |
HostStorageConnectionExtensions.add(StorageConnectionExtension storageconnectionextension,
String correlationId)
Adds StorageConnectionExtension object.
|
HostStorageConnectionExtension |
HostStorageConnectionExtensions.add(StorageConnectionExtension storageconnectionextension,
String correlationId,
String expect)
Adds StorageConnectionExtension object.
|
StorageConnection |
StorageConnections.add(StorageConnection storageconnection,
String expect)
Adds StorageConnection object.
|
StorageDomainStorageConnection |
StorageDomainStorageConnections.add(StorageConnection storageconnection,
String expect)
Adds StorageConnection object.
|
StorageConnection |
StorageConnections.add(StorageConnection storageconnection,
String expect,
String correlationId)
Adds StorageConnection object.
|
StorageDomainStorageConnection |
StorageDomainStorageConnections.add(StorageConnection storageconnection,
String expect,
String correlationId)
Adds StorageConnection object.
|
StorageDomain |
StorageDomains.add(StorageDomain storagedomain)
Adds StorageDomain object.
|
DataCenterStorageDomain |
DataCenterStorageDomains.add(StorageDomain storagedomain)
Adds StorageDomain object.
|
StorageDomain |
StorageDomains.add(StorageDomain storagedomain,
String expect)
Adds StorageDomain object.
|
DataCenterStorageDomain |
DataCenterStorageDomains.add(StorageDomain storagedomain,
String expect)
Adds StorageDomain object.
|
StorageDomain |
StorageDomains.add(StorageDomain storagedomain,
String expect,
String correlationId)
Adds StorageDomain object.
|
DataCenterStorageDomain |
DataCenterStorageDomains.add(StorageDomain storagedomain,
String expect,
String correlationId)
Adds StorageDomain object.
|
GroupTag |
GroupTags.add(Tag tag)
Adds Tag object.
|
UserTag |
UserTags.add(Tag tag)
Adds Tag object.
|
Tag |
Tags.add(Tag tag)
Adds Tag object.
|
HostTag |
HostTags.add(Tag tag)
Adds Tag object.
|
VMTag |
VMTags.add(Tag tag)
Adds Tag object.
|
TemplateTag |
TemplateTags.add(Tag tag)
Adds Tag object.
|
GroupTag |
GroupTags.add(Tag tag,
String expect)
Adds Tag object.
|
UserTag |
UserTags.add(Tag tag,
String expect)
Adds Tag object.
|
Tag |
Tags.add(Tag tag,
String correlationId)
Adds Tag object.
|
HostTag |
HostTags.add(Tag tag,
String expect)
Adds Tag object.
|
VMTag |
VMTags.add(Tag tag,
String expect)
Adds Tag object.
|
TemplateTag |
TemplateTags.add(Tag tag,
String expect)
Adds Tag object.
|
GroupTag |
GroupTags.add(Tag tag,
String expect,
String correlationId)
Adds Tag object.
|
UserTag |
UserTags.add(Tag tag,
String expect,
String correlationId)
Adds Tag object.
|
Tag |
Tags.add(Tag tag,
String correlationId,
String expect)
Adds Tag object.
|
HostTag |
HostTags.add(Tag tag,
String expect,
String correlationId)
Adds Tag object.
|
VMTag |
VMTags.add(Tag tag,
String expect,
String correlationId)
Adds Tag object.
|
TemplateTag |
TemplateTags.add(Tag tag,
String expect,
String correlationId)
Adds Tag object.
|
Template |
Templates.add(Template template)
Adds Template object.
|
Template |
Templates.add(Template template,
String expect)
Adds Template object.
|
Template |
Templates.add(Template template,
String expect,
String correlationId)
Adds Template object.
|
User |
Users.add(User user)
Adds User object.
|
User |
Users.add(User user,
String expect)
Adds User object.
|
User |
Users.add(User user,
String expect,
String correlationId)
Adds User object.
|
VMVirtualNumaNode |
VMVirtualNumaNodes.add(VirtualNumaNode virtualnumanode)
Adds VirtualNumaNode object.
|
VMVirtualNumaNode |
VMVirtualNumaNodes.add(VirtualNumaNode virtualnumanode,
String expect)
Adds VirtualNumaNode object.
|
VMVirtualNumaNode |
VMVirtualNumaNodes.add(VirtualNumaNode virtualnumanode,
String expect,
String correlationId)
Adds VirtualNumaNode object.
|
ClusterAffinityGroupVM |
ClusterAffinityGroupVMs.add(VM vm)
Adds VM object.
|
VM |
VMs.add(VM vm)
Adds VM object.
|
DataCenterClusterAffinityGroupVM |
DataCenterClusterAffinityGroupVMs.add(VM vm)
Adds VM object.
|
VmPool |
VmPools.add(VmPool vmpool)
Adds VmPool object.
|
VmPool |
VmPools.add(VmPool vmpool,
String expect)
Adds VmPool object.
|
VmPool |
VmPools.add(VmPool vmpool,
String expect,
String correlationId)
Adds VmPool object.
|
ClusterAffinityGroupVM |
ClusterAffinityGroupVMs.add(VM vm,
String expect)
Adds VM object.
|
VM |
VMs.add(VM vm,
String correlationId)
Adds VM object.
|
ClusterAffinityGroupVM |
ClusterAffinityGroupVMs.add(VM vm,
String expect,
String correlationId)
Adds VM object.
|
VM |
VMs.add(VM vm,
String correlationId,
String expect)
Adds VM object.
|
NetworkVnicProfile |
NetworkVnicProfiles.add(VnicProfile vnicprofile)
Adds VnicProfile object.
|
DataCenterIscsiBondNetworkVnicProfile |
DataCenterIscsiBondNetworkVnicProfiles.add(VnicProfile vnicprofile)
Adds VnicProfile object.
|
DataCenterNetworkVnicProfile |
DataCenterNetworkVnicProfiles.add(VnicProfile vnicprofile)
Adds VnicProfile object.
|
VnicProfile |
VnicProfiles.add(VnicProfile vnicprofile)
Adds VnicProfile object.
|
NetworkVnicProfile |
NetworkVnicProfiles.add(VnicProfile vnicprofile,
String expect)
Adds VnicProfile object.
|
VnicProfile |
VnicProfiles.add(VnicProfile vnicprofile,
String expect)
Adds VnicProfile object.
|
NetworkVnicProfile |
NetworkVnicProfiles.add(VnicProfile vnicprofile,
String expect,
String correlationId)
Adds VnicProfile object.
|
VnicProfile |
VnicProfiles.add(VnicProfile vnicprofile,
String expect,
String correlationId)
Adds VnicProfile object.
|
InstanceTypeWatchDog |
InstanceTypeWatchDogs.add(WatchDog watchdog)
Adds WatchDog object.
|
VMWatchDog |
VMWatchDogs.add(WatchDog watchdog)
Adds WatchDog object.
|
TemplateWatchDog |
TemplateWatchDogs.add(WatchDog watchdog)
Adds WatchDog object.
|
VMWatchDog |
VMWatchDogs.add(WatchDog watchdog,
String expect)
Adds WatchDog object.
|
TemplateWatchDog |
TemplateWatchDogs.add(WatchDog watchdog,
String expect)
Adds WatchDog object.
|
VMWatchDog |
VMWatchDogs.add(WatchDog watchdog,
String expect,
String correlationId)
Adds WatchDog object.
|
TemplateWatchDog |
TemplateWatchDogs.add(WatchDog watchdog,
String expect,
String correlationId)
Adds WatchDog object.
|
SchedulingPolicyWeight |
SchedulingPolicyWeights.add(Weight weight)
Adds Weight object.
|
SchedulingPolicyWeight |
SchedulingPolicyWeights.add(Weight weight,
String correlationId)
Adds Weight object.
|
SchedulingPolicyWeight |
SchedulingPolicyWeights.add(Weight weight,
String correlationId,
String expect)
Adds Weight object.
|
Action |
VmPool.allocatevm(Action action)
Performs allocatevm action.
|
Action |
VmPool.allocatevm(Action action,
String correlationId)
Performs allocatevm action.
|
Action |
VmPool.allocatevm(Action action,
String correlationId,
Boolean async)
Performs allocatevm action.
|
Action |
Host.approve(Action action)
Performs approve action.
|
Action |
Host.approve(Action action,
String correlationId)
Performs approve action.
|
Action |
Host.approve(Action action,
String correlationId,
Boolean async)
Performs approve action.
|
Action |
HostNIC.attach(Action action)
Performs attach action.
|
Action |
HostNIC.attach(Action action,
String correlationId)
Performs attach action.
|
Action |
HostNIC.attach(Action action,
String correlationId,
Boolean async)
Performs attach action.
|
Action |
VM.cancelmigration(Action action)
Performs cancelmigration action.
|
Action |
VM.cancelmigration(Action action,
Boolean async)
Performs cancelmigration action.
|
Action |
Job.clear(Action action)
Performs clear action.
|
Action |
Job.clear(Action action,
String correlationId)
Performs clear action.
|
Action |
Job.clear(Action action,
String correlationId,
Boolean async)
Performs clear action.
|
Action |
VM.clone(Action action)
Performs clone action.
|
Action |
VM.clone(Action action,
String correlationId)
Performs clone action.
|
Action |
VM.clone(Action action,
String correlationId,
Boolean async)
Performs clone action.
|
Action |
VM.commit_snapshot(Action action)
Performs commit_snapshot action.
|
Action |
VM.commit_snapshot(Action action,
String correlationId)
Performs commit_snapshot action.
|
Action |
VM.commit_snapshot(Action action,
String correlationId,
Boolean async)
Performs commit_snapshot action.
|
Action |
Host.commitnetconfig(Action action)
Performs commitnetconfig action.
|
Action |
Host.commitnetconfig(Action action,
String correlationId)
Performs commitnetconfig action.
|
Action |
Host.commitnetconfig(Action action,
String correlationId,
Boolean async)
Performs commitnetconfig action.
|
Action |
TemplateDisk.copy(Action action)
Performs copy action.
|
Action |
DataCenterStorageDomainDisk.copy(Action action)
Performs copy action.
|
Action |
StorageDomainDisk.copy(Action action)
Performs copy action.
|
Action |
Disk.copy(Action action)
Performs copy action.
|
Action |
DataCenterStorageDomainDisk.copy(Action action,
Boolean async)
Performs copy action.
|
Action |
StorageDomainDisk.copy(Action action,
Boolean async)
Performs copy action.
|
Action |
TemplateDisk.copy(Action action,
String correlationId)
Performs copy action.
|
Action |
Disk.copy(Action action,
String correlationId)
Performs copy action.
|
Action |
TemplateDisk.copy(Action action,
String correlationId,
Boolean async)
Performs copy action.
|
Action |
Disk.copy(Action action,
String correlationId,
Boolean async)
Performs copy action.
|
Action |
VMNIC.deactivate(Action action)
Performs deactivate action.
|
Action |
Host.deactivate(Action action)
Performs deactivate action.
|
Action |
DataCenterStorageDomain.deactivate(Action action)
Performs deactivate action.
|
Action |
VMDisk.deactivate(Action action)
Performs deactivate action.
|
Action |
VMNIC.deactivate(Action action,
String correlationId)
Performs deactivate action.
|
Action |
Host.deactivate(Action action,
String correlationId)
Performs deactivate action.
|
Action |
DataCenterStorageDomain.deactivate(Action action,
String correlationId)
Performs deactivate action.
|
Action |
VMDisk.deactivate(Action action,
String correlationId)
Performs deactivate action.
|
Action |
VMNIC.deactivate(Action action,
String correlationId,
Boolean async)
Performs deactivate action.
|
Action |
Host.deactivate(Action action,
String correlationId,
Boolean async)
Performs deactivate action.
|
Action |
DataCenterStorageDomain.deactivate(Action action,
String correlationId,
Boolean async)
Performs deactivate action.
|
Action |
VMDisk.deactivate(Action action,
String correlationId,
Boolean async)
Performs deactivate action.
|
Action |
Host.deactivate(Action action,
String correlationId,
Boolean async,
Boolean stopGlusterService)
Performs deactivate action.
|
Response |
NetworkVnicProfile.delete()
Deletes object.
|
Response |
DataCenterNetwork.delete()
Deletes object.
|
Response |
VMSnapshotDisk.delete()
Deletes object.
|
Response |
DataCenterClusterAffinityGroup.delete()
Deletes object.
|
Response |
Bookmark.delete()
Deletes object.
|
Response |
DataCenterClusterGlusterHook.delete()
Deletes object.
|
Response |
SchedulingPolicyUnit.delete()
Deletes object.
|
Response |
Cluster.delete()
Deletes object.
|
Response |
NetworkLabel.delete()
Deletes object.
|
Response |
ClusterCpuProfile.delete()
Deletes object.
|
Response |
Template.delete()
Deletes object.
|
Response |
VM.delete()
Deletes object.
|
Response |
StorageDomainDiskPermission.delete()
Deletes object.
|
Response |
UserRole.delete()
Deletes object.
|
Response |
VMDiskPermission.delete()
Deletes object.
|
Response |
InstanceTypeWatchDog.delete()
Deletes object.
|
Response |
DataCenterNetworkLabel.delete()
Deletes object.
|
Response |
InstanceTypeGraphicsConsole.delete()
Deletes object.
|
Response |
HostUnmanagedNetwork.delete()
Deletes object.
|
Response |
DataCenterQuota.delete()
Deletes object.
|
Response |
ClusterGlusterVolume.delete()
Deletes object.
|
Response |
GroupTag.delete()
Deletes object.
|
Response |
TemplatePermission.delete()
Deletes object.
|
Response |
TemplateGraphicsConsole.delete()
Deletes object.
|
Response |
Event.delete()
Deletes object.
|
Response |
StorageDomainDiskSnapshot.delete()
Deletes object.
|
Response |
UserRolePermit.delete()
Deletes object.
|
Response |
HostAgent.delete()
Deletes object.
|
Response |
VMWatchDog.delete()
Deletes object.
|
Response |
RolePermit.delete()
Deletes object.
|
Response |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey.delete()
Deletes object.
|
Response |
DataCenterClusterGlusterVolume.delete()
Deletes object.
|
Response |
StorageDomain.delete()
Deletes object.
|
Response |
InstanceType.delete()
Deletes object.
|
Response |
OpenStackImageProvider.delete()
Deletes object.
|
Response |
TemplateDisk.delete()
Deletes object.
|
Response |
TemplateWatchDog.delete()
Deletes object.
|
Response |
HostHostNICNetwork.delete()
Deletes object.
|
Response |
DataCenterStorageDomainDisk.delete()
Deletes object.
|
Response |
VMPermission.delete()
Deletes object.
|
Response |
DiskPermission.delete()
Deletes object.
|
Response |
DiskProfile.delete()
Deletes object.
|
Response |
VMNIC.delete()
Deletes object.
|
Response |
Host.delete()
Deletes object.
|
Response |
UserTag.delete()
Deletes object.
|
Response |
HostNetworkAttachment.delete()
Deletes object.
|
Response |
HostTag.delete()
Deletes object.
|
Response |
DataCenter.delete()
Deletes object.
|
Response |
User.delete()
Deletes object.
|
Response |
VMSnapshot.delete()
Deletes object.
|
Response |
GroupRole.delete()
Deletes object.
|
Response |
ClusterGlusterHook.delete()
Deletes object.
|
Response |
UserSSHPublicKey.delete()
Deletes object.
|
Response |
SchedulingPolicyWeight.delete()
Deletes object.
|
Response |
GroupPermission.delete()
Deletes object.
|
Response |
StorageDomainDisk.delete()
Deletes object.
|
Response |
VMVirtualNumaNode.delete()
Deletes object.
|
Response |
VmPoolPermission.delete()
Deletes object.
|
Response |
DataCenterIscsiBondStorageConnection.delete()
Deletes object.
|
Response |
StorageDomainStorageConnection.delete()
Deletes object.
|
Response |
DataCenterClusterAffinityGroupVM.delete()
Deletes object.
|
Response |
DataCenterStorageDomain.delete()
Deletes object.
|
Response |
HostNIC.delete()
Deletes object.
|
Response |
VMTag.delete()
Deletes object.
|
Response |
DataCenterIscsiBondNetworkVnicProfilePermission.delete()
Deletes object.
|
Response |
DataCenterCluster.delete()
Deletes object.
|
Response |
ClusterAffinityGroup.delete()
Deletes object.
|
Response |
DataCenterNetworkVnicProfile.delete()
Deletes object.
|
Response |
StorageDomainDiskProfile.delete()
Deletes object.
|
Response |
Group.delete()
Deletes object.
|
Response |
TemplateNIC.delete()
Deletes object.
|
Response |
ClusterNetwork.delete()
Deletes object.
|
Response |
DiskProfilePermission.delete()
Deletes object.
|
Response |
NetworkVnicProfilePermission.delete()
Deletes object.
|
Response |
DataCenterClusterPermission.delete()
Deletes object.
|
Response |
DataCenterIscsiBondNetwork.delete()
Deletes object.
|
Response |
ExternalHostProvider.delete()
Deletes object.
|
Response |
Role.delete()
Deletes object.
|
Response |
TemplateTag.delete()
Deletes object.
|
Response |
DataCenterIscsiBondNetworkLabel.delete()
Deletes object.
|
Response |
DataCenterStorageDomainDiskPermission.delete()
Deletes object.
|
Response |
VMGraphicsConsole.delete()
Deletes object.
|
Response |
DataCenterQuotaPermission.delete()
Deletes object.
|
Response |
HostNICLabel.delete()
Deletes object.
|
Response |
VnicProfilePermission.delete()
Deletes object.
|
Response |
DataCenterQuotaQuotaStorageLimit.delete()
Deletes object.
|
Response |
DataCenterClusterGlusterVolumeGlusterBrick.delete()
Deletes object.
|
Response |
GroupRolePermit.delete()
Deletes object.
|
Response |
Permission.delete()
Deletes object.
|
Response |
VmPool.delete()
Deletes object.
|
Response |
MacPool.delete()
Deletes object.
|
Response |
DataCenterQuotaQuotaClusterLimit.delete()
Deletes object.
|
Response |
StorageDomainPermission.delete()
Deletes object.
|
Response |
CpuProfile.delete()
Deletes object.
|
Response |
DataCenterNetworkVnicProfilePermission.delete()
Deletes object.
|
Response |
DataCenterIscsiBond.delete()
Deletes object.
|
Response |
SchedulingPolicy.delete()
Deletes object.
|
Response |
SchedulingPolicyFilter.delete()
Deletes object.
|
Response |
ClusterAffinityGroupVM.delete()
Deletes object.
|
Response |
VMDisk.delete()
Deletes object.
|
Response |
DataCenterPermission.delete()
Deletes object.
|
Response |
NetworkPermission.delete()
Deletes object.
|
Response |
OpenStackNetworkProvider.delete()
Deletes object.
|
Response |
StorageDomainVM.delete()
Deletes object.
|
Response |
Network.delete()
Deletes object.
|
Response |
Disk.delete()
Deletes object.
|
Response |
DataCenterClusterNetwork.delete()
Deletes object.
|
Response |
Tag.delete()
Deletes object.
|
Response |
HostHostNICLabel.delete()
Deletes object.
|
Response |
HostPermission.delete()
Deletes object.
|
Response |
ClusterGlusterVolumeGlusterBrick.delete()
Deletes object.
|
Response |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet.delete()
Deletes object.
|
Response |
UserPermission.delete()
Deletes object.
|
Response |
DataCenterNetworkPermission.delete()
Deletes object.
|
Response |
DataCenterClusterCpuProfile.delete()
Deletes object.
|
Response |
OpenStackVolumeProvider.delete()
Deletes object.
|
Response |
CpuProfilePermission.delete()
Deletes object.
|
Response |
DataCenterQoS.delete()
Deletes object.
|
Response |
HostStorageConnectionExtension.delete()
Deletes object.
|
Response |
ClusterPermission.delete()
Deletes object.
|
Response |
StorageConnection.delete()
Deletes object.
|
Response |
DataCenterIscsiBondNetworkVnicProfile.delete()
Deletes object.
|
Response |
HostHostNICNetworkAttachment.delete()
Deletes object.
|
Response |
StorageDomainTemplate.delete()
Deletes object.
|
Response |
DataCenterIscsiBondNetworkPermission.delete()
Deletes object.
|
Response |
VnicProfile.delete()
Deletes object.
|
Response |
VMHostDevice.delete()
Deletes object.
|
Response |
SchedulingPolicyBalance.delete()
Deletes object.
|
Response |
VM.delete(Action action)
Deletes object.
|
Response |
TemplateDisk.delete(Action action)
Deletes object.
|
Response |
Host.delete(Action action)
Deletes object.
|
Response |
DataCenter.delete(Action action)
Deletes object.
|
Response |
VMDisk.delete(Action action)
Deletes object.
|
Response |
StorageConnection.delete(Action action)
Deletes object.
|
Response |
VM.delete(Action action,
Boolean async)
Deletes object.
|
Response |
TemplateDisk.delete(Action action,
Boolean async)
Deletes object.
|
Response |
Host.delete(Action action,
Boolean async)
Deletes object.
|
Response |
DataCenter.delete(Action action,
Boolean async)
Deletes object.
|
Response |
VMDisk.delete(Action action,
Boolean async)
Deletes object.
|
Response |
StorageConnection.delete(Action action,
Boolean async)
Deletes object.
|
Response |
VM.delete(Action action,
Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplateDisk.delete(Action action,
Boolean async,
String correlationId)
Deletes object.
|
Response |
Host.delete(Action action,
Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenter.delete(Action action,
Boolean async,
String correlationId)
Deletes object.
|
Response |
VMDisk.delete(Action action,
Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageConnection.delete(Action action,
Boolean async,
String correlationId)
Deletes object.
|
Response |
NetworkVnicProfile.delete(Boolean async)
Deletes object.
|
Response |
DataCenterNetwork.delete(Boolean async)
Deletes object.
|
Response |
VMSnapshotDisk.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterAffinityGroup.delete(Boolean async)
Deletes object.
|
Response |
Bookmark.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterGlusterHook.delete(Boolean async)
Deletes object.
|
Response |
SchedulingPolicyUnit.delete(Boolean async)
Deletes object.
|
Response |
Cluster.delete(Boolean async)
Deletes object.
|
Response |
NetworkLabel.delete(Boolean async)
Deletes object.
|
Response |
ClusterCpuProfile.delete(Boolean async)
Deletes object.
|
Response |
Template.delete(Boolean async)
Deletes object.
|
Response |
VM.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainDiskPermission.delete(Boolean async)
Deletes object.
|
Response |
UserRole.delete(Boolean async)
Deletes object.
|
Response |
VMDiskPermission.delete(Boolean async)
Deletes object.
|
Response |
InstanceTypeWatchDog.delete(Boolean async)
Deletes object.
|
Response |
DataCenterNetworkLabel.delete(Boolean async)
Deletes object.
|
Response |
InstanceTypeGraphicsConsole.delete(Boolean async)
Deletes object.
|
Response |
HostUnmanagedNetwork.delete(Boolean async)
Deletes object.
|
Response |
DataCenterQuota.delete(Boolean async)
Deletes object.
|
Response |
ClusterGlusterVolume.delete(Boolean async)
Deletes object.
|
Response |
GroupTag.delete(Boolean async)
Deletes object.
|
Response |
TemplatePermission.delete(Boolean async)
Deletes object.
|
Response |
TemplateGraphicsConsole.delete(Boolean async)
Deletes object.
|
Response |
Event.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainDiskSnapshot.delete(Boolean async)
Deletes object.
|
Response |
UserRolePermit.delete(Boolean async)
Deletes object.
|
Response |
HostAgent.delete(Boolean async)
Deletes object.
|
Response |
VMWatchDog.delete(Boolean async)
Deletes object.
|
Response |
RolePermit.delete(Boolean async)
Deletes object.
|
Response |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterGlusterVolume.delete(Boolean async)
Deletes object.
|
Response |
StorageDomain.delete(Boolean async)
Deletes object.
|
Response |
InstanceType.delete(Boolean async)
Deletes object.
|
Response |
OpenStackImageProvider.delete(Boolean async)
Deletes object.
|
Response |
TemplateDisk.delete(Boolean async)
Deletes object.
|
Response |
TemplateWatchDog.delete(Boolean async)
Deletes object.
|
Response |
HostHostNICNetwork.delete(Boolean async)
Deletes object.
|
Response |
DataCenterStorageDomainDisk.delete(Boolean async)
Deletes object.
|
Response |
VMPermission.delete(Boolean async)
Deletes object.
|
Response |
DiskPermission.delete(Boolean async)
Deletes object.
|
Response |
DiskProfile.delete(Boolean async)
Deletes object.
|
Response |
VMNIC.delete(Boolean async)
Deletes object.
|
Response |
Host.delete(Boolean async)
Deletes object.
|
Response |
UserTag.delete(Boolean async)
Deletes object.
|
Response |
HostNetworkAttachment.delete(Boolean async)
Deletes object.
|
Response |
HostTag.delete(Boolean async)
Deletes object.
|
Response |
DataCenter.delete(Boolean async)
Deletes object.
|
Response |
User.delete(Boolean async)
Deletes object.
|
Response |
VMSnapshot.delete(Boolean async)
Deletes object.
|
Response |
GroupRole.delete(Boolean async)
Deletes object.
|
Response |
ClusterGlusterHook.delete(Boolean async)
Deletes object.
|
Response |
UserSSHPublicKey.delete(Boolean async)
Deletes object.
|
Response |
SchedulingPolicyWeight.delete(Boolean async)
Deletes object.
|
Response |
GroupPermission.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainDisk.delete(Boolean async)
Deletes object.
|
Response |
VMVirtualNumaNode.delete(Boolean async)
Deletes object.
|
Response |
VmPoolPermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBondStorageConnection.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainStorageConnection.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterAffinityGroupVM.delete(Boolean async)
Deletes object.
|
Response |
DataCenterStorageDomain.delete(Boolean async)
Deletes object.
|
Response |
HostNIC.delete(Boolean async)
Deletes object.
|
Response |
VMTag.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBondNetworkVnicProfilePermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterCluster.delete(Boolean async)
Deletes object.
|
Response |
ClusterAffinityGroup.delete(Boolean async)
Deletes object.
|
Response |
DataCenterNetworkVnicProfile.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainDiskProfile.delete(Boolean async)
Deletes object.
|
Response |
Group.delete(Boolean async)
Deletes object.
|
Response |
TemplateNIC.delete(Boolean async)
Deletes object.
|
Response |
ClusterNetwork.delete(Boolean async)
Deletes object.
|
Response |
DiskProfilePermission.delete(Boolean async)
Deletes object.
|
Response |
NetworkVnicProfilePermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterPermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBondNetwork.delete(Boolean async)
Deletes object.
|
Response |
ExternalHostProvider.delete(Boolean async)
Deletes object.
|
Response |
Role.delete(Boolean async)
Deletes object.
|
Response |
TemplateTag.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBondNetworkLabel.delete(Boolean async)
Deletes object.
|
Response |
DataCenterStorageDomainDiskPermission.delete(Boolean async)
Deletes object.
|
Response |
VMGraphicsConsole.delete(Boolean async)
Deletes object.
|
Response |
DataCenterQuotaPermission.delete(Boolean async)
Deletes object.
|
Response |
HostNICLabel.delete(Boolean async)
Deletes object.
|
Response |
VnicProfilePermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterQuotaQuotaStorageLimit.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterGlusterVolumeGlusterBrick.delete(Boolean async)
Deletes object.
|
Response |
GroupRolePermit.delete(Boolean async)
Deletes object.
|
Response |
Permission.delete(Boolean async)
Deletes object.
|
Response |
VmPool.delete(Boolean async)
Deletes object.
|
Response |
MacPool.delete(Boolean async)
Deletes object.
|
Response |
DataCenterQuotaQuotaClusterLimit.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainPermission.delete(Boolean async)
Deletes object.
|
Response |
CpuProfile.delete(Boolean async)
Deletes object.
|
Response |
DataCenterNetworkVnicProfilePermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBond.delete(Boolean async)
Deletes object.
|
Response |
SchedulingPolicy.delete(Boolean async)
Deletes object.
|
Response |
SchedulingPolicyFilter.delete(Boolean async)
Deletes object.
|
Response |
ClusterAffinityGroupVM.delete(Boolean async)
Deletes object.
|
Response |
VMDisk.delete(Boolean async)
Deletes object.
|
Response |
DataCenterPermission.delete(Boolean async)
Deletes object.
|
Response |
NetworkPermission.delete(Boolean async)
Deletes object.
|
Response |
OpenStackNetworkProvider.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainVM.delete(Boolean async)
Deletes object.
|
Response |
Network.delete(Boolean async)
Deletes object.
|
Response |
Disk.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterNetwork.delete(Boolean async)
Deletes object.
|
Response |
Tag.delete(Boolean async)
Deletes object.
|
Response |
HostHostNICLabel.delete(Boolean async)
Deletes object.
|
Response |
HostPermission.delete(Boolean async)
Deletes object.
|
Response |
ClusterGlusterVolumeGlusterBrick.delete(Boolean async)
Deletes object.
|
Response |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet.delete(Boolean async)
Deletes object.
|
Response |
UserPermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterNetworkPermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterClusterCpuProfile.delete(Boolean async)
Deletes object.
|
Response |
OpenStackVolumeProvider.delete(Boolean async)
Deletes object.
|
Response |
CpuProfilePermission.delete(Boolean async)
Deletes object.
|
Response |
DataCenterQoS.delete(Boolean async)
Deletes object.
|
Response |
HostStorageConnectionExtension.delete(Boolean async)
Deletes object.
|
Response |
ClusterPermission.delete(Boolean async)
Deletes object.
|
Response |
StorageConnection.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBondNetworkVnicProfile.delete(Boolean async)
Deletes object.
|
Response |
HostHostNICNetworkAttachment.delete(Boolean async)
Deletes object.
|
Response |
StorageDomainTemplate.delete(Boolean async)
Deletes object.
|
Response |
DataCenterIscsiBondNetworkPermission.delete(Boolean async)
Deletes object.
|
Response |
VnicProfile.delete(Boolean async)
Deletes object.
|
Response |
VMHostDevice.delete(Boolean async)
Deletes object.
|
Response |
SchedulingPolicyBalance.delete(Boolean async)
Deletes object.
|
Response |
NetworkVnicProfile.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterNetwork.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMSnapshotDisk.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
SchedulingPolicyUnit.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Cluster.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
NetworkLabel.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ClusterCpuProfile.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Template.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VM.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterNetworkLabel.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
InstanceTypeGraphicsConsole.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostUnmanagedNetwork.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterQuota.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
GroupTag.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplatePermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplateGraphicsConsole.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Event.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainDiskSnapshot.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
UserRolePermit.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostAgent.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMWatchDog.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
RolePermit.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomain.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
InstanceType.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
OpenStackImageProvider.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplateDisk.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplateWatchDog.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterStorageDomainDisk.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DiskProfile.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMNIC.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Host.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
UserTag.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostNetworkAttachment.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostTag.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenter.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
User.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMSnapshot.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ClusterGlusterHook.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
UserSSHPublicKey.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
SchedulingPolicyWeight.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
GroupPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainDisk.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMVirtualNumaNode.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VmPoolPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainStorageConnection.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterStorageDomain.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostNIC.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMTag.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterCluster.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ClusterAffinityGroup.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainDiskProfile.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Group.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplateNIC.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ClusterNetwork.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DiskProfilePermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterClusterPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ExternalHostProvider.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Role.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
TemplateTag.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMGraphicsConsole.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostNICLabel.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VnicProfilePermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
GroupRolePermit.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Permission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VmPool.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
MacPool.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
CpuProfile.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterIscsiBond.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
SchedulingPolicy.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
SchedulingPolicyFilter.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ClusterAffinityGroupVM.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMDisk.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
NetworkPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
OpenStackNetworkProvider.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainVM.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Network.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Disk.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterClusterNetwork.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
Tag.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
UserPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
OpenStackVolumeProvider.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
CpuProfilePermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
DataCenterQoS.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
ClusterPermission.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageConnection.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
HostHostNICNetworkAttachment.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomainTemplate.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VnicProfile.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
VMHostDevice.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
SchedulingPolicyBalance.delete(Boolean async,
String correlationId)
Deletes object.
|
Response |
StorageDomain.delete(StorageDomain storagedomain)
Deletes object.
|
Response |
StorageDomain.delete(StorageDomain storagedomain,
Boolean async)
Deletes object.
|
Response |
StorageDomain.delete(StorageDomain storagedomain,
Boolean async,
String correlationId)
Deletes object.
|
Action |
VM.detach(Action action)
Performs detach action.
|
Action |
HostNIC.detach(Action action)
Performs detach action.
|
Action |
VM.detach(Action action,
String correlationId)
Performs detach action.
|
Action |
HostNIC.detach(Action action,
String correlationId)
Performs detach action.
|
Action |
VM.detach(Action action,
String correlationId,
Boolean async)
Performs detach action.
|
Action |
HostNIC.detach(Action action,
String correlationId,
Boolean async)
Performs detach action.
|
Action |
DataCenterClusterGlusterHook.disable(Action action)
Performs disable action.
|
Action |
ClusterGlusterHook.disable(Action action)
Performs disable action.
|
Action |
DataCenterClusterGlusterHook.disable(Action action,
Boolean async)
Performs disable action.
|
Action |
ClusterGlusterHook.disable(Action action,
String correlationId)
Performs disable action.
|
Action |
ClusterGlusterHook.disable(Action action,
String correlationId,
Boolean async)
Performs disable action.
|
Action |
DataCenterClusterGlusterHook.enable(Action action)
Performs enable action.
|
Action |
ClusterGlusterHook.enable(Action action)
Performs enable action.
|
Action |
DataCenterClusterGlusterHook.enable(Action action,
Boolean async)
Performs enable action.
|
Action |
ClusterGlusterHook.enable(Action action,
String correlationId)
Performs enable action.
|
Action |
ClusterGlusterHook.enable(Action action,
String correlationId,
Boolean async)
Performs enable action.
|
Action |
JobStep.end(Action action)
Performs end action.
|
Action |
Job.end(Action action)
Performs end action.
|
Action |
JobStep.end(Action action,
String correlationId)
Performs end action.
|
Action |
Job.end(Action action,
String correlationId)
Performs end action.
|
Action |
JobStep.end(Action action,
String correlationId,
Boolean async)
Performs end action.
|
Action |
Job.end(Action action,
String correlationId,
Boolean async)
Performs end action.
|
Action |
Host.enrollcertificate(Action action)
Performs enrollcertificate action.
|
Action |
Host.enrollcertificate(Action action,
Boolean async)
Performs enrollcertificate action.
|
Action |
Host.enrollcertificate(Action action,
Boolean async,
String correlationId)
Performs enrollcertificate action.
|
Action |
TemplateDisk.exportDisk(Action action)
Performs exportDisk action.
|
Action |
DataCenterStorageDomainDisk.exportDisk(Action action)
Performs exportDisk action.
|
Action |
StorageDomainDisk.exportDisk(Action action)
Performs exportDisk action.
|
Action |
VMDisk.exportDisk(Action action)
Performs exportDisk action.
|
Action |
Disk.exportDisk(Action action)
Performs exportDisk action.
|
Action |
TemplateDisk.exportDisk(Action action,
String correlationId)
Performs exportDisk action.
|
Action |
DataCenterStorageDomainDisk.exportDisk(Action action,
String correlationId)
Performs exportDisk action.
|
Action |
StorageDomainDisk.exportDisk(Action action,
String correlationId)
Performs exportDisk action.
|
Action |
VMDisk.exportDisk(Action action,
String correlationId)
Performs exportDisk action.
|
Action |
Disk.exportDisk(Action action,
String correlationId)
Performs exportDisk action.
|
Action |
TemplateDisk.exportDisk(Action action,
String correlationId,
Boolean async)
Performs exportDisk action.
|
Action |
DataCenterStorageDomainDisk.exportDisk(Action action,
String correlationId,
Boolean async)
Performs exportDisk action.
|
Action |
StorageDomainDisk.exportDisk(Action action,
String correlationId,
Boolean async)
Performs exportDisk action.
|
Action |
VMDisk.exportDisk(Action action,
String correlationId,
Boolean async)
Performs exportDisk action.
|
Action |
Disk.exportDisk(Action action,
String correlationId,
Boolean async)
Performs exportDisk action.
|
Action |
Template.exportTemplate(Action action)
Performs exportTemplate action.
|
Action |
Template.exportTemplate(Action action,
String correlationId)
Performs exportTemplate action.
|
Action |
Template.exportTemplate(Action action,
String correlationId,
Boolean async)
Performs exportTemplate action.
|
Action |
VM.exportVm(Action action)
Performs exportVm action.
|
Action |
VM.exportVm(Action action,
String correlationId)
Performs exportVm action.
|
Action |
VM.exportVm(Action action,
String correlationId,
Boolean async)
Performs exportVm action.
|
Action |
Host.fence(Action action)
Performs fence action.
|
Action |
Host.fence(Action action,
String correlationId)
Performs fence action.
|
Action |
Host.fence(Action action,
String correlationId,
Boolean async)
Performs fence action.
|
Action |
Host.forceselectspm(Action action)
Performs forceselectspm action.
|
Action |
Host.forceselectspm(Action action,
String correlationId)
Performs forceselectspm action.
|
Action |
Host.forceselectspm(Action action,
String correlationId,
Boolean async)
Performs forceselectspm action.
|
Action |
VM.freezefilesystems(Action action)
Performs freezefilesystems action.
|
Action |
VM.freezefilesystems(Action action,
Boolean async)
Performs freezefilesystems action.
|
Action |
VM.freezefilesystems(Action action,
Boolean async,
String correlationId)
Performs freezefilesystems action.
|
SchedulingPolicyBalance |
SchedulingPolicyBalances.get(UUID id)
Fetches SchedulingPolicyBalance object by id.
|
DataCenterClusterPermission |
DataCenterClusterPermissions.get(UUID id)
Fetches DataCenterClusterPermission object by id.
|
Bookmark |
Bookmarks.get(UUID id)
Fetches Bookmark object by id.
|
InstanceType |
InstanceTypes.get(UUID id)
Fetches InstanceType object by id.
|
ClusterGlusterHook |
ClusterGlusterHooks.get(UUID id)
Fetches ClusterGlusterHook object by id.
|
HostNetworkAttachment |
HostNetworkAttachments.get(UUID id)
Fetches HostNetworkAttachment object by id.
|
GroupRole |
GroupRoles.get(UUID id)
Fetches GroupRole object by id.
|
DataCenterStorageDomainDiskPermission |
DataCenterStorageDomainDiskPermissions.get(UUID id)
Fetches DataCenterStorageDomainDiskPermission object by id.
|
DataCenterIscsiBondStorageConnection |
DataCenterIscsiBondStorageConnections.get(UUID id)
Fetches DataCenterIscsiBondStorageConnection object by id.
|
VMStatistic |
VMStatistics.get(UUID id)
Fetches VMStatistic object by id.
|
NetworkPermission |
NetworkPermissions.get(UUID id)
Fetches NetworkPermission object by id.
|
ClusterAffinityGroupVM |
ClusterAffinityGroupVMs.get(UUID id)
Fetches ClusterAffinityGroupVM object by id.
|
ExternalHostProviderExternalComputeResource |
ExternalHostProviderExternalComputeResources.get(UUID id)
Fetches ExternalHostProviderExternalComputeResource object by id.
|
StorageDomainVMDisk |
StorageDomainVMDisks.get(UUID id)
Fetches StorageDomainVMDisk object by id.
|
VMSnapshotCdRom |
VMSnapshotCdRoms.get(UUID id)
Fetches VMSnapshotCdRom object by id.
|
DataCenterIscsiBondNetworkLabel |
DataCenterIscsiBondNetworkLabels.get(UUID id)
Fetches DataCenterIscsiBondNetworkLabel object by id.
|
StorageDomain |
StorageDomains.get(UUID id)
Fetches StorageDomain object by id.
|
TemplatePermission |
TemplatePermissions.get(UUID id)
Fetches TemplatePermission object by id.
|
StorageDomainDisk |
StorageDomainDisks.get(UUID id)
Fetches StorageDomainDisk object by id.
|
VnicProfilePermission |
VnicProfilePermissions.get(UUID id)
Fetches VnicProfilePermission object by id.
|
Group |
Groups.get(UUID id)
Fetches Group object by id.
|
VmPoolPermission |
VmPoolPermissions.get(UUID id)
Fetches VmPoolPermission object by id.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.get(UUID id)
Fetches OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object by id.
|
DataCenterNetwork |
DataCenterNetworks.get(UUID id)
Fetches DataCenterNetwork object by id.
|
DiskPermission |
DiskPermissions.get(UUID id)
Fetches DiskPermission object by id.
|
NetworkVnicProfile |
NetworkVnicProfiles.get(UUID id)
Fetches NetworkVnicProfile object by id.
|
DataCenterIscsiBondNetworkVnicProfile |
DataCenterIscsiBondNetworkVnicProfiles.get(UUID id)
Fetches DataCenterIscsiBondNetworkVnicProfile object by id.
|
TemplateNIC |
TemplateNICs.get(UUID id)
Fetches TemplateNIC object by id.
|
Permission |
Permissions.get(UUID id)
Fetches Permission object by id.
|
OpenStackNetworkProvider |
OpenStackNetworkProviders.get(UUID id)
Fetches OpenStackNetworkProvider object by id.
|
Role |
Roles.get(UUID id)
Fetches Role object by id.
|
VMHostDevice |
VMHostDevices.get(UUID id)
Fetches VMHostDevice object by id.
|
TemplateCdRom |
TemplateCdRoms.get(UUID id)
Fetches TemplateCdRom object by id.
|
VMApplication |
VMApplications.get(UUID id)
Fetches VMApplication object by id.
|
InstanceTypeGraphicsConsole |
InstanceTypeGraphicsConsoles.get(UUID id)
Fetches InstanceTypeGraphicsConsole object by id.
|
HostStorageConnectionExtension |
HostStorageConnectionExtensions.get(UUID id)
Fetches HostStorageConnectionExtension object by id.
|
ExternalHostProviderExternalHost |
ExternalHostProviderExternalHosts.get(UUID id)
Fetches ExternalHostProviderExternalHost object by id.
|
InstanceTypeNIC |
InstanceTypeNICs.get(UUID id)
Fetches InstanceTypeNIC object by id.
|
VmPool |
VmPools.get(UUID id)
Fetches VmPool object by id.
|
HostHook |
HostHooks.get(UUID id)
Fetches HostHook object by id.
|
VMSnapshotDisk |
VMSnapshotDisks.get(UUID id)
Fetches VMSnapshotDisk object by id.
|
DataCenter |
DataCenters.get(UUID id)
Fetches DataCenter object by id.
|
StorageDomainDiskPermission |
StorageDomainDiskPermissions.get(UUID id)
Fetches StorageDomainDiskPermission object by id.
|
VM |
VMs.get(UUID id)
Fetches VM object by id.
|
Cluster |
Clusters.get(UUID id)
Fetches Cluster object by id.
|
VersionCaps |
Capabilities.get(UUID id)
Fetches VersionCaps object by id.
|
VMSnapshot |
VMSnapshots.get(UUID id)
Fetches VMSnapshot object by id.
|
VMNICStatistic |
VMNICStatistics.get(UUID id)
Fetches VMNICStatistic object by id.
|
VMDiskStatistic |
VMDiskStatistics.get(UUID id)
Fetches VMDiskStatistic object by id.
|
HostKatelloErratum |
HostKatelloErrata.get(UUID id)
Fetches HostKatelloErratum object by id.
|
ClusterPermission |
ClusterPermissions.get(UUID id)
Fetches ClusterPermission object by id.
|
VMVirtualNumaNode |
VMVirtualNumaNodes.get(UUID id)
Fetches VMVirtualNumaNode object by id.
|
OpenStackVolumeProviderOpenStackVolumeType |
OpenStackVolumeProviderOpenStackVolumeTypes.get(UUID id)
Fetches OpenStackVolumeProviderOpenStackVolumeType object by id.
|
DataCenterQuotaQuotaClusterLimit |
DataCenterQuotaQuotaClusterLimits.get(UUID id)
Fetches DataCenterQuotaQuotaClusterLimit object by id.
|
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnets.get(UUID id)
Fetches OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet object by id.
|
DataCenterNetworkLabel |
DataCenterNetworkLabels.get(UUID id)
Fetches DataCenterNetworkLabel object by id.
|
JobStep |
JobSteps.get(UUID id)
Fetches JobStep object by id.
|
GroupTag |
GroupTags.get(UUID id)
Fetches GroupTag object by id.
|
ClusterGlusterVolume |
ClusterGlusterVolumes.get(UUID id)
Fetches ClusterGlusterVolume object by id.
|
InstanceTypeWatchDog |
InstanceTypeWatchDogs.get(UUID id)
Fetches InstanceTypeWatchDog object by id.
|
DataCenterStorageDomainDisk |
DataCenterStorageDomainDisks.get(UUID id)
Fetches DataCenterStorageDomainDisk object by id.
|
VMSession |
VMSessions.get(UUID id)
Fetches VMSession object by id.
|
Job |
Jobs.get(UUID id)
Fetches Job object by id.
|
OpenStackVolumeProviderCertificate |
OpenStackVolumeProviderCertificates.get(UUID id)
Fetches OpenStackVolumeProviderCertificate object by id.
|
TemplateGraphicsConsole |
TemplateGraphicsConsoles.get(UUID id)
Fetches TemplateGraphicsConsole object by id.
|
OpenStackNetworkProviderOpenStackNetwork |
OpenStackNetworkProviderOpenStackNetworks.get(UUID id)
Fetches OpenStackNetworkProviderOpenStackNetwork object by id.
|
UserTag |
UserTags.get(UUID id)
Fetches UserTag object by id.
|
HostUnmanagedNetwork |
HostUnmanagedNetworks.get(UUID id)
Fetches HostUnmanagedNetwork object by id.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachments.get(UUID id)
Fetches HostHostNICNetworkAttachment object by id.
|
HostPermission |
HostPermissions.get(UUID id)
Fetches HostPermission object by id.
|
DataCenterClusterAffinityGroupVM |
DataCenterClusterAffinityGroupVMs.get(UUID id)
Fetches DataCenterClusterAffinityGroupVM object by id.
|
GroupRolePermit |
GroupRolePermits.get(UUID id)
Fetches GroupRolePermit object by id.
|
NetworkVnicProfilePermission |
NetworkVnicProfilePermissions.get(UUID id)
Fetches NetworkVnicProfilePermission object by id.
|
HostStatistic |
HostStatistics.get(UUID id)
Fetches HostStatistic object by id.
|
Network |
Networks.get(UUID id)
Fetches Network object by id.
|
VMNICReportedDevice |
VMNICReportedDevices.get(UUID id)
Fetches VMNICReportedDevice object by id.
|
Host |
Hosts.get(UUID id)
Fetches Host object by id.
|
StorageDomainFile |
StorageDomainFiles.get(UUID id)
Fetches StorageDomainFile object by id.
|
HostStorage |
HostStorages.get(UUID id)
Fetches HostStorage object by id.
|
ClusterAffinityGroup |
ClusterAffinityGroups.get(UUID id)
Fetches ClusterAffinityGroup object by id.
|
DiskProfile |
DiskProfiles.get(UUID id)
Fetches DiskProfile object by id.
|
JobStepStatistic |
JobStepStatistics.get(UUID id)
Fetches JobStepStatistic object by id.
|
Icon |
Icons.get(UUID id)
Fetches Icon object by id.
|
OperatingSystemInfo |
OperatingSystemInfos.get(UUID id)
Fetches OperatingSystemInfo object by id.
|
DataCenterNetworkVnicProfile |
DataCenterNetworkVnicProfiles.get(UUID id)
Fetches DataCenterNetworkVnicProfile object by id.
|
DataCenterQoS |
DataCenterQoSs.get(UUID id)
Fetches DataCenterQoS object by id.
|
HostNumaNodeStatistic |
HostNumaNodeStatistics.get(UUID id)
Fetches HostNumaNodeStatistic object by id.
|
VMNIC |
VMNICs.get(UUID id)
Fetches VMNIC object by id.
|
DomainGroup |
DomainGroups.get(UUID id)
Fetches DomainGroup object by id.
|
ClusterGlusterVolumeGlusterBrickStatistic |
ClusterGlusterVolumeGlusterBrickStatistics.get(UUID id)
Fetches ClusterGlusterVolumeGlusterBrickStatistic object by id.
|
DataCenterNetworkVnicProfilePermission |
DataCenterNetworkVnicProfilePermissions.get(UUID id)
Fetches DataCenterNetworkVnicProfilePermission object by id.
|
DataCenterIscsiBond |
DataCenterIscsiBonds.get(UUID id)
Fetches DataCenterIscsiBond object by id.
|
DataCenterClusterGlusterVolumeStatistic |
DataCenterClusterGlusterVolumeStatistics.get(UUID id)
Fetches DataCenterClusterGlusterVolumeStatistic object by id.
|
Disk |
Disks.get(UUID id)
Fetches Disk object by id.
|
UserSSHPublicKey |
UserSSHPublicKeys.get(UUID id)
Fetches UserSSHPublicKey object by id.
|
HostHostNICLabel |
HostHostNICLabels.get(UUID id)
Fetches HostHostNICLabel object by id.
|
ExternalHostProvider |
ExternalHostProviders.get(UUID id)
Fetches ExternalHostProvider object by id.
|
VMKatelloErratum |
VMKatelloErrata.get(UUID id)
Fetches VMKatelloErratum object by id.
|
Tag |
Tags.get(UUID id)
Fetches Tag object by id.
|
MacPool |
MacPools.get(UUID id)
Fetches MacPool object by id.
|
HostNICLabel |
HostNICLabels.get(UUID id)
Fetches HostNICLabel object by id.
|
DataCenterClusterGlusterVolumeGlusterBrickStatistic |
DataCenterClusterGlusterVolumeGlusterBrickStatistics.get(UUID id)
Fetches DataCenterClusterGlusterVolumeGlusterBrickStatistic object by id.
|
StorageDomainVM |
StorageDomainVMs.get(UUID id)
Fetches StorageDomainVM object by id.
|
StorageDomainDiskSnapshot |
StorageDomainDiskSnapshots.get(UUID id)
Fetches StorageDomainDiskSnapshot object by id.
|
DataCenterClusterAffinityGroup |
DataCenterClusterAffinityGroups.get(UUID id)
Fetches DataCenterClusterAffinityGroup object by id.
|
StorageConnection |
StorageConnections.get(UUID id)
Fetches StorageConnection object by id.
|
SchedulingPolicyUnit |
SchedulingPolicyUnits.get(UUID id)
Fetches SchedulingPolicyUnit object by id.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetworks.get(UUID id)
Fetches DataCenterIscsiBondNetwork object by id.
|
VMCdRom |
VMCdRoms.get(UUID id)
Fetches VMCdRom object by id.
|
StorageDomainDiskProfile |
StorageDomainDiskProfiles.get(UUID id)
Fetches StorageDomainDiskProfile object by id.
|
ClusterGlusterVolumeGlusterBrick |
ClusterGlusterVolumeGlusterBricks.get(UUID id)
Fetches ClusterGlusterVolumeGlusterBrick object by id.
|
OpenStackNetworkProviderCertificate |
OpenStackNetworkProviderCertificates.get(UUID id)
Fetches OpenStackNetworkProviderCertificate object by id.
|
DataCenterStorageDomain |
DataCenterStorageDomains.get(UUID id)
Fetches DataCenterStorageDomain object by id.
|
StorageDomainImage |
StorageDomainImages.get(UUID id)
Fetches StorageDomainImage object by id.
|
DataCenterQuotaQuotaStorageLimit |
DataCenterQuotaQuotaStorageLimits.get(UUID id)
Fetches DataCenterQuotaQuotaStorageLimit object by id.
|
StorageDomainStorageConnection |
StorageDomainStorageConnections.get(UUID id)
Fetches StorageDomainStorageConnection object by id.
|
DataCenterPermission |
DataCenterPermissions.get(UUID id)
Fetches DataCenterPermission object by id.
|
ExternalHostProviderExternalDiscoveredHost |
ExternalHostProviderExternalDiscoveredHosts.get(UUID id)
Fetches ExternalHostProviderExternalDiscoveredHost object by id.
|
DataCenterQuota |
DataCenterQuotas.get(UUID id)
Fetches DataCenterQuota object by id.
|
CpuProfile |
CpuProfiles.get(UUID id)
Fetches CpuProfile object by id.
|
StorageDomainDiskStatistic |
StorageDomainDiskStatistics.get(UUID id)
Fetches StorageDomainDiskStatistic object by id.
|
VMDisk |
VMDisks.get(UUID id)
Fetches VMDisk object by id.
|
VMWatchDog |
VMWatchDogs.get(UUID id)
Fetches VMWatchDog object by id.
|
RolePermit |
RolePermits.get(UUID id)
Fetches RolePermit object by id.
|
VMSnapshotNIC |
VMSnapshotNics.get(UUID id)
Fetches VMSnapshotNIC object by id.
|
NetworkLabel |
NetworkLabels.get(UUID id)
Fetches NetworkLabel object by id.
|
DataCenterIscsiBondNetworkVnicProfilePermission |
DataCenterIscsiBondNetworkVnicProfilePermissions.get(UUID id)
Fetches DataCenterIscsiBondNetworkVnicProfilePermission object by id.
|
ClusterNetwork |
ClusterNetworks.get(UUID id)
Fetches ClusterNetwork object by id.
|
DiskStatistic |
DiskStatistics.get(UUID id)
Fetches DiskStatistic object by id.
|
DataCenterNetworkPermission |
DataCenterNetworkPermissions.get(UUID id)
Fetches DataCenterNetworkPermission object by id.
|
DomainUser |
DomainUsers.get(UUID id)
Fetches DomainUser object by id.
|
TemplateDisk |
TemplateDisks.get(UUID id)
Fetches TemplateDisk object by id.
|
UserPermission |
UserPermissions.get(UUID id)
Fetches UserPermission object by id.
|
CpuProfilePermission |
CpuProfilePermissions.get(UUID id)
Fetches CpuProfilePermission object by id.
|
DataCenterClusterGlusterVolume |
DataCenterClusterGlusterVolumes.get(UUID id)
Fetches DataCenterClusterGlusterVolume object by id.
|
HostAgent |
HostAgents.get(UUID id)
Fetches HostAgent object by id.
|
OpenStackVolumeProvider |
OpenStackVolumeProviders.get(UUID id)
Fetches OpenStackVolumeProvider object by id.
|
UserRole |
UserRoles.get(UUID id)
Fetches UserRole object by id.
|
DataCenterIscsiBondNetworkPermission |
DataCenterIscsiBondNetworkPermissions.get(UUID id)
Fetches DataCenterIscsiBondNetworkPermission object by id.
|
ClusterGlusterVolumeStatistic |
ClusterGlusterVolumeStatistics.get(UUID id)
Fetches ClusterGlusterVolumeStatistic object by id.
|
GroupPermission |
GroupPermissions.get(UUID id)
Fetches GroupPermission object by id.
|
HostHostNICNetwork |
HostHostNICNetworks.get(UUID id)
Fetches HostHostNICNetwork object by id.
|
StorageDomainTemplate |
StorageDomainTemplates.get(UUID id)
Fetches StorageDomainTemplate object by id.
|
DataCenterClusterNetwork |
DataCenterClusterNetworks.get(UUID id)
Fetches DataCenterClusterNetwork object by id.
|
VMPermission |
VMPermissions.get(UUID id)
Fetches VMPermission object by id.
|
OpenStackImageProviderCertificate |
OpenStackImageProviderCertificates.get(UUID id)
Fetches OpenStackImageProviderCertificate object by id.
|
SchedulingPolicyFilter |
SchedulingPolicyFilters.get(UUID id)
Fetches SchedulingPolicyFilter object by id.
|
DiskProfilePermission |
DiskProfilePermissions.get(UUID id)
Fetches DiskProfilePermission object by id.
|
ExternalHostProviderExternalHostGroup |
ExternalHostProviderExternalHostGroups.get(UUID id)
Fetches ExternalHostProviderExternalHostGroup object by id.
|
VMDiskPermission |
VMDiskPermissions.get(UUID id)
Fetches VMDiskPermission object by id.
|
VnicProfile |
VnicProfiles.get(UUID id)
Fetches VnicProfile object by id.
|
VMReportedDevice |
VMReportedDevices.get(UUID id)
Fetches VMReportedDevice object by id.
|
HostTag |
HostTags.get(UUID id)
Fetches HostTag object by id.
|
HostHostDevice |
HostHostDevices.get(UUID id)
Fetches HostHostDevice object by id.
|
DataCenterClusterGlusterVolumeGlusterBrick |
DataCenterClusterGlusterVolumeGlusterBricks.get(UUID id)
Fetches DataCenterClusterGlusterVolumeGlusterBrick object by id.
|
VMTag |
VMTags.get(UUID id)
Fetches VMTag object by id.
|
HostNIC |
HostNICs.get(UUID id)
Fetches HostNIC object by id.
|
HostNumaNode |
HostNumaNodes.get(UUID id)
Fetches HostNumaNode object by id.
|
DataCenterClusterGlusterHook |
DataCenterClusterGlusterHooks.get(UUID id)
Fetches DataCenterClusterGlusterHook object by id.
|
DataCenterQuotaPermission |
DataCenterQuotaPermissions.get(UUID id)
Fetches DataCenterQuotaPermission object by id.
|
ExternalHostProviderCertificate |
ExternalHostProviderCertificates.get(UUID id)
Fetches ExternalHostProviderCertificate object by id.
|
KatelloErratum |
KatelloErrata.get(UUID id)
Fetches KatelloErratum object by id.
|
Event |
Events.get(UUID id)
Fetches Event object by id.
|
SchedulingPolicyWeight |
SchedulingPolicyWeights.get(UUID id)
Fetches SchedulingPolicyWeight object by id.
|
Template |
Templates.get(UUID id)
Fetches Template object by id.
|
OpenStackImageProviderOpenStackImage |
OpenStackImageProviderOpenStackImages.get(UUID id)
Fetches OpenStackImageProviderOpenStackImage object by id.
|
User |
Users.get(UUID id)
Fetches User object by id.
|
SchedulingPolicy |
SchedulingPolicies.get(UUID id)
Fetches SchedulingPolicy object by id.
|
UserRolePermit |
UserRolePermits.get(UUID id)
Fetches UserRolePermit object by id.
|
TemplateTag |
TemplateTags.get(UUID id)
Fetches TemplateTag object by id.
|
StorageDomainTemplateDisk |
StorageDomainTemplateDisks.get(UUID id)
Fetches StorageDomainTemplateDisk object by id.
|
TemplateWatchDog |
TemplateWatchDogs.get(UUID id)
Fetches TemplateWatchDog object by id.
|
DataCenterCluster |
DataCenterClusters.get(UUID id)
Fetches DataCenterCluster object by id.
|
DataCenterStorageDomainDiskStatistic |
DataCenterStorageDomainDiskStatistics.get(UUID id)
Fetches DataCenterStorageDomainDiskStatistic object by id.
|
ClusterCpuProfile |
ClusterCpuProfiles.get(UUID id)
Fetches ClusterCpuProfile object by id.
|
HostNICStatistic |
HostNICStatistics.get(UUID id)
Fetches HostNICStatistic object by id.
|
OpenStackImageProvider |
OpenStackImageProviders.get(UUID id)
Fetches OpenStackImageProvider object by id.
|
VMGraphicsConsole |
VMGraphicsConsoles.get(UUID id)
Fetches VMGraphicsConsole object by id.
|
StorageDomainPermission |
StorageDomainPermissions.get(UUID id)
Fetches StorageDomainPermission object by id.
|
Domain |
Domains.get(UUID id)
Fetches Domain object by id.
|
DataCenterClusterCpuProfile |
DataCenterClusterCpuProfiles.get(UUID id)
Fetches DataCenterClusterCpuProfile object by id.
|
SchedulingPolicyBalance |
SchedulingPolicyBalances.getById(String id)
Fetches SchedulingPolicyBalance object by id.
|
DataCenterClusterPermission |
DataCenterClusterPermissions.getById(String id)
Fetches DataCenterClusterPermission object by id.
|
Bookmark |
Bookmarks.getById(String id)
Fetches Bookmark object by id.
|
InstanceType |
InstanceTypes.getById(String id)
Fetches InstanceType object by id.
|
ClusterGlusterHook |
ClusterGlusterHooks.getById(String id)
Fetches ClusterGlusterHook object by id.
|
HostNetworkAttachment |
HostNetworkAttachments.getById(String id)
Fetches HostNetworkAttachment object by id.
|
GroupRole |
GroupRoles.getById(String id)
Fetches GroupRole object by id.
|
DataCenterStorageDomainDiskPermission |
DataCenterStorageDomainDiskPermissions.getById(String id)
Fetches DataCenterStorageDomainDiskPermission object by id.
|
DataCenterIscsiBondStorageConnection |
DataCenterIscsiBondStorageConnections.getById(String id)
Fetches DataCenterIscsiBondStorageConnection object by id.
|
VMStatistic |
VMStatistics.getById(String id)
Fetches VMStatistic object by id.
|
NetworkPermission |
NetworkPermissions.getById(String id)
Fetches NetworkPermission object by id.
|
ClusterAffinityGroupVM |
ClusterAffinityGroupVMs.getById(String id)
Fetches ClusterAffinityGroupVM object by id.
|
ExternalHostProviderExternalComputeResource |
ExternalHostProviderExternalComputeResources.getById(String id)
Fetches ExternalHostProviderExternalComputeResource object by id.
|
StorageDomainVMDisk |
StorageDomainVMDisks.getById(String id)
Fetches StorageDomainVMDisk object by id.
|
VMSnapshotCdRom |
VMSnapshotCdRoms.getById(String id)
Fetches VMSnapshotCdRom object by id.
|
DataCenterIscsiBondNetworkLabel |
DataCenterIscsiBondNetworkLabels.getById(String id)
Fetches DataCenterIscsiBondNetworkLabel object by id.
|
StorageDomain |
StorageDomains.getById(String id)
Fetches StorageDomain object by id.
|
TemplatePermission |
TemplatePermissions.getById(String id)
Fetches TemplatePermission object by id.
|
StorageDomainDisk |
StorageDomainDisks.getById(String id)
Fetches StorageDomainDisk object by id.
|
VnicProfilePermission |
VnicProfilePermissions.getById(String id)
Fetches VnicProfilePermission object by id.
|
Group |
Groups.getById(String id)
Fetches Group object by id.
|
VmPoolPermission |
VmPoolPermissions.getById(String id)
Fetches VmPoolPermission object by id.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.getById(String id)
Fetches OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object by id.
|
DataCenterNetwork |
DataCenterNetworks.getById(String id)
Fetches DataCenterNetwork object by id.
|
DiskPermission |
DiskPermissions.getById(String id)
Fetches DiskPermission object by id.
|
NetworkVnicProfile |
NetworkVnicProfiles.getById(String id)
Fetches NetworkVnicProfile object by id.
|
DataCenterIscsiBondNetworkVnicProfile |
DataCenterIscsiBondNetworkVnicProfiles.getById(String id)
Fetches DataCenterIscsiBondNetworkVnicProfile object by id.
|
TemplateNIC |
TemplateNICs.getById(String id)
Fetches TemplateNIC object by id.
|
Permission |
Permissions.getById(String id)
Fetches Permission object by id.
|
OpenStackNetworkProvider |
OpenStackNetworkProviders.getById(String id)
Fetches OpenStackNetworkProvider object by id.
|
Role |
Roles.getById(String id)
Fetches Role object by id.
|
VMHostDevice |
VMHostDevices.getById(String id)
Fetches VMHostDevice object by id.
|
TemplateCdRom |
TemplateCdRoms.getById(String id)
Fetches TemplateCdRom object by id.
|
VMApplication |
VMApplications.getById(String id)
Fetches VMApplication object by id.
|
InstanceTypeGraphicsConsole |
InstanceTypeGraphicsConsoles.getById(String id)
Fetches InstanceTypeGraphicsConsole object by id.
|
HostStorageConnectionExtension |
HostStorageConnectionExtensions.getById(String id)
Fetches HostStorageConnectionExtension object by id.
|
ExternalHostProviderExternalHost |
ExternalHostProviderExternalHosts.getById(String id)
Fetches ExternalHostProviderExternalHost object by id.
|
InstanceTypeNIC |
InstanceTypeNICs.getById(String id)
Fetches InstanceTypeNIC object by id.
|
VmPool |
VmPools.getById(String id)
Fetches VmPool object by id.
|
HostHook |
HostHooks.getById(String id)
Fetches HostHook object by id.
|
VMSnapshotDisk |
VMSnapshotDisks.getById(String id)
Fetches VMSnapshotDisk object by id.
|
DataCenter |
DataCenters.getById(String id)
Fetches DataCenter object by id.
|
StorageDomainDiskPermission |
StorageDomainDiskPermissions.getById(String id)
Fetches StorageDomainDiskPermission object by id.
|
VM |
VMs.getById(String id)
Fetches VM object by id.
|
Cluster |
Clusters.getById(String id)
Fetches Cluster object by id.
|
VersionCaps |
Capabilities.getById(String id)
Fetches VersionCaps object by id.
|
VMSnapshot |
VMSnapshots.getById(String id)
Fetches VMSnapshot object by id.
|
VMNICStatistic |
VMNICStatistics.getById(String id)
Fetches VMNICStatistic object by id.
|
VMDiskStatistic |
VMDiskStatistics.getById(String id)
Fetches VMDiskStatistic object by id.
|
HostKatelloErratum |
HostKatelloErrata.getById(String id)
Fetches HostKatelloErratum object by id.
|
ClusterPermission |
ClusterPermissions.getById(String id)
Fetches ClusterPermission object by id.
|
VMVirtualNumaNode |
VMVirtualNumaNodes.getById(String id)
Fetches VMVirtualNumaNode object by id.
|
OpenStackVolumeProviderOpenStackVolumeType |
OpenStackVolumeProviderOpenStackVolumeTypes.getById(String id)
Fetches OpenStackVolumeProviderOpenStackVolumeType object by id.
|
DataCenterQuotaQuotaClusterLimit |
DataCenterQuotaQuotaClusterLimits.getById(String id)
Fetches DataCenterQuotaQuotaClusterLimit object by id.
|
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnets.getById(String id)
Fetches OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet object by id.
|
DataCenterNetworkLabel |
DataCenterNetworkLabels.getById(String id)
Fetches DataCenterNetworkLabel object by id.
|
JobStep |
JobSteps.getById(String id)
Fetches JobStep object by id.
|
GroupTag |
GroupTags.getById(String id)
Fetches GroupTag object by id.
|
ClusterGlusterVolume |
ClusterGlusterVolumes.getById(String id)
Fetches ClusterGlusterVolume object by id.
|
InstanceTypeWatchDog |
InstanceTypeWatchDogs.getById(String id)
Fetches InstanceTypeWatchDog object by id.
|
DataCenterStorageDomainDisk |
DataCenterStorageDomainDisks.getById(String id)
Fetches DataCenterStorageDomainDisk object by id.
|
VMSession |
VMSessions.getById(String id)
Fetches VMSession object by id.
|
Job |
Jobs.getById(String id)
Fetches Job object by id.
|
OpenStackVolumeProviderCertificate |
OpenStackVolumeProviderCertificates.getById(String id)
Fetches OpenStackVolumeProviderCertificate object by id.
|
TemplateGraphicsConsole |
TemplateGraphicsConsoles.getById(String id)
Fetches TemplateGraphicsConsole object by id.
|
OpenStackNetworkProviderOpenStackNetwork |
OpenStackNetworkProviderOpenStackNetworks.getById(String id)
Fetches OpenStackNetworkProviderOpenStackNetwork object by id.
|
UserTag |
UserTags.getById(String id)
Fetches UserTag object by id.
|
HostUnmanagedNetwork |
HostUnmanagedNetworks.getById(String id)
Fetches HostUnmanagedNetwork object by id.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachments.getById(String id)
Fetches HostHostNICNetworkAttachment object by id.
|
HostPermission |
HostPermissions.getById(String id)
Fetches HostPermission object by id.
|
DataCenterClusterAffinityGroupVM |
DataCenterClusterAffinityGroupVMs.getById(String id)
Fetches DataCenterClusterAffinityGroupVM object by id.
|
GroupRolePermit |
GroupRolePermits.getById(String id)
Fetches GroupRolePermit object by id.
|
NetworkVnicProfilePermission |
NetworkVnicProfilePermissions.getById(String id)
Fetches NetworkVnicProfilePermission object by id.
|
HostStatistic |
HostStatistics.getById(String id)
Fetches HostStatistic object by id.
|
Network |
Networks.getById(String id)
Fetches Network object by id.
|
VMNICReportedDevice |
VMNICReportedDevices.getById(String id)
Fetches VMNICReportedDevice object by id.
|
Host |
Hosts.getById(String id)
Fetches Host object by id.
|
StorageDomainFile |
StorageDomainFiles.getById(String id)
Fetches StorageDomainFile object by id.
|
HostStorage |
HostStorages.getById(String id)
Fetches HostStorage object by id.
|
ClusterAffinityGroup |
ClusterAffinityGroups.getById(String id)
Fetches ClusterAffinityGroup object by id.
|
DiskProfile |
DiskProfiles.getById(String id)
Fetches DiskProfile object by id.
|
JobStepStatistic |
JobStepStatistics.getById(String id)
Fetches JobStepStatistic object by id.
|
Icon |
Icons.getById(String id)
Fetches Icon object by id.
|
OperatingSystemInfo |
OperatingSystemInfos.getById(String id)
Fetches OperatingSystemInfo object by id.
|
DataCenterNetworkVnicProfile |
DataCenterNetworkVnicProfiles.getById(String id)
Fetches DataCenterNetworkVnicProfile object by id.
|
DataCenterQoS |
DataCenterQoSs.getById(String id)
Fetches DataCenterQoS object by id.
|
HostNumaNodeStatistic |
HostNumaNodeStatistics.getById(String id)
Fetches HostNumaNodeStatistic object by id.
|
VMNIC |
VMNICs.getById(String id)
Fetches VMNIC object by id.
|
DomainGroup |
DomainGroups.getById(String id)
Fetches DomainGroup object by id.
|
ClusterGlusterVolumeGlusterBrickStatistic |
ClusterGlusterVolumeGlusterBrickStatistics.getById(String id)
Fetches ClusterGlusterVolumeGlusterBrickStatistic object by id.
|
DataCenterNetworkVnicProfilePermission |
DataCenterNetworkVnicProfilePermissions.getById(String id)
Fetches DataCenterNetworkVnicProfilePermission object by id.
|
DataCenterIscsiBond |
DataCenterIscsiBonds.getById(String id)
Fetches DataCenterIscsiBond object by id.
|
DataCenterClusterGlusterVolumeStatistic |
DataCenterClusterGlusterVolumeStatistics.getById(String id)
Fetches DataCenterClusterGlusterVolumeStatistic object by id.
|
Disk |
Disks.getById(String id)
Fetches Disk object by id.
|
UserSSHPublicKey |
UserSSHPublicKeys.getById(String id)
Fetches UserSSHPublicKey object by id.
|
HostHostNICLabel |
HostHostNICLabels.getById(String id)
Fetches HostHostNICLabel object by id.
|
ExternalHostProvider |
ExternalHostProviders.getById(String id)
Fetches ExternalHostProvider object by id.
|
VMKatelloErratum |
VMKatelloErrata.getById(String id)
Fetches VMKatelloErratum object by id.
|
Tag |
Tags.getById(String id)
Fetches Tag object by id.
|
MacPool |
MacPools.getById(String id)
Fetches MacPool object by id.
|
HostNICLabel |
HostNICLabels.getById(String id)
Fetches HostNICLabel object by id.
|
DataCenterClusterGlusterVolumeGlusterBrickStatistic |
DataCenterClusterGlusterVolumeGlusterBrickStatistics.getById(String id)
Fetches DataCenterClusterGlusterVolumeGlusterBrickStatistic object by id.
|
StorageDomainVM |
StorageDomainVMs.getById(String id)
Fetches StorageDomainVM object by id.
|
StorageDomainDiskSnapshot |
StorageDomainDiskSnapshots.getById(String id)
Fetches StorageDomainDiskSnapshot object by id.
|
DataCenterClusterAffinityGroup |
DataCenterClusterAffinityGroups.getById(String id)
Fetches DataCenterClusterAffinityGroup object by id.
|
StorageConnection |
StorageConnections.getById(String id)
Fetches StorageConnection object by id.
|
SchedulingPolicyUnit |
SchedulingPolicyUnits.getById(String id)
Fetches SchedulingPolicyUnit object by id.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetworks.getById(String id)
Fetches DataCenterIscsiBondNetwork object by id.
|
VMCdRom |
VMCdRoms.getById(String id)
Fetches VMCdRom object by id.
|
StorageDomainDiskProfile |
StorageDomainDiskProfiles.getById(String id)
Fetches StorageDomainDiskProfile object by id.
|
ClusterGlusterVolumeGlusterBrick |
ClusterGlusterVolumeGlusterBricks.getById(String id)
Fetches ClusterGlusterVolumeGlusterBrick object by id.
|
OpenStackNetworkProviderCertificate |
OpenStackNetworkProviderCertificates.getById(String id)
Fetches OpenStackNetworkProviderCertificate object by id.
|
DataCenterStorageDomain |
DataCenterStorageDomains.getById(String id)
Fetches DataCenterStorageDomain object by id.
|
StorageDomainImage |
StorageDomainImages.getById(String id)
Fetches StorageDomainImage object by id.
|
DataCenterQuotaQuotaStorageLimit |
DataCenterQuotaQuotaStorageLimits.getById(String id)
Fetches DataCenterQuotaQuotaStorageLimit object by id.
|
StorageDomainStorageConnection |
StorageDomainStorageConnections.getById(String id)
Fetches StorageDomainStorageConnection object by id.
|
DataCenterPermission |
DataCenterPermissions.getById(String id)
Fetches DataCenterPermission object by id.
|
ExternalHostProviderExternalDiscoveredHost |
ExternalHostProviderExternalDiscoveredHosts.getById(String id)
Fetches ExternalHostProviderExternalDiscoveredHost object by id.
|
DataCenterQuota |
DataCenterQuotas.getById(String id)
Fetches DataCenterQuota object by id.
|
CpuProfile |
CpuProfiles.getById(String id)
Fetches CpuProfile object by id.
|
StorageDomainDiskStatistic |
StorageDomainDiskStatistics.getById(String id)
Fetches StorageDomainDiskStatistic object by id.
|
VMDisk |
VMDisks.getById(String id)
Fetches VMDisk object by id.
|
VMWatchDog |
VMWatchDogs.getById(String id)
Fetches VMWatchDog object by id.
|
RolePermit |
RolePermits.getById(String id)
Fetches RolePermit object by id.
|
VMSnapshotNIC |
VMSnapshotNics.getById(String id)
Fetches VMSnapshotNIC object by id.
|
NetworkLabel |
NetworkLabels.getById(String id)
Fetches NetworkLabel object by id.
|
DataCenterIscsiBondNetworkVnicProfilePermission |
DataCenterIscsiBondNetworkVnicProfilePermissions.getById(String id)
Fetches DataCenterIscsiBondNetworkVnicProfilePermission object by id.
|
ClusterNetwork |
ClusterNetworks.getById(String id)
Fetches ClusterNetwork object by id.
|
DiskStatistic |
DiskStatistics.getById(String id)
Fetches DiskStatistic object by id.
|
DataCenterNetworkPermission |
DataCenterNetworkPermissions.getById(String id)
Fetches DataCenterNetworkPermission object by id.
|
DomainUser |
DomainUsers.getById(String id)
Fetches DomainUser object by id.
|
TemplateDisk |
TemplateDisks.getById(String id)
Fetches TemplateDisk object by id.
|
UserPermission |
UserPermissions.getById(String id)
Fetches UserPermission object by id.
|
CpuProfilePermission |
CpuProfilePermissions.getById(String id)
Fetches CpuProfilePermission object by id.
|
DataCenterClusterGlusterVolume |
DataCenterClusterGlusterVolumes.getById(String id)
Fetches DataCenterClusterGlusterVolume object by id.
|
HostAgent |
HostAgents.getById(String id)
Fetches HostAgent object by id.
|
OpenStackVolumeProvider |
OpenStackVolumeProviders.getById(String id)
Fetches OpenStackVolumeProvider object by id.
|
UserRole |
UserRoles.getById(String id)
Fetches UserRole object by id.
|
DataCenterIscsiBondNetworkPermission |
DataCenterIscsiBondNetworkPermissions.getById(String id)
Fetches DataCenterIscsiBondNetworkPermission object by id.
|
ClusterGlusterVolumeStatistic |
ClusterGlusterVolumeStatistics.getById(String id)
Fetches ClusterGlusterVolumeStatistic object by id.
|
GroupPermission |
GroupPermissions.getById(String id)
Fetches GroupPermission object by id.
|
HostHostNICNetwork |
HostHostNICNetworks.getById(String id)
Fetches HostHostNICNetwork object by id.
|
StorageDomainTemplate |
StorageDomainTemplates.getById(String id)
Fetches StorageDomainTemplate object by id.
|
DataCenterClusterNetwork |
DataCenterClusterNetworks.getById(String id)
Fetches DataCenterClusterNetwork object by id.
|
VMPermission |
VMPermissions.getById(String id)
Fetches VMPermission object by id.
|
OpenStackImageProviderCertificate |
OpenStackImageProviderCertificates.getById(String id)
Fetches OpenStackImageProviderCertificate object by id.
|
SchedulingPolicyFilter |
SchedulingPolicyFilters.getById(String id)
Fetches SchedulingPolicyFilter object by id.
|
DiskProfilePermission |
DiskProfilePermissions.getById(String id)
Fetches DiskProfilePermission object by id.
|
ExternalHostProviderExternalHostGroup |
ExternalHostProviderExternalHostGroups.getById(String id)
Fetches ExternalHostProviderExternalHostGroup object by id.
|
VMDiskPermission |
VMDiskPermissions.getById(String id)
Fetches VMDiskPermission object by id.
|
VnicProfile |
VnicProfiles.getById(String id)
Fetches VnicProfile object by id.
|
VMReportedDevice |
VMReportedDevices.getById(String id)
Fetches VMReportedDevice object by id.
|
HostTag |
HostTags.getById(String id)
Fetches HostTag object by id.
|
HostHostDevice |
HostHostDevices.getById(String id)
Fetches HostHostDevice object by id.
|
DataCenterClusterGlusterVolumeGlusterBrick |
DataCenterClusterGlusterVolumeGlusterBricks.getById(String id)
Fetches DataCenterClusterGlusterVolumeGlusterBrick object by id.
|
VMTag |
VMTags.getById(String id)
Fetches VMTag object by id.
|
HostNIC |
HostNICs.getById(String id)
Fetches HostNIC object by id.
|
HostNumaNode |
HostNumaNodes.getById(String id)
Fetches HostNumaNode object by id.
|
DataCenterClusterGlusterHook |
DataCenterClusterGlusterHooks.getById(String id)
Fetches DataCenterClusterGlusterHook object by id.
|
DataCenterQuotaPermission |
DataCenterQuotaPermissions.getById(String id)
Fetches DataCenterQuotaPermission object by id.
|
ExternalHostProviderCertificate |
ExternalHostProviderCertificates.getById(String id)
Fetches ExternalHostProviderCertificate object by id.
|
KatelloErratum |
KatelloErrata.getById(String id)
Fetches KatelloErratum object by id.
|
Event |
Events.getById(String id)
Fetches Event object by id.
|
SchedulingPolicyWeight |
SchedulingPolicyWeights.getById(String id)
Fetches SchedulingPolicyWeight object by id.
|
Template |
Templates.getById(String id)
Fetches Template object by id.
|
OpenStackImageProviderOpenStackImage |
OpenStackImageProviderOpenStackImages.getById(String id)
Fetches OpenStackImageProviderOpenStackImage object by id.
|
User |
Users.getById(String id)
Fetches User object by id.
|
SchedulingPolicy |
SchedulingPolicies.getById(String id)
Fetches SchedulingPolicy object by id.
|
UserRolePermit |
UserRolePermits.getById(String id)
Fetches UserRolePermit object by id.
|
TemplateTag |
TemplateTags.getById(String id)
Fetches TemplateTag object by id.
|
StorageDomainTemplateDisk |
StorageDomainTemplateDisks.getById(String id)
Fetches StorageDomainTemplateDisk object by id.
|
TemplateWatchDog |
TemplateWatchDogs.getById(String id)
Fetches TemplateWatchDog object by id.
|
DataCenterCluster |
DataCenterClusters.getById(String id)
Fetches DataCenterCluster object by id.
|
DataCenterStorageDomainDiskStatistic |
DataCenterStorageDomainDiskStatistics.getById(String id)
Fetches DataCenterStorageDomainDiskStatistic object by id.
|
ClusterCpuProfile |
ClusterCpuProfiles.getById(String id)
Fetches ClusterCpuProfile object by id.
|
HostNICStatistic |
HostNICStatistics.getById(String id)
Fetches HostNICStatistic object by id.
|
OpenStackImageProvider |
OpenStackImageProviders.getById(String id)
Fetches OpenStackImageProvider object by id.
|
VMGraphicsConsole |
VMGraphicsConsoles.getById(String id)
Fetches VMGraphicsConsole object by id.
|
StorageDomainPermission |
StorageDomainPermissions.getById(String id)
Fetches StorageDomainPermission object by id.
|
Domain |
Domains.getById(String id)
Fetches Domain object by id.
|
DataCenterClusterCpuProfile |
DataCenterClusterCpuProfiles.getById(String id)
Fetches DataCenterClusterCpuProfile object by id.
|
Action |
OpenStackImageProvider.importcertificates(Action action)
Performs importcertificates action.
|
Action |
ExternalHostProvider.importcertificates(Action action)
Performs importcertificates action.
|
Action |
OpenStackNetworkProvider.importcertificates(Action action)
Performs importcertificates action.
|
Action |
OpenStackVolumeProvider.importcertificates(Action action)
Performs importcertificates action.
|
Action |
OpenStackImageProvider.importcertificates(Action action,
Boolean async)
Performs importcertificates action.
|
Action |
ExternalHostProvider.importcertificates(Action action,
Boolean async)
Performs importcertificates action.
|
Action |
OpenStackNetworkProvider.importcertificates(Action action,
Boolean async)
Performs importcertificates action.
|
Action |
OpenStackVolumeProvider.importcertificates(Action action,
Boolean async)
Performs importcertificates action.
|
Action |
OpenStackImageProvider.importcertificates(Action action,
Boolean async,
String correlationId)
Performs importcertificates action.
|
Action |
ExternalHostProvider.importcertificates(Action action,
Boolean async,
String correlationId)
Performs importcertificates action.
|
Action |
StorageDomainImage.importImage(Action action)
Performs importImage action.
|
Action |
OpenStackImageProviderOpenStackImage.importImage(Action action)
Performs importImage action.
|
Action |
StorageDomainImage.importImage(Action action,
Boolean async)
Performs importImage action.
|
Action |
OpenStackImageProviderOpenStackImage.importImage(Action action,
Boolean async)
Performs importImage action.
|
Action |
StorageDomainImage.importImage(Action action,
Boolean async,
String correlationId)
Performs importImage action.
|
Action |
OpenStackImageProviderOpenStackImage.importImage(Action action,
Boolean async,
String correlationId)
Performs importImage action.
|
Action |
StorageDomainTemplate.importTemplate(Action action)
Performs importTemplate action.
|
Action |
StorageDomainTemplate.importTemplate(Action action,
String correlationId)
Performs importTemplate action.
|
Action |
StorageDomainTemplate.importTemplate(Action action,
String correlationId,
Boolean async)
Performs importTemplate action.
|
Action |
StorageDomainVM.importVm(Action action)
Performs importVm action.
|
Action |
StorageDomainVM.importVm(Action action,
String correlationId)
Performs importVm action.
|
Action |
StorageDomainVM.importVm(Action action,
String correlationId,
Boolean async)
Performs importVm action.
|
Action |
Host.install(Action action)
Performs install action.
|
Action |
Host.install(Action action,
String correlationId)
Performs install action.
|
Action |
Host.install(Action action,
String correlationId,
Boolean async)
Performs install action.
|
Action |
StorageDomain.isattached(Action action)
Performs isattached action.
|
Action |
StorageDomain.isattached(Action action,
Boolean async)
Performs isattached action.
|
Action |
StorageDomain.isattached(Action action,
Boolean async,
String correlationId)
Performs isattached action.
|
Action |
Host.iscsidiscover(Action action)
Performs iscsidiscover action.
|
Action |
Host.iscsidiscover(Action action,
String correlationId)
Performs iscsidiscover action.
|
Action |
Host.iscsidiscover(Action action,
String correlationId,
Boolean async)
Performs iscsidiscover action.
|
Action |
Host.iscsilogin(Action action)
Performs iscsilogin action.
|
Action |
Host.iscsilogin(Action action,
String correlationId)
Performs iscsilogin action.
|
Action |
Host.iscsilogin(Action action,
String correlationId,
Boolean async)
Performs iscsilogin action.
|
List<SchedulingPolicyBalance> |
SchedulingPolicyBalances.list()
Lists SchedulingPolicyBalance objects.
|
List<DataCenterClusterPermission> |
DataCenterClusterPermissions.list()
Lists DataCenterClusterPermission objects.
|
List<Bookmark> |
Bookmarks.list()
Lists Bookmark objects.
|
List<InstanceType> |
InstanceTypes.list()
Lists InstanceType objects.
|
List<ClusterGlusterHook> |
ClusterGlusterHooks.list()
Lists ClusterGlusterHook objects.
|
List<HostNetworkAttachment> |
HostNetworkAttachments.list()
Lists HostNetworkAttachment objects.
|
List<GroupRole> |
GroupRoles.list()
Lists GroupRole objects.
|
List<DataCenterStorageDomainDiskPermission> |
DataCenterStorageDomainDiskPermissions.list()
Lists DataCenterStorageDomainDiskPermission objects.
|
List<DataCenterIscsiBondStorageConnection> |
DataCenterIscsiBondStorageConnections.list()
Lists DataCenterIscsiBondStorageConnection objects.
|
List<VMStatistic> |
VMStatistics.list()
Lists VMStatistic objects.
|
List<NetworkPermission> |
NetworkPermissions.list()
Lists NetworkPermission objects.
|
List<ClusterAffinityGroupVM> |
ClusterAffinityGroupVMs.list()
Lists ClusterAffinityGroupVM objects.
|
List<ExternalHostProviderExternalComputeResource> |
ExternalHostProviderExternalComputeResources.list()
Lists ExternalHostProviderExternalComputeResource objects.
|
List<StorageDomainVMDisk> |
StorageDomainVMDisks.list()
Lists StorageDomainVMDisk objects.
|
List<VMSnapshotCdRom> |
VMSnapshotCdRoms.list()
Lists VMSnapshotCdRom objects.
|
List<DataCenterIscsiBondNetworkLabel> |
DataCenterIscsiBondNetworkLabels.list()
Lists DataCenterIscsiBondNetworkLabel objects.
|
List<StorageDomain> |
StorageDomains.list()
Lists StorageDomain objects.
|
List<TemplatePermission> |
TemplatePermissions.list()
Lists TemplatePermission objects.
|
List<StorageDomainDisk> |
StorageDomainDisks.list()
Lists StorageDomainDisk objects.
|
List<VnicProfilePermission> |
VnicProfilePermissions.list()
Lists VnicProfilePermission objects.
|
List<Group> |
Groups.list()
Lists Group objects.
|
List<VmPoolPermission> |
VmPoolPermissions.list()
Lists VmPoolPermission objects.
|
List<OpenStackVolumeProviderOpenstackVolumeAuthenticationKey> |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.list()
Lists OpenStackVolumeProviderOpenstackVolumeAuthenticationKey objects.
|
List<DataCenterNetwork> |
DataCenterNetworks.list()
Lists DataCenterNetwork objects.
|
List<DiskPermission> |
DiskPermissions.list()
Lists DiskPermission objects.
|
List<NetworkVnicProfile> |
NetworkVnicProfiles.list()
Lists NetworkVnicProfile objects.
|
List<DataCenterIscsiBondNetworkVnicProfile> |
DataCenterIscsiBondNetworkVnicProfiles.list()
Lists DataCenterIscsiBondNetworkVnicProfile objects.
|
List<TemplateNIC> |
TemplateNICs.list()
Lists TemplateNIC objects.
|
List<Permission> |
Permissions.list()
Lists Permission objects.
|
List<OpenStackNetworkProvider> |
OpenStackNetworkProviders.list()
Lists OpenStackNetworkProvider objects.
|
List<Role> |
Roles.list()
Lists Role objects.
|
List<VMHostDevice> |
VMHostDevices.list()
Lists VMHostDevice objects.
|
List<TemplateCdRom> |
TemplateCdRoms.list()
Lists TemplateCdRom objects.
|
List<VMApplication> |
VMApplications.list()
Lists VMApplication objects.
|
List<InstanceTypeGraphicsConsole> |
InstanceTypeGraphicsConsoles.list()
Lists InstanceTypeGraphicsConsole objects.
|
List<HostStorageConnectionExtension> |
HostStorageConnectionExtensions.list()
Lists HostStorageConnectionExtension objects.
|
List<ExternalHostProviderExternalHost> |
ExternalHostProviderExternalHosts.list()
Lists ExternalHostProviderExternalHost objects.
|
List<InstanceTypeNIC> |
InstanceTypeNICs.list()
Lists InstanceTypeNIC objects.
|
List<VmPool> |
VmPools.list()
Lists VmPool objects.
|
List<HostHook> |
HostHooks.list()
Lists HostHook objects.
|
List<VMSnapshotDisk> |
VMSnapshotDisks.list()
Lists VMSnapshotDisk objects.
|
List<DataCenter> |
DataCenters.list()
Lists DataCenter objects.
|
List<StorageDomainDiskPermission> |
StorageDomainDiskPermissions.list()
Lists StorageDomainDiskPermission objects.
|
List<VM> |
VMs.list()
Lists VM objects.
|
List<Cluster> |
Clusters.list()
Lists Cluster objects.
|
List<VersionCaps> |
Capabilities.list()
Lists VersionCaps objects.
|
List<VMSnapshot> |
VMSnapshots.list()
Lists VMSnapshot objects.
|
List<VMNICStatistic> |
VMNICStatistics.list()
Lists VMNICStatistic objects.
|
List<VMDiskStatistic> |
VMDiskStatistics.list()
Lists VMDiskStatistic objects.
|
List<HostKatelloErratum> |
HostKatelloErrata.list()
Lists HostKatelloErratum objects.
|
List<ClusterPermission> |
ClusterPermissions.list()
Lists ClusterPermission objects.
|
List<VMVirtualNumaNode> |
VMVirtualNumaNodes.list()
Lists VMVirtualNumaNode objects.
|
List<OpenStackVolumeProviderOpenStackVolumeType> |
OpenStackVolumeProviderOpenStackVolumeTypes.list()
Lists OpenStackVolumeProviderOpenStackVolumeType objects.
|
List<DataCenterQuotaQuotaClusterLimit> |
DataCenterQuotaQuotaClusterLimits.list()
Lists DataCenterQuotaQuotaClusterLimit objects.
|
List<OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet> |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnets.list()
Lists OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet objects.
|
List<DataCenterNetworkLabel> |
DataCenterNetworkLabels.list()
Lists DataCenterNetworkLabel objects.
|
List<JobStep> |
JobSteps.list()
Lists JobStep objects.
|
List<GroupTag> |
GroupTags.list()
Lists GroupTag objects.
|
List<ClusterGlusterVolume> |
ClusterGlusterVolumes.list()
Lists ClusterGlusterVolume objects.
|
List<InstanceTypeWatchDog> |
InstanceTypeWatchDogs.list()
Lists InstanceTypeWatchDog objects.
|
List<DataCenterStorageDomainDisk> |
DataCenterStorageDomainDisks.list()
Lists DataCenterStorageDomainDisk objects.
|
List<VMSession> |
VMSessions.list()
Lists VMSession objects.
|
List<Job> |
Jobs.list()
Lists Job objects.
|
List<OpenStackVolumeProviderCertificate> |
OpenStackVolumeProviderCertificates.list()
Lists OpenStackVolumeProviderCertificate objects.
|
List<TemplateGraphicsConsole> |
TemplateGraphicsConsoles.list()
Lists TemplateGraphicsConsole objects.
|
List<OpenStackNetworkProviderOpenStackNetwork> |
OpenStackNetworkProviderOpenStackNetworks.list()
Lists OpenStackNetworkProviderOpenStackNetwork objects.
|
List<UserTag> |
UserTags.list()
Lists UserTag objects.
|
List<HostUnmanagedNetwork> |
HostUnmanagedNetworks.list()
Lists HostUnmanagedNetwork objects.
|
List<HostHostNICNetworkAttachment> |
HostHostNICNetworkAttachments.list()
Lists HostHostNICNetworkAttachment objects.
|
List<HostPermission> |
HostPermissions.list()
Lists HostPermission objects.
|
List<DataCenterClusterAffinityGroupVM> |
DataCenterClusterAffinityGroupVMs.list()
Lists DataCenterClusterAffinityGroupVM objects.
|
List<GroupRolePermit> |
GroupRolePermits.list()
Lists GroupRolePermit objects.
|
List<NetworkVnicProfilePermission> |
NetworkVnicProfilePermissions.list()
Lists NetworkVnicProfilePermission objects.
|
List<HostStatistic> |
HostStatistics.list()
Lists HostStatistic objects.
|
List<Network> |
Networks.list()
Lists Network objects.
|
List<VMNICReportedDevice> |
VMNICReportedDevices.list()
Lists VMNICReportedDevice objects.
|
List<Host> |
Hosts.list()
Lists Host objects.
|
List<StorageDomainFile> |
StorageDomainFiles.list()
Lists StorageDomainFile objects.
|
List<HostStorage> |
HostStorages.list()
Lists HostStorage objects.
|
List<ClusterAffinityGroup> |
ClusterAffinityGroups.list()
Lists ClusterAffinityGroup objects.
|
List<DiskProfile> |
DiskProfiles.list()
Lists DiskProfile objects.
|
List<JobStepStatistic> |
JobStepStatistics.list()
Lists JobStepStatistic objects.
|
List<Icon> |
Icons.list()
Lists Icon objects.
|
List<OperatingSystemInfo> |
OperatingSystemInfos.list()
Lists OperatingSystemInfo objects.
|
List<DataCenterNetworkVnicProfile> |
DataCenterNetworkVnicProfiles.list()
Lists DataCenterNetworkVnicProfile objects.
|
List<DataCenterQoS> |
DataCenterQoSs.list()
Lists DataCenterQoS objects.
|
List<HostNumaNodeStatistic> |
HostNumaNodeStatistics.list()
Lists HostNumaNodeStatistic objects.
|
List<VMNIC> |
VMNICs.list()
Lists VMNIC objects.
|
List<DomainGroup> |
DomainGroups.list()
Lists DomainGroup objects.
|
List<ClusterGlusterVolumeGlusterBrickStatistic> |
ClusterGlusterVolumeGlusterBrickStatistics.list()
Lists ClusterGlusterVolumeGlusterBrickStatistic objects.
|
List<DataCenterNetworkVnicProfilePermission> |
DataCenterNetworkVnicProfilePermissions.list()
Lists DataCenterNetworkVnicProfilePermission objects.
|
List<DataCenterIscsiBond> |
DataCenterIscsiBonds.list()
Lists DataCenterIscsiBond objects.
|
List<DataCenterClusterGlusterVolumeStatistic> |
DataCenterClusterGlusterVolumeStatistics.list()
Lists DataCenterClusterGlusterVolumeStatistic objects.
|
List<Disk> |
Disks.list()
Lists Disk objects.
|
List<UserSSHPublicKey> |
UserSSHPublicKeys.list()
Lists UserSSHPublicKey objects.
|
List<HostHostNICLabel> |
HostHostNICLabels.list()
Lists HostHostNICLabel objects.
|
List<ExternalHostProvider> |
ExternalHostProviders.list()
Lists ExternalHostProvider objects.
|
List<VMKatelloErratum> |
VMKatelloErrata.list()
Lists VMKatelloErratum objects.
|
List<Tag> |
Tags.list()
Lists Tag objects.
|
List<MacPool> |
MacPools.list()
Lists MacPool objects.
|
List<HostNICLabel> |
HostNICLabels.list()
Lists HostNICLabel objects.
|
List<DataCenterClusterGlusterVolumeGlusterBrickStatistic> |
DataCenterClusterGlusterVolumeGlusterBrickStatistics.list()
Lists DataCenterClusterGlusterVolumeGlusterBrickStatistic objects.
|
List<StorageDomainVM> |
StorageDomainVMs.list()
Lists StorageDomainVM objects.
|
List<StorageDomainDiskSnapshot> |
StorageDomainDiskSnapshots.list()
Lists StorageDomainDiskSnapshot objects.
|
List<DataCenterClusterAffinityGroup> |
DataCenterClusterAffinityGroups.list()
Lists DataCenterClusterAffinityGroup objects.
|
List<StorageConnection> |
StorageConnections.list()
Lists StorageConnection objects.
|
List<SchedulingPolicyUnit> |
SchedulingPolicyUnits.list()
Lists SchedulingPolicyUnit objects.
|
List<DataCenterIscsiBondNetwork> |
DataCenterIscsiBondNetworks.list()
Lists DataCenterIscsiBondNetwork objects.
|
List<VMCdRom> |
VMCdRoms.list()
Lists VMCdRom objects.
|
List<StorageDomainDiskProfile> |
StorageDomainDiskProfiles.list()
Lists StorageDomainDiskProfile objects.
|
List<ClusterGlusterVolumeGlusterBrick> |
ClusterGlusterVolumeGlusterBricks.list()
Lists ClusterGlusterVolumeGlusterBrick objects.
|
List<OpenStackNetworkProviderCertificate> |
OpenStackNetworkProviderCertificates.list()
Lists OpenStackNetworkProviderCertificate objects.
|
List<DataCenterStorageDomain> |
DataCenterStorageDomains.list()
Lists DataCenterStorageDomain objects.
|
List<StorageDomainImage> |
StorageDomainImages.list()
Lists StorageDomainImage objects.
|
List<DataCenterQuotaQuotaStorageLimit> |
DataCenterQuotaQuotaStorageLimits.list()
Lists DataCenterQuotaQuotaStorageLimit objects.
|
List<StorageDomainStorageConnection> |
StorageDomainStorageConnections.list()
Lists StorageDomainStorageConnection objects.
|
List<DataCenterPermission> |
DataCenterPermissions.list()
Lists DataCenterPermission objects.
|
List<ExternalHostProviderExternalDiscoveredHost> |
ExternalHostProviderExternalDiscoveredHosts.list()
Lists ExternalHostProviderExternalDiscoveredHost objects.
|
List<DataCenterQuota> |
DataCenterQuotas.list()
Lists DataCenterQuota objects.
|
List<CpuProfile> |
CpuProfiles.list()
Lists CpuProfile objects.
|
List<StorageDomainDiskStatistic> |
StorageDomainDiskStatistics.list()
Lists StorageDomainDiskStatistic objects.
|
List<VMDisk> |
VMDisks.list()
Lists VMDisk objects.
|
List<VMWatchDog> |
VMWatchDogs.list()
Lists VMWatchDog objects.
|
List<RolePermit> |
RolePermits.list()
Lists RolePermit objects.
|
List<VMSnapshotNIC> |
VMSnapshotNics.list()
Lists VMSnapshotNIC objects.
|
List<NetworkLabel> |
NetworkLabels.list()
Lists NetworkLabel objects.
|
List<DataCenterIscsiBondNetworkVnicProfilePermission> |
DataCenterIscsiBondNetworkVnicProfilePermissions.list()
Lists DataCenterIscsiBondNetworkVnicProfilePermission objects.
|
List<ClusterNetwork> |
ClusterNetworks.list()
Lists ClusterNetwork objects.
|
List<DiskStatistic> |
DiskStatistics.list()
Lists DiskStatistic objects.
|
List<DataCenterNetworkPermission> |
DataCenterNetworkPermissions.list()
Lists DataCenterNetworkPermission objects.
|
List<DomainUser> |
DomainUsers.list()
Lists DomainUser objects.
|
List<TemplateDisk> |
TemplateDisks.list()
Lists TemplateDisk objects.
|
List<UserPermission> |
UserPermissions.list()
Lists UserPermission objects.
|
List<CpuProfilePermission> |
CpuProfilePermissions.list()
Lists CpuProfilePermission objects.
|
List<DataCenterClusterGlusterVolume> |
DataCenterClusterGlusterVolumes.list()
Lists DataCenterClusterGlusterVolume objects.
|
List<HostAgent> |
HostAgents.list()
Lists HostAgent objects.
|
List<OpenStackVolumeProvider> |
OpenStackVolumeProviders.list()
Lists OpenStackVolumeProvider objects.
|
List<UserRole> |
UserRoles.list()
Lists UserRole objects.
|
List<DataCenterIscsiBondNetworkPermission> |
DataCenterIscsiBondNetworkPermissions.list()
Lists DataCenterIscsiBondNetworkPermission objects.
|
List<ClusterGlusterVolumeStatistic> |
ClusterGlusterVolumeStatistics.list()
Lists ClusterGlusterVolumeStatistic objects.
|
List<GroupPermission> |
GroupPermissions.list()
Lists GroupPermission objects.
|
List<HostHostNICNetwork> |
HostHostNICNetworks.list()
Lists HostHostNICNetwork objects.
|
List<StorageDomainTemplate> |
StorageDomainTemplates.list()
Lists StorageDomainTemplate objects.
|
List<DataCenterClusterNetwork> |
DataCenterClusterNetworks.list()
Lists DataCenterClusterNetwork objects.
|
List<VMPermission> |
VMPermissions.list()
Lists VMPermission objects.
|
List<OpenStackImageProviderCertificate> |
OpenStackImageProviderCertificates.list()
Lists OpenStackImageProviderCertificate objects.
|
List<SchedulingPolicyFilter> |
SchedulingPolicyFilters.list()
Lists SchedulingPolicyFilter objects.
|
List<DiskProfilePermission> |
DiskProfilePermissions.list()
Lists DiskProfilePermission objects.
|
List<ExternalHostProviderExternalHostGroup> |
ExternalHostProviderExternalHostGroups.list()
Lists ExternalHostProviderExternalHostGroup objects.
|
List<VMDiskPermission> |
VMDiskPermissions.list()
Lists VMDiskPermission objects.
|
List<VnicProfile> |
VnicProfiles.list()
Lists VnicProfile objects.
|
List<VMReportedDevice> |
VMReportedDevices.list()
Lists VMReportedDevice objects.
|
List<HostTag> |
HostTags.list()
Lists HostTag objects.
|
List<HostHostDevice> |
HostHostDevices.list()
Lists HostHostDevice objects.
|
List<DataCenterClusterGlusterVolumeGlusterBrick> |
DataCenterClusterGlusterVolumeGlusterBricks.list()
Lists DataCenterClusterGlusterVolumeGlusterBrick objects.
|
List<VMTag> |
VMTags.list()
Lists VMTag objects.
|
List<HostNIC> |
HostNICs.list()
Lists HostNIC objects.
|
List<HostNumaNode> |
HostNumaNodes.list()
Lists HostNumaNode objects.
|
List<DataCenterClusterGlusterHook> |
DataCenterClusterGlusterHooks.list()
Lists DataCenterClusterGlusterHook objects.
|
List<DataCenterQuotaPermission> |
DataCenterQuotaPermissions.list()
Lists DataCenterQuotaPermission objects.
|
List<ExternalHostProviderCertificate> |
ExternalHostProviderCertificates.list()
Lists ExternalHostProviderCertificate objects.
|
List<KatelloErratum> |
KatelloErrata.list()
Lists KatelloErratum objects.
|
List<Event> |
Events.list()
Lists Event objects.
|
List<SchedulingPolicyWeight> |
SchedulingPolicyWeights.list()
Lists SchedulingPolicyWeight objects.
|
List<Template> |
Templates.list()
Lists Template objects.
|
List<OpenStackImageProviderOpenStackImage> |
OpenStackImageProviderOpenStackImages.list()
Lists OpenStackImageProviderOpenStackImage objects.
|
List<User> |
Users.list()
Lists User objects.
|
List<SchedulingPolicy> |
SchedulingPolicies.list()
Lists SchedulingPolicy objects.
|
List<UserRolePermit> |
UserRolePermits.list()
Lists UserRolePermit objects.
|
List<TemplateTag> |
TemplateTags.list()
Lists TemplateTag objects.
|
List<StorageDomainTemplateDisk> |
StorageDomainTemplateDisks.list()
Lists StorageDomainTemplateDisk objects.
|
List<TemplateWatchDog> |
TemplateWatchDogs.list()
Lists TemplateWatchDog objects.
|
List<DataCenterCluster> |
DataCenterClusters.list()
Lists DataCenterCluster objects.
|
List<DataCenterStorageDomainDiskStatistic> |
DataCenterStorageDomainDiskStatistics.list()
Lists DataCenterStorageDomainDiskStatistic objects.
|
List<ClusterCpuProfile> |
ClusterCpuProfiles.list()
Lists ClusterCpuProfile objects.
|
List<HostNICStatistic> |
HostNICStatistics.list()
Lists HostNICStatistic objects.
|
List<OpenStackImageProvider> |
OpenStackImageProviders.list()
Lists OpenStackImageProvider objects.
|
List<VMGraphicsConsole> |
VMGraphicsConsoles.list()
Lists VMGraphicsConsole objects.
|
List<StorageDomainPermission> |
StorageDomainPermissions.list()
Lists StorageDomainPermission objects.
|
List<Domain> |
Domains.list()
Lists Domain objects.
|
List<DataCenterClusterCpuProfile> |
DataCenterClusterCpuProfiles.list()
Lists DataCenterClusterCpuProfile objects.
|
List<SchedulingPolicyBalance> |
SchedulingPolicyBalances.list(Boolean caseSensitive)
Lists SchedulingPolicyBalance objects.
|
List<SchedulingPolicyUnit> |
SchedulingPolicyUnits.list(Boolean caseSensitive)
Lists SchedulingPolicyUnit objects.
|
List<SchedulingPolicyFilter> |
SchedulingPolicyFilters.list(Boolean caseSensitive)
Lists SchedulingPolicyFilter objects.
|
List<SchedulingPolicyWeight> |
SchedulingPolicyWeights.list(Boolean caseSensitive)
Lists SchedulingPolicyWeight objects.
|
List<SchedulingPolicy> |
SchedulingPolicies.list(Boolean caseSensitive)
Lists SchedulingPolicy objects.
|
List<VMGraphicsConsole> |
VMGraphicsConsoles.list(Boolean current)
Lists VMGraphicsConsole objects.
|
List<SchedulingPolicyBalance> |
SchedulingPolicyBalances.list(Boolean caseSensitive,
Integer max)
Lists SchedulingPolicyBalance objects.
|
List<SchedulingPolicyUnit> |
SchedulingPolicyUnits.list(Boolean caseSensitive,
Integer max)
Lists SchedulingPolicyUnit objects.
|
List<SchedulingPolicyFilter> |
SchedulingPolicyFilters.list(Boolean caseSensitive,
Integer max)
Lists SchedulingPolicyFilter objects.
|
List<SchedulingPolicyWeight> |
SchedulingPolicyWeights.list(Boolean caseSensitive,
Integer max)
Lists SchedulingPolicyWeight objects.
|
List<SchedulingPolicy> |
SchedulingPolicies.list(Boolean caseSensitive,
Integer max)
Lists SchedulingPolicy objects.
|
List<VMGraphicsConsole> |
VMGraphicsConsoles.list(Boolean current,
Integer max)
Lists VMGraphicsConsole objects.
|
List<DataCenterClusterPermission> |
DataCenterClusterPermissions.list(Integer max)
Lists DataCenterClusterPermission objects.
|
List<Bookmark> |
Bookmarks.list(Integer max)
Lists Bookmark objects.
|
List<InstanceType> |
InstanceTypes.list(Integer max)
Lists InstanceType objects.
|
List<ClusterGlusterHook> |
ClusterGlusterHooks.list(Integer max)
Lists ClusterGlusterHook objects.
|
List<HostNetworkAttachment> |
HostNetworkAttachments.list(Integer max)
Lists HostNetworkAttachment objects.
|
List<GroupRole> |
GroupRoles.list(Integer max)
Lists GroupRole objects.
|
List<DataCenterStorageDomainDiskPermission> |
DataCenterStorageDomainDiskPermissions.list(Integer max)
Lists DataCenterStorageDomainDiskPermission objects.
|
List<DataCenterIscsiBondStorageConnection> |
DataCenterIscsiBondStorageConnections.list(Integer max)
Lists DataCenterIscsiBondStorageConnection objects.
|
List<NetworkPermission> |
NetworkPermissions.list(Integer max)
Lists NetworkPermission objects.
|
List<ClusterAffinityGroupVM> |
ClusterAffinityGroupVMs.list(Integer max)
Lists ClusterAffinityGroupVM objects.
|
List<ExternalHostProviderExternalComputeResource> |
ExternalHostProviderExternalComputeResources.list(Integer max)
Lists ExternalHostProviderExternalComputeResource objects.
|
List<StorageDomainVMDisk> |
StorageDomainVMDisks.list(Integer max)
Lists StorageDomainVMDisk objects.
|
List<VMSnapshotCdRom> |
VMSnapshotCdRoms.list(Integer max)
Lists VMSnapshotCdRom objects.
|
List<DataCenterIscsiBondNetworkLabel> |
DataCenterIscsiBondNetworkLabels.list(Integer max)
Lists DataCenterIscsiBondNetworkLabel objects.
|
List<TemplatePermission> |
TemplatePermissions.list(Integer max)
Lists TemplatePermission objects.
|
List<VnicProfilePermission> |
VnicProfilePermissions.list(Integer max)
Lists VnicProfilePermission objects.
|
List<VmPoolPermission> |
VmPoolPermissions.list(Integer max)
Lists VmPoolPermission objects.
|
List<OpenStackVolumeProviderOpenstackVolumeAuthenticationKey> |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys.list(Integer max)
Lists OpenStackVolumeProviderOpenstackVolumeAuthenticationKey objects.
|
List<DataCenterNetwork> |
DataCenterNetworks.list(Integer max)
Lists DataCenterNetwork objects.
|
List<DiskPermission> |
DiskPermissions.list(Integer max)
Lists DiskPermission objects.
|
List<NetworkVnicProfile> |
NetworkVnicProfiles.list(Integer max)
Lists NetworkVnicProfile objects.
|
List<DataCenterIscsiBondNetworkVnicProfile> |
DataCenterIscsiBondNetworkVnicProfiles.list(Integer max)
Lists DataCenterIscsiBondNetworkVnicProfile objects.
|
List<TemplateNIC> |
TemplateNICs.list(Integer max)
Lists TemplateNIC objects.
|
List<Permission> |
Permissions.list(Integer max)
Lists Permission objects.
|
List<OpenStackNetworkProvider> |
OpenStackNetworkProviders.list(Integer max)
Lists OpenStackNetworkProvider objects.
|
List<Role> |
Roles.list(Integer max)
Lists Role objects.
|
List<VMHostDevice> |
VMHostDevices.list(Integer max)
Lists VMHostDevice objects.
|
List<TemplateCdRom> |
TemplateCdRoms.list(Integer max)
Lists TemplateCdRom objects.
|
List<VMApplication> |
VMApplications.list(Integer max)
Lists VMApplication objects.
|
List<InstanceTypeGraphicsConsole> |
InstanceTypeGraphicsConsoles.list(Integer max)
Lists InstanceTypeGraphicsConsole objects.
|
List<HostStorageConnectionExtension> |
HostStorageConnectionExtensions.list(Integer max)
Lists HostStorageConnectionExtension objects.
|
List<ExternalHostProviderExternalHost> |
ExternalHostProviderExternalHosts.list(Integer max)
Lists ExternalHostProviderExternalHost objects.
|
List<InstanceTypeNIC> |
InstanceTypeNICs.list(Integer max)
Lists InstanceTypeNIC objects.
|
List<HostHook> |
HostHooks.list(Integer max)
Lists HostHook objects.
|
List<VMSnapshotDisk> |
VMSnapshotDisks.list(Integer max)
Lists VMSnapshotDisk objects.
|
List<StorageDomainDiskPermission> |
StorageDomainDiskPermissions.list(Integer max)
Lists StorageDomainDiskPermission objects.
|
List<VMSnapshot> |
VMSnapshots.list(Integer max)
Lists VMSnapshot objects.
|
List<HostKatelloErratum> |
HostKatelloErrata.list(Integer max)
Lists HostKatelloErratum objects.
|
List<ClusterPermission> |
ClusterPermissions.list(Integer max)
Lists ClusterPermission objects.
|
List<VMVirtualNumaNode> |
VMVirtualNumaNodes.list(Integer max)
Lists VMVirtualNumaNode objects.
|
List<OpenStackVolumeProviderOpenStackVolumeType> |
OpenStackVolumeProviderOpenStackVolumeTypes.list(Integer max)
Lists OpenStackVolumeProviderOpenStackVolumeType objects.
|
List<DataCenterQuotaQuotaClusterLimit> |
DataCenterQuotaQuotaClusterLimits.list(Integer max)
Lists DataCenterQuotaQuotaClusterLimit objects.
|
List<OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet> |
OpenStackNetworkProviderOpenStackNetworkOpenStackSubnets.list(Integer max)
Lists OpenStackNetworkProviderOpenStackNetworkOpenStackSubnet objects.
|
List<DataCenterNetworkLabel> |
DataCenterNetworkLabels.list(Integer max)
Lists DataCenterNetworkLabel objects.
|
List<JobStep> |
JobSteps.list(Integer max)
Lists JobStep objects.
|
List<GroupTag> |
GroupTags.list(Integer max)
Lists GroupTag objects.
|
List<InstanceTypeWatchDog> |
InstanceTypeWatchDogs.list(Integer max)
Lists InstanceTypeWatchDog objects.
|
List<VMSession> |
VMSessions.list(Integer max)
Lists VMSession objects.
|
List<Job> |
Jobs.list(Integer max)
Lists Job objects.
|
List<OpenStackVolumeProviderCertificate> |
OpenStackVolumeProviderCertificates.list(Integer max)
Lists OpenStackVolumeProviderCertificate objects.
|
List<TemplateGraphicsConsole> |
TemplateGraphicsConsoles.list(Integer max)
Lists TemplateGraphicsConsole objects.
|
List<OpenStackNetworkProviderOpenStackNetwork> |
OpenStackNetworkProviderOpenStackNetworks.list(Integer max)
Lists OpenStackNetworkProviderOpenStackNetwork objects.
|
List<UserTag> |
UserTags.list(Integer max)
Lists UserTag objects.
|
List<HostUnmanagedNetwork> |
HostUnmanagedNetworks.list(Integer max)
Lists HostUnmanagedNetwork objects.
|
List<HostHostNICNetworkAttachment> |
HostHostNICNetworkAttachments.list(Integer max)
Lists HostHostNICNetworkAttachment objects.
|
List<HostPermission> |
HostPermissions.list(Integer max)
Lists HostPermission objects.
|
List<DataCenterClusterAffinityGroupVM> |
DataCenterClusterAffinityGroupVMs.list(Integer max)
Lists DataCenterClusterAffinityGroupVM objects.
|
List<GroupRolePermit> |
GroupRolePermits.list(Integer max)
Lists GroupRolePermit objects.
|
List<NetworkVnicProfilePermission> |
NetworkVnicProfilePermissions.list(Integer max)
Lists NetworkVnicProfilePermission objects.
|
List<VMNICReportedDevice> |
VMNICReportedDevices.list(Integer max)
Lists VMNICReportedDevice objects.
|
List<HostStorage> |
HostStorages.list(Integer max)
Lists HostStorage objects.
|
List<ClusterAffinityGroup> |
ClusterAffinityGroups.list(Integer max)
Lists ClusterAffinityGroup objects.
|
List<DiskProfile> |
DiskProfiles.list(Integer max)
Lists DiskProfile objects.
|
List<Icon> |
Icons.list(Integer max)
Lists Icon objects.
|
List<OperatingSystemInfo> |
OperatingSystemInfos.list(Integer max)
Lists OperatingSystemInfo objects.
|
List<DataCenterNetworkVnicProfile> |
DataCenterNetworkVnicProfiles.list(Integer max)
Lists DataCenterNetworkVnicProfile objects.
|
List<DataCenterQoS> |
DataCenterQoSs.list(Integer max)
Lists DataCenterQoS objects.
|
List<VMNIC> |
VMNICs.list(Integer max)
Lists VMNIC objects.
|
List<DataCenterNetworkVnicProfilePermission> |
DataCenterNetworkVnicProfilePermissions.list(Integer max)
Lists DataCenterNetworkVnicProfilePermission objects.
|
List<DataCenterIscsiBond> |
DataCenterIscsiBonds.list(Integer max)
Lists DataCenterIscsiBond objects.
|
List<UserSSHPublicKey> |
UserSSHPublicKeys.list(Integer max)
Lists UserSSHPublicKey objects.
|
List<HostHostNICLabel> |
HostHostNICLabels.list(Integer max)
Lists HostHostNICLabel objects.
|
List<ExternalHostProvider> |
ExternalHostProviders.list(Integer max)
Lists ExternalHostProvider objects.
|
List<VMKatelloErratum> |
VMKatelloErrata.list(Integer max)
Lists VMKatelloErratum objects.
|
List<Tag> |
Tags.list(Integer max)
Lists Tag objects.
|
List<MacPool> |
MacPools.list(Integer max)
Lists MacPool objects.
|
List<HostNICLabel> |
HostNICLabels.list(Integer max)
Lists HostNICLabel objects.
|
List<StorageDomainVM> |
StorageDomainVMs.list(Integer max)
Lists StorageDomainVM objects.
|
List<StorageDomainDiskSnapshot> |
StorageDomainDiskSnapshots.list(Integer max)
Lists StorageDomainDiskSnapshot objects.
|
List<DataCenterClusterAffinityGroup> |
DataCenterClusterAffinityGroups.list(Integer max)
Lists DataCenterClusterAffinityGroup objects.
|
List<StorageConnection> |
StorageConnections.list(Integer max)
Lists StorageConnection objects.
|
List<DataCenterIscsiBondNetwork> |
DataCenterIscsiBondNetworks.list(Integer max)
Lists DataCenterIscsiBondNetwork objects.
|
List<VMCdRom> |
VMCdRoms.list(Integer max)
Lists VMCdRom objects.
|
List<StorageDomainDiskProfile> |
StorageDomainDiskProfiles.list(Integer max)
Lists StorageDomainDiskProfile objects.
|
List<ClusterGlusterVolumeGlusterBrick> |
ClusterGlusterVolumeGlusterBricks.list(Integer max)
Lists ClusterGlusterVolumeGlusterBrick objects.
|
List<OpenStackNetworkProviderCertificate> |
OpenStackNetworkProviderCertificates.list(Integer max)
Lists OpenStackNetworkProviderCertificate objects.
|
List<DataCenterStorageDomain> |
DataCenterStorageDomains.list(Integer max)
Lists DataCenterStorageDomain objects.
|
List<StorageDomainImage> |
StorageDomainImages.list(Integer max)
Lists StorageDomainImage objects.
|
List<DataCenterQuotaQuotaStorageLimit> |
DataCenterQuotaQuotaStorageLimits.list(Integer max)
Lists DataCenterQuotaQuotaStorageLimit objects.
|
List<StorageDomainStorageConnection> |
StorageDomainStorageConnections.list(Integer max)
Lists StorageDomainStorageConnection objects.
|
List<DataCenterPermission> |
DataCenterPermissions.list(Integer max)
Lists DataCenterPermission objects.
|
List<ExternalHostProviderExternalDiscoveredHost> |
ExternalHostProviderExternalDiscoveredHosts.list(Integer max)
Lists ExternalHostProviderExternalDiscoveredHost objects.
|
List<DataCenterQuota> |
DataCenterQuotas.list(Integer max)
Lists DataCenterQuota objects.
|
List<CpuProfile> |
CpuProfiles.list(Integer max)
Lists CpuProfile objects.
|
List<VMDisk> |
VMDisks.list(Integer max)
Lists VMDisk objects.
|
List<VMWatchDog> |
VMWatchDogs.list(Integer max)
Lists VMWatchDog objects.
|
List<RolePermit> |
RolePermits.list(Integer max)
Lists RolePermit objects.
|
List<VMSnapshotNIC> |
VMSnapshotNics.list(Integer max)
Lists VMSnapshotNIC objects.
|
List<NetworkLabel> |
NetworkLabels.list(Integer max)
Lists NetworkLabel objects.
|
List<DataCenterIscsiBondNetworkVnicProfilePermission> |
DataCenterIscsiBondNetworkVnicProfilePermissions.list(Integer max)
Lists DataCenterIscsiBondNetworkVnicProfilePermission objects.
|
List<ClusterNetwork> |
ClusterNetworks.list(Integer max)
Lists ClusterNetwork objects.
|
List<DataCenterNetworkPermission> |
DataCenterNetworkPermissions.list(Integer max)
Lists DataCenterNetworkPermission objects.
|
List<TemplateDisk> |
TemplateDisks.list(Integer max)
Lists TemplateDisk objects.
|
List<UserPermission> |
UserPermissions.list(Integer max)
Lists UserPermission objects.
|
List<CpuProfilePermission> |
CpuProfilePermissions.list(Integer max)
Lists CpuProfilePermission objects.
|
List<DataCenterClusterGlusterVolume> |
DataCenterClusterGlusterVolumes.list(Integer max)
Lists DataCenterClusterGlusterVolume objects.
|
List<HostAgent> |
HostAgents.list(Integer max)
Lists HostAgent objects.
|
List<OpenStackVolumeProvider> |
OpenStackVolumeProviders.list(Integer max)
Lists OpenStackVolumeProvider objects.
|
List<UserRole> |
UserRoles.list(Integer max)
Lists UserRole objects.
|
List<DataCenterIscsiBondNetworkPermission> |
DataCenterIscsiBondNetworkPermissions.list(Integer max)
Lists DataCenterIscsiBondNetworkPermission objects.
|
List<GroupPermission> |
GroupPermissions.list(Integer max)
Lists GroupPermission objects.
|
List<HostHostNICNetwork> |
HostHostNICNetworks.list(Integer max)
Lists HostHostNICNetwork objects.
|
List<StorageDomainTemplate> |
StorageDomainTemplates.list(Integer max)
Lists StorageDomainTemplate objects.
|
List<DataCenterClusterNetwork> |
DataCenterClusterNetworks.list(Integer max)
Lists DataCenterClusterNetwork objects.
|
List<VMPermission> |
VMPermissions.list(Integer max)
Lists VMPermission objects.
|
List<OpenStackImageProviderCertificate> |
OpenStackImageProviderCertificates.list(Integer max)
Lists OpenStackImageProviderCertificate objects.
|
List<DiskProfilePermission> |
DiskProfilePermissions.list(Integer max)
Lists DiskProfilePermission objects.
|
List<ExternalHostProviderExternalHostGroup> |
ExternalHostProviderExternalHostGroups.list(Integer max)
Lists ExternalHostProviderExternalHostGroup objects.
|
List<VMDiskPermission> |
VMDiskPermissions.list(Integer max)
Lists VMDiskPermission objects.
|
List<VnicProfile> |
VnicProfiles.list(Integer max)
Lists VnicProfile objects.
|
List<VMReportedDevice> |
VMReportedDevices.list(Integer max)
Lists VMReportedDevice objects.
|
List<HostTag> |
HostTags.list(Integer max)
Lists HostTag objects.
|
List<HostHostDevice> |
HostHostDevices.list(Integer max)
Lists HostHostDevice objects.
|
List<DataCenterClusterGlusterVolumeGlusterBrick> |
DataCenterClusterGlusterVolumeGlusterBricks.list(Integer max)
Lists DataCenterClusterGlusterVolumeGlusterBrick objects.
|
List<VMTag> |
VMTags.list(Integer max)
Lists VMTag objects.
|
List<HostNIC> |
HostNICs.list(Integer max)
Lists HostNIC objects.
|
List<HostNumaNode> |
HostNumaNodes.list(Integer max)
Lists HostNumaNode objects.
|
List<DataCenterClusterGlusterHook> |
DataCenterClusterGlusterHooks.list(Integer max)
Lists DataCenterClusterGlusterHook objects.
|
List<DataCenterQuotaPermission> |
DataCenterQuotaPermissions.list(Integer max)
Lists DataCenterQuotaPermission objects.
|
List<ExternalHostProviderCertificate> |
ExternalHostProviderCertificates.list(Integer max)
Lists ExternalHostProviderCertificate objects.
|
List<KatelloErratum> |
KatelloErrata.list(Integer max)
Lists KatelloErratum objects.
|
List<OpenStackImageProviderOpenStackImage> |
OpenStackImageProviderOpenStackImages.list(Integer max)
Lists OpenStackImageProviderOpenStackImage objects.
|
List<UserRolePermit> |
UserRolePermits.list(Integer max)
Lists UserRolePermit objects.
|
List<TemplateTag> |
TemplateTags.list(Integer max)
Lists TemplateTag objects.
|
List<StorageDomainTemplateDisk> |
StorageDomainTemplateDisks.list(Integer max)
Lists StorageDomainTemplateDisk objects.
|
List<TemplateWatchDog> |
TemplateWatchDogs.list(Integer max)
Lists TemplateWatchDog objects.
|
List<DataCenterCluster> |
DataCenterClusters.list(Integer max)
Lists DataCenterCluster objects.
|
List<ClusterCpuProfile> |
ClusterCpuProfiles.list(Integer max)
Lists ClusterCpuProfile objects.
|
List<OpenStackImageProvider> |
OpenStackImageProviders.list(Integer max)
Lists OpenStackImageProvider objects.
|
List<StorageDomainPermission> |
StorageDomainPermissions.list(Integer max)
Lists StorageDomainPermission objects.
|
List<Domain> |
Domains.list(Integer max)
Lists Domain objects.
|
List<DataCenterClusterCpuProfile> |
DataCenterClusterCpuProfiles.list(Integer max)
Lists DataCenterClusterCpuProfile objects.
|
List<StorageDomainVM> |
StorageDomainVMs.list(Integer max,
Boolean unregistered)
Lists StorageDomainVM objects.
|
List<VMCdRom> |
VMCdRoms.list(Integer max,
Boolean current)
Lists VMCdRom objects.
|
List<StorageDomainTemplate> |
StorageDomainTemplates.list(Integer max,
Boolean unregistered)
Lists StorageDomainTemplate objects.
|
List<VMSnapshot> |
VMSnapshots.list(Integer max,
String allContent)
Lists VMSnapshot objects.
|
List<VMNIC> |
VMNICs.list(Integer max,
String allContent)
Lists VMNIC objects.
|
List<ClusterGlusterVolumeGlusterBrick> |
ClusterGlusterVolumeGlusterBricks.list(Integer max,
String allContent)
Lists ClusterGlusterVolumeGlusterBrick objects.
|
List<StorageDomain> |
StorageDomains.list(String query)
Lists StorageDomain objects.
|
List<StorageDomainDisk> |
StorageDomainDisks.list(String query)
Lists StorageDomainDisk objects.
|
List<Group> |
Groups.list(String query)
Lists Group objects.
|
List<VmPool> |
VmPools.list(String query)
Lists VmPool objects.
|
List<DataCenter> |
DataCenters.list(String query)
Lists DataCenter objects.
|
List<VM> |
VMs.list(String query)
Lists VM objects.
|
List<Cluster> |
Clusters.list(String query)
Lists Cluster objects.
|
List<ClusterGlusterVolume> |
ClusterGlusterVolumes.list(String query)
Lists ClusterGlusterVolume objects.
|
List<DataCenterStorageDomainDisk> |
DataCenterStorageDomainDisks.list(String query)
Lists DataCenterStorageDomainDisk objects.
|
List<Network> |
Networks.list(String query)
Lists Network objects.
|
List<Host> |
Hosts.list(String query)
Lists Host objects.
|
List<StorageDomainFile> |
StorageDomainFiles.list(String query)
Lists StorageDomainFile objects.
|
List<DomainGroup> |
DomainGroups.list(String query)
Lists DomainGroup objects.
|
List<Disk> |
Disks.list(String query)
Lists Disk objects.
|
List<DomainUser> |
DomainUsers.list(String query)
Lists DomainUser objects.
|
List<Event> |
Events.list(String query)
Lists Event objects.
|
List<Template> |
Templates.list(String query)
Lists Template objects.
|
List<User> |
Users.list(String query)
Lists User objects.
|
List<StorageDomain> |
StorageDomains.list(String query,
Boolean caseSensitive)
Lists StorageDomain objects.
|
List<StorageDomainDisk> |
StorageDomainDisks.list(String query,
Boolean caseSensitive)
Lists StorageDomainDisk objects.
|
List<Group> |
Groups.list(String query,
Boolean caseSensitive)
Lists Group objects.
|
List<VmPool> |
VmPools.list(String query,
Boolean caseSensitive)
Lists VmPool objects.
|
List<DataCenter> |
DataCenters.list(String query,
Boolean caseSensitive)
Lists DataCenter objects.
|
List<VM> |
VMs.list(String query,
Boolean caseSensitive)
Lists VM objects.
|
List<Cluster> |
Clusters.list(String query,
Boolean caseSensitive)
Lists Cluster objects.
|
List<ClusterGlusterVolume> |
ClusterGlusterVolumes.list(String query,
Boolean caseSensitive)
Lists ClusterGlusterVolume objects.
|
List<DataCenterStorageDomainDisk> |
DataCenterStorageDomainDisks.list(String query,
Boolean caseSensitive)
Lists DataCenterStorageDomainDisk objects.
|
List<Network> |
Networks.list(String query,
Boolean caseSensitive)
Lists Network objects.
|
List<Host> |
Hosts.list(String query,
Boolean caseSensitive)
Lists Host objects.
|
List<StorageDomainFile> |
StorageDomainFiles.list(String query,
Boolean caseSensitive)
Lists StorageDomainFile objects.
|
List<DomainGroup> |
DomainGroups.list(String query,
Boolean caseSensitive)
Lists DomainGroup objects.
|
List<Disk> |
Disks.list(String query,
Boolean caseSensitive)
Lists Disk objects.
|
List<DomainUser> |
DomainUsers.list(String query,
Boolean caseSensitive)
Lists DomainUser objects.
|
List<Event> |
Events.list(String query,
Boolean caseSensitive)
Lists Event objects.
|
List<Template> |
Templates.list(String query,
Boolean caseSensitive)
Lists Template objects.
|
List<User> |
Users.list(String query,
Boolean caseSensitive)
Lists User objects.
|
List<StorageDomain> |
StorageDomains.list(String query,
Boolean caseSensitive,
Integer max)
Lists StorageDomain objects.
|
List<StorageDomainDisk> |
StorageDomainDisks.list(String query,
Boolean caseSensitive,
Integer max)
Lists StorageDomainDisk objects.
|
List<Group> |
Groups.list(String query,
Boolean caseSensitive,
Integer max)
Lists Group objects.
|
List<VmPool> |
VmPools.list(String query,
Boolean caseSensitive,
Integer max)
Lists VmPool objects.
|
List<DataCenter> |
DataCenters.list(String query,
Boolean caseSensitive,
Integer max)
Lists DataCenter objects.
|
List<VM> |
VMs.list(String query,
Boolean caseSensitive,
Integer max)
Lists VM objects.
|
List<Cluster> |
Clusters.list(String query,
Boolean caseSensitive,
Integer max)
Lists Cluster objects.
|
List<ClusterGlusterVolume> |
ClusterGlusterVolumes.list(String query,
Boolean caseSensitive,
Integer max)
Lists ClusterGlusterVolume objects.
|
List<DataCenterStorageDomainDisk> |
DataCenterStorageDomainDisks.list(String query,
Boolean caseSensitive,
Integer max)
Lists DataCenterStorageDomainDisk objects.
|
List<Network> |
Networks.list(String query,
Boolean caseSensitive,
Integer max)
Lists Network objects.
|
List<Host> |
Hosts.list(String query,
Boolean caseSensitive,
Integer max)
Lists Host objects.
|
List<StorageDomainFile> |
StorageDomainFiles.list(String query,
Boolean caseSensitive,
Integer max)
Lists StorageDomainFile objects.
|
List<DomainGroup> |
DomainGroups.list(String query,
Boolean caseSensitive,
Integer max)
Lists DomainGroup objects.
|
List<Disk> |
Disks.list(String query,
Boolean caseSensitive,
Integer max)
Lists Disk objects.
|
List<DomainUser> |
DomainUsers.list(String query,
Boolean caseSensitive,
Integer max)
Lists DomainUser objects.
|
List<Template> |
Templates.list(String query,
Boolean caseSensitive,
Integer max)
Lists Template objects.
|
List<User> |
Users.list(String query,
Boolean caseSensitive,
Integer max)
Lists User objects.
|
List<StorageDomainDisk> |
StorageDomainDisks.list(String query,
Boolean caseSensitive,
Integer max,
Boolean unregistered)
Lists StorageDomainDisk objects.
|
List<DataCenterStorageDomainDisk> |
DataCenterStorageDomainDisks.list(String query,
Boolean caseSensitive,
Integer max,
Boolean unregistered)
Lists DataCenterStorageDomainDisk objects.
|
List<VM> |
VMs.list(String query,
Boolean caseSensitive,
Integer max,
String allContent)
Lists VM objects.
|
List<Cluster> |
Clusters.list(String query,
Boolean caseSensitive,
Integer max,
String allContent)
Lists Cluster objects.
|
List<Host> |
Hosts.list(String query,
Boolean caseSensitive,
Integer max,
String allContent)
Lists Host objects.
|
List<Template> |
Templates.list(String query,
Boolean caseSensitive,
Integer max,
String allContent)
Lists Template objects.
|
List<Event> |
Events.list(String query,
Boolean caseSensitive,
String from)
Lists Event objects.
|
List<Event> |
Events.list(String query,
Boolean caseSensitive,
String from,
Integer max)
Lists Event objects.
|
Action |
VM.logon(Action action)
Performs logon action.
|
Action |
VM.logon(Action action,
String correlationId)
Performs logon action.
|
Action |
VM.logon(Action action,
String correlationId,
Boolean async)
Performs logon action.
|
Action |
VM.maintenance(Action action)
Performs maintenance action.
|
Action |
VM.maintenance(Action action,
String correlationId)
Performs maintenance action.
|
Action |
VM.maintenance(Action action,
String correlationId,
Boolean async)
Performs maintenance action.
|
Action |
VM.migrate(Action action)
Performs migrate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.migrate(Action action)
Performs migrate action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBricks.migrate(Action action)
Performs migrate action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBricks.migrate(Action action,
Boolean async)
Performs migrate action.
|
Action |
VM.migrate(Action action,
String correlationId)
Performs migrate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.migrate(Action action,
String correlationId)
Performs migrate action.
|
Action |
VM.migrate(Action action,
String correlationId,
Boolean async)
Performs migrate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.migrate(Action action,
String correlationId,
Boolean async)
Performs migrate action.
|
Action |
VM.move(Action action)
Performs move action.
|
Action |
DataCenterStorageDomainDisk.move(Action action)
Performs move action.
|
Action |
StorageDomainDisk.move(Action action)
Performs move action.
|
Action |
VMDisk.move(Action action)
Performs move action.
|
Action |
Disk.move(Action action)
Performs move action.
|
Action |
DataCenterStorageDomainDisk.move(Action action,
Boolean async)
Performs move action.
|
Action |
StorageDomainDisk.move(Action action,
Boolean async)
Performs move action.
|
Action |
VM.move(Action action,
String correlationId)
Performs move action.
|
Action |
VMDisk.move(Action action,
String correlationId)
Performs move action.
|
Action |
Disk.move(Action action,
String correlationId)
Performs move action.
|
Action |
VM.move(Action action,
String correlationId,
Boolean async)
Performs move action.
|
Action |
VMDisk.move(Action action,
String correlationId,
Boolean async)
Performs move action.
|
Action |
Disk.move(Action action,
String correlationId,
Boolean async)
Performs move action.
|
Action |
VM.preview_snapshot(Action action)
Performs preview_snapshot action.
|
Action |
VM.preview_snapshot(Action action,
String correlationId)
Performs preview_snapshot action.
|
Action |
VM.preview_snapshot(Action action,
String correlationId,
Boolean async)
Performs preview_snapshot action.
|
Action |
ClusterGlusterVolume.rebalance(Action action)
Performs rebalance action.
|
Action |
DataCenterClusterGlusterVolume.rebalance(Action action)
Performs rebalance action.
|
Action |
DataCenterClusterGlusterVolume.rebalance(Action action,
Boolean async)
Performs rebalance action.
|
Action |
ClusterGlusterVolume.rebalance(Action action,
String correlationId)
Performs rebalance action.
|
Action |
ClusterGlusterVolume.rebalance(Action action,
String correlationId,
Boolean async)
Performs rebalance action.
|
Action |
VM.reboot(Action action)
Performs reboot action.
|
Action |
VM.reboot(Action action,
String correlationId)
Performs reboot action.
|
Action |
VM.reboot(Action action,
String correlationId,
Boolean async)
Performs reboot action.
|
Action |
Host.refresh(Action action)
Performs refresh action.
|
Action |
Host.refresh(Action action,
Boolean async)
Performs refresh action.
|
Action |
Host.refresh(Action action,
Boolean async,
String correlationId)
Performs refresh action.
|
Action |
StorageDomain.refreshluns(Action action)
Performs refreshluns action.
|
Action |
StorageDomain.refreshluns(Action action,
Boolean async)
Performs refreshluns action.
|
Action |
StorageDomain.refreshluns(Action action,
Boolean async,
String correlationId)
Performs refreshluns action.
|
Action |
StorageDomainVM.register(Action action)
Performs register action.
|
Action |
StorageDomainTemplate.register(Action action)
Performs register action.
|
Action |
StorageDomainVM.register(Action action,
String correlationId)
Performs register action.
|
Action |
StorageDomainTemplate.register(Action action,
String correlationId)
Performs register action.
|
Action |
StorageDomainVM.register(Action action,
String correlationId,
Boolean async)
Performs register action.
|
Action |
StorageDomainTemplate.register(Action action,
String correlationId,
Boolean async)
Performs register action.
|
Action |
VM.reordermacaddresses(Action action)
Performs reordermacaddresses action.
|
Action |
VM.reordermacaddresses(Action action,
Boolean async)
Performs reordermacaddresses action.
|
Action |
VM.reordermacaddresses(Action action,
Boolean async,
String correlationId)
Performs reordermacaddresses action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBrick.replace(Action action)
Performs replace action.
|
Action |
ClusterGlusterVolumeGlusterBrick.replace(Action action)
Performs replace action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBrick.replace(Action action,
Boolean async)
Performs replace action.
|
Action |
ClusterGlusterVolumeGlusterBrick.replace(Action action,
String correlationId)
Performs replace action.
|
Action |
ClusterGlusterVolumeGlusterBrick.replace(Action action,
String correlationId,
Boolean async)
Performs replace action.
|
Action |
ClusterGlusterVolume.resetalloptions(Action action)
Performs resetalloptions action.
|
Action |
DataCenterClusterGlusterVolume.resetalloptions(Action action)
Performs resetalloptions action.
|
Action |
DataCenterClusterGlusterVolume.resetalloptions(Action action,
Boolean async)
Performs resetalloptions action.
|
Action |
ClusterGlusterVolume.resetalloptions(Action action,
String correlationId)
Performs resetalloptions action.
|
Action |
ClusterGlusterVolume.resetalloptions(Action action,
String correlationId,
Boolean async)
Performs resetalloptions action.
|
Action |
Cluster.resetemulatedmachine(Action action)
Performs resetemulatedmachine action.
|
Action |
DataCenterCluster.resetemulatedmachine(Action action)
Performs resetemulatedmachine action.
|
Action |
Cluster.resetemulatedmachine(Action action,
Boolean async)
Performs resetemulatedmachine action.
|
Action |
DataCenterCluster.resetemulatedmachine(Action action,
Boolean async)
Performs resetemulatedmachine action.
|
Action |
Cluster.resetemulatedmachine(Action action,
Boolean async,
String correlationId)
Performs resetemulatedmachine action.
|
Action |
ClusterGlusterVolume.resetoption(Action action)
Performs resetoption action.
|
Action |
DataCenterClusterGlusterVolume.resetoption(Action action)
Performs resetoption action.
|
Action |
DataCenterClusterGlusterVolume.resetoption(Action action,
Boolean async)
Performs resetoption action.
|
Action |
ClusterGlusterVolume.resetoption(Action action,
String correlationId)
Performs resetoption action.
|
Action |
ClusterGlusterVolume.resetoption(Action action,
String correlationId,
Boolean async)
Performs resetoption action.
|
Action |
DataCenterClusterGlusterHook.resolve(Action action)
Performs resolve action.
|
Action |
ClusterGlusterHook.resolve(Action action)
Performs resolve action.
|
Action |
DataCenterClusterGlusterHook.resolve(Action action,
Boolean async)
Performs resolve action.
|
Action |
ClusterGlusterHook.resolve(Action action,
String correlationId)
Performs resolve action.
|
Action |
ClusterGlusterHook.resolve(Action action,
String correlationId,
Boolean async)
Performs resolve action.
|
Action |
VMSnapshot.restore(Action action)
Performs restore action.
|
Action |
VMSnapshot.restore(Action action,
String correlationId)
Performs restore action.
|
Action |
VMSnapshot.restore(Action action,
String correlationId,
Boolean async)
Performs restore action.
|
Action |
ClusterGlusterVolume.setoption(Action action)
Performs setoption action.
|
Action |
DataCenterClusterGlusterVolume.setoption(Action action)
Performs setoption action.
|
Action |
DataCenterClusterGlusterVolume.setoption(Action action,
Boolean async)
Performs setoption action.
|
Action |
ClusterGlusterVolume.setoption(Action action,
String correlationId)
Performs setoption action.
|
Action |
ClusterGlusterVolume.setoption(Action action,
String correlationId,
Boolean async)
Performs setoption action.
|
Action |
Host.setupnetworks(Action action)
Performs setupnetworks action.
|
Action |
HostNICs.setupnetworks(Action action)
Performs setupnetworks action.
|
Action |
Host.setupnetworks(Action action,
Boolean async)
Performs setupnetworks action.
|
Action |
Host.setupnetworks(Action action,
Boolean async,
String correlationId)
Performs setupnetworks action.
|
Action |
HostNICs.setupnetworks(Action action,
String correlationId)
Performs setupnetworks action.
|
Action |
HostNICs.setupnetworks(Action action,
String correlationId,
Boolean async)
Performs setupnetworks action.
|
Action |
VM.shutdown(Action action)
Performs shutdown action.
|
Action |
VM.shutdown(Action action,
String correlationId)
Performs shutdown action.
|
Action |
VM.shutdown(Action action,
String correlationId,
Boolean async)
Performs shutdown action.
|
Action |
VM.start(Action action)
Performs start action.
|
Action |
ClusterGlusterVolume.start(Action action)
Performs start action.
|
Action |
DataCenterClusterGlusterVolume.start(Action action)
Performs start action.
|
Action |
DataCenterClusterGlusterVolume.start(Action action,
Boolean async)
Performs start action.
|
Action |
VM.start(Action action,
String correlationId)
Performs start action.
|
Action |
ClusterGlusterVolume.start(Action action,
String correlationId)
Performs start action.
|
Action |
VM.start(Action action,
String correlationId,
Boolean async)
Performs start action.
|
Action |
ClusterGlusterVolume.start(Action action,
String correlationId,
Boolean async)
Performs start action.
|
Action |
ClusterGlusterVolume.startprofile(Action action)
Performs startprofile action.
|
Action |
DataCenterClusterGlusterVolume.startprofile(Action action)
Performs startprofile action.
|
Action |
DataCenterClusterGlusterVolume.startprofile(Action action,
Boolean async)
Performs startprofile action.
|
Action |
ClusterGlusterVolume.startprofile(Action action,
String correlationId)
Performs startprofile action.
|
Action |
ClusterGlusterVolume.startprofile(Action action,
String correlationId,
Boolean async)
Performs startprofile action.
|
Action |
VM.stop(Action action)
Performs stop action.
|
Action |
ClusterGlusterVolume.stop(Action action)
Performs stop action.
|
Action |
DataCenterClusterGlusterVolume.stop(Action action)
Performs stop action.
|
Action |
DataCenterClusterGlusterVolume.stop(Action action,
Boolean async)
Performs stop action.
|
Action |
VM.stop(Action action,
String correlationId)
Performs stop action.
|
Action |
ClusterGlusterVolume.stop(Action action,
String correlationId)
Performs stop action.
|
Action |
VM.stop(Action action,
String correlationId,
Boolean async)
Performs stop action.
|
Action |
ClusterGlusterVolume.stop(Action action,
String correlationId,
Boolean async)
Performs stop action.
|
Action |
ClusterGlusterVolumeGlusterBricks.stopmigrate(Action action)
Performs stopmigrate action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBricks.stopmigrate(Action action)
Performs stopmigrate action.
|
Action |
DataCenterClusterGlusterVolumeGlusterBricks.stopmigrate(Action action,
Boolean async)
Performs stopmigrate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.stopmigrate(Action action,
String correlationId)
Performs stopmigrate action.
|
Action |
ClusterGlusterVolumeGlusterBricks.stopmigrate(Action action,
String correlationId,
Boolean async)
Performs stopmigrate action.
|
Action |
ClusterGlusterVolume.stopprofile(Action action)
Performs stopprofile action.
|
Action |
DataCenterClusterGlusterVolume.stopprofile(Action action)
Performs stopprofile action.
|
Action |
DataCenterClusterGlusterVolume.stopprofile(Action action,
Boolean async)
Performs stopprofile action.
|
Action |
ClusterGlusterVolume.stopprofile(Action action,
String correlationId)
Performs stopprofile action.
|
Action |
ClusterGlusterVolume.stopprofile(Action action,
String correlationId,
Boolean async)
Performs stopprofile action.
|
Action |
ClusterGlusterVolume.stoprebalance(Action action)
Performs stoprebalance action.
|
Action |
DataCenterClusterGlusterVolume.stoprebalance(Action action)
Performs stoprebalance action.
|
Action |
DataCenterClusterGlusterVolume.stoprebalance(Action action,
Boolean async)
Performs stoprebalance action.
|
Action |
ClusterGlusterVolume.stoprebalance(Action action,
String correlationId)
Performs stoprebalance action.
|
Action |
ClusterGlusterVolume.stoprebalance(Action action,
String correlationId,
Boolean async)
Performs stoprebalance action.
|
Action |
VM.suspend(Action action)
Performs suspend action.
|
Action |
VM.suspend(Action action,
String correlationId)
Performs suspend action.
|
Action |
VM.suspend(Action action,
String correlationId,
Boolean async)
Performs suspend action.
|
Action |
OpenStackImageProvider.testconnectivity(Action action)
Performs testconnectivity action.
|
Action |
ExternalHostProvider.testconnectivity(Action action)
Performs testconnectivity action.
|
Action |
OpenStackNetworkProvider.testconnectivity(Action action)
Performs testconnectivity action.
|
Action |
OpenStackVolumeProvider.testconnectivity(Action action)
Performs testconnectivity action.
|
Action |
OpenStackImageProvider.testconnectivity(Action action,
Boolean async)
Performs testconnectivity action.
|
Action |
ExternalHostProvider.testconnectivity(Action action,
Boolean async)
Performs testconnectivity action.
|
Action |
OpenStackNetworkProvider.testconnectivity(Action action,
Boolean async)
Performs testconnectivity action.
|
Action |
OpenStackVolumeProvider.testconnectivity(Action action,
Boolean async)
Performs testconnectivity action.
|
Action |
OpenStackImageProvider.testconnectivity(Action action,
Boolean async,
String correlationId)
Performs testconnectivity action.
|
Action |
ExternalHostProvider.testconnectivity(Action action,
Boolean async,
String correlationId)
Performs testconnectivity action.
|
Action |
VM.thawfilesystems(Action action)
Performs thawfilesystems action.
|
Action |
VM.thawfilesystems(Action action,
Boolean async)
Performs thawfilesystems action.
|
Action |
VM.thawfilesystems(Action action,
Boolean async,
String correlationId)
Performs thawfilesystems action.
|
Action |
VM.ticket(Action action)
Performs ticket action.
|
Action |
VM.ticket(Action action,
String correlationId)
Performs ticket action.
|
Action |
VM.ticket(Action action,
String correlationId,
Boolean async)
Performs ticket action.
|
Action |
VM.undo_snapshot(Action action)
Performs undo_snapshot action.
|
Action |
VM.undo_snapshot(Action action,
String correlationId)
Performs undo_snapshot action.
|
Action |
VM.undo_snapshot(Action action,
String correlationId,
Boolean async)
Performs undo_snapshot action.
|
Action |
Host.unregisteredstoragedomainsdiscover(Action action)
Performs unregisteredstoragedomainsdiscover action.
|
Action |
Host.unregisteredstoragedomainsdiscover(Action action,
String correlationId)
Performs unregisteredstoragedomainsdiscover action.
|
Action |
Host.unregisteredstoragedomainsdiscover(Action action,
String correlationId,
Boolean async)
Performs unregisteredstoragedomainsdiscover action.
|
DataCenterNetwork |
DataCenterNetwork.update()
Updates DataCenterNetwork object.
|
DataCenterClusterAffinityGroup |
DataCenterClusterAffinityGroup.update()
Updates DataCenterClusterAffinityGroup object.
|
Bookmark |
Bookmark.update()
Updates Bookmark object.
|
Cluster |
Cluster.update()
Updates Cluster object.
|
Template |
Template.update()
Updates Template object.
|
VM |
VM.update()
Updates VM object.
|
InstanceTypeWatchDog |
InstanceTypeWatchDog.update()
Updates InstanceTypeWatchDog object.
|
DataCenterQuota |
DataCenterQuota.update()
Updates DataCenterQuota object.
|
HostAgent |
HostAgent.update()
Updates HostAgent object.
|
VMWatchDog |
VMWatchDog.update()
Updates VMWatchDog object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey.update()
Updates OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object.
|
VMCdRom |
VMCdRom.update()
Updates VMCdRom object.
|
StorageDomain |
StorageDomain.update()
Updates StorageDomain object.
|
InstanceType |
InstanceType.update()
Updates InstanceType object.
|
OpenStackImageProvider |
OpenStackImageProvider.update()
Updates OpenStackImageProvider object.
|
TemplateWatchDog |
TemplateWatchDog.update()
Updates TemplateWatchDog object.
|
DiskProfile |
DiskProfile.update()
Updates DiskProfile object.
|
VMNIC |
VMNIC.update()
Updates VMNIC object.
|
Host |
Host.update()
Updates Host object.
|
HostNetworkAttachment |
HostNetworkAttachment.update()
Updates HostNetworkAttachment object.
|
DataCenter |
DataCenter.update()
Updates DataCenter object.
|
UserSSHPublicKey |
UserSSHPublicKey.update()
Updates UserSSHPublicKey object.
|
InstanceTypeNIC |
InstanceTypeNIC.update()
Updates InstanceTypeNIC object.
|
VMVirtualNumaNode |
VMVirtualNumaNode.update()
Updates VMVirtualNumaNode object.
|
DataCenterIscsiBondStorageConnection |
DataCenterIscsiBondStorageConnection.update()
Updates DataCenterIscsiBondStorageConnection object.
|
HostNIC |
HostNIC.update()
Updates HostNIC object.
|
DataCenterCluster |
DataCenterCluster.update()
Updates DataCenterCluster object.
|
ClusterAffinityGroup |
ClusterAffinityGroup.update()
Updates ClusterAffinityGroup object.
|
TemplateNIC |
TemplateNIC.update()
Updates TemplateNIC object.
|
ClusterNetwork |
ClusterNetwork.update()
Updates ClusterNetwork object.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetwork.update()
Updates DataCenterIscsiBondNetwork object.
|
ExternalHostProvider |
ExternalHostProvider.update()
Updates ExternalHostProvider object.
|
Role |
Role.update()
Updates Role object.
|
VmPool |
VmPool.update()
Updates VmPool object.
|
MacPool |
MacPool.update()
Updates MacPool object.
|
CpuProfile |
CpuProfile.update()
Updates CpuProfile object.
|
DataCenterIscsiBond |
DataCenterIscsiBond.update()
Updates DataCenterIscsiBond object.
|
SchedulingPolicy |
SchedulingPolicy.update()
Updates SchedulingPolicy object.
|
VMDisk |
VMDisk.update()
Updates VMDisk object.
|
OpenStackNetworkProvider |
OpenStackNetworkProvider.update()
Updates OpenStackNetworkProvider object.
|
Network |
Network.update()
Updates Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetwork.update()
Updates DataCenterClusterNetwork object.
|
Tag |
Tag.update()
Updates Tag object.
|
OpenStackVolumeProvider |
OpenStackVolumeProvider.update()
Updates OpenStackVolumeProvider object.
|
DataCenterQoS |
DataCenterQoS.update()
Updates DataCenterQoS object.
|
HostStorageConnectionExtension |
HostStorageConnectionExtension.update()
Updates HostStorageConnectionExtension object.
|
StorageConnection |
StorageConnection.update()
Updates StorageConnection object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachment.update()
Updates HostHostNICNetworkAttachment object.
|
VnicProfile |
VnicProfile.update()
Updates VnicProfile object.
|
DataCenterClusterAffinityGroup |
DataCenterClusterAffinityGroup.update(Boolean async)
Updates DataCenterClusterAffinityGroup object.
|
Bookmark |
Bookmark.update(Boolean async)
Updates Bookmark object.
|
InstanceTypeWatchDog |
InstanceTypeWatchDog.update(Boolean async)
Updates InstanceTypeWatchDog object.
|
DataCenterQuota |
DataCenterQuota.update(Boolean async)
Updates DataCenterQuota object.
|
HostAgent |
HostAgent.update(Boolean async)
Updates HostAgent object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey.update(Boolean async)
Updates OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object.
|
VMCdRom |
VMCdRom.update(Boolean async)
Updates VMCdRom object.
|
StorageDomain |
StorageDomain.update(Boolean async)
Updates StorageDomain object.
|
InstanceType |
InstanceType.update(Boolean async)
Updates InstanceType object.
|
OpenStackImageProvider |
OpenStackImageProvider.update(Boolean async)
Updates OpenStackImageProvider object.
|
Host |
Host.update(Boolean async)
Updates Host object.
|
HostNetworkAttachment |
HostNetworkAttachment.update(Boolean async)
Updates HostNetworkAttachment object.
|
UserSSHPublicKey |
UserSSHPublicKey.update(Boolean async)
Updates UserSSHPublicKey object.
|
InstanceTypeNIC |
InstanceTypeNIC.update(Boolean async)
Updates InstanceTypeNIC object.
|
VMVirtualNumaNode |
VMVirtualNumaNode.update(Boolean async)
Updates VMVirtualNumaNode object.
|
DataCenterIscsiBondStorageConnection |
DataCenterIscsiBondStorageConnection.update(Boolean async)
Updates DataCenterIscsiBondStorageConnection object.
|
HostNIC |
HostNIC.update(Boolean async)
Updates HostNIC object.
|
ClusterAffinityGroup |
ClusterAffinityGroup.update(Boolean async)
Updates ClusterAffinityGroup object.
|
DataCenterIscsiBondNetwork |
DataCenterIscsiBondNetwork.update(Boolean async)
Updates DataCenterIscsiBondNetwork object.
|
ExternalHostProvider |
ExternalHostProvider.update(Boolean async)
Updates ExternalHostProvider object.
|
MacPool |
MacPool.update(Boolean async)
Updates MacPool object.
|
SchedulingPolicy |
SchedulingPolicy.update(Boolean async)
Updates SchedulingPolicy object.
|
OpenStackNetworkProvider |
OpenStackNetworkProvider.update(Boolean async)
Updates OpenStackNetworkProvider object.
|
OpenStackVolumeProvider |
OpenStackVolumeProvider.update(Boolean async)
Updates OpenStackVolumeProvider object.
|
HostStorageConnectionExtension |
HostStorageConnectionExtension.update(Boolean async)
Updates HostStorageConnectionExtension object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachment.update(Boolean async)
Updates HostHostNICNetworkAttachment object.
|
VMCdRom |
VMCdRom.update(Boolean async,
Boolean current)
Updates VMCdRom object.
|
VMCdRom |
VMCdRom.update(Boolean async,
Boolean current,
String correlationId)
Updates VMCdRom object.
|
VMCdRom |
VMCdRom.update(Boolean async,
Boolean current,
String correlationId,
String expect)
Updates VMCdRom object.
|
DataCenterQuota |
DataCenterQuota.update(Boolean async,
String correlationId)
Updates DataCenterQuota object.
|
HostAgent |
HostAgent.update(Boolean async,
String correlationId)
Updates HostAgent object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey.update(Boolean async,
String correlationId)
Updates OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object.
|
StorageDomain |
StorageDomain.update(Boolean async,
String correlationId)
Updates StorageDomain object.
|
OpenStackImageProvider |
OpenStackImageProvider.update(Boolean async,
String correlationId)
Updates OpenStackImageProvider object.
|
Host |
Host.update(Boolean async,
String correlationId)
Updates Host object.
|
HostNetworkAttachment |
HostNetworkAttachment.update(Boolean async,
String correlationId)
Updates HostNetworkAttachment object.
|
VMVirtualNumaNode |
VMVirtualNumaNode.update(Boolean async,
String correlationId)
Updates VMVirtualNumaNode object.
|
HostNIC |
HostNIC.update(Boolean async,
String correlationId)
Updates HostNIC object.
|
ClusterAffinityGroup |
ClusterAffinityGroup.update(Boolean async,
String correlationId)
Updates ClusterAffinityGroup object.
|
ExternalHostProvider |
ExternalHostProvider.update(Boolean async,
String correlationId)
Updates ExternalHostProvider object.
|
MacPool |
MacPool.update(Boolean async,
String correlationId)
Updates MacPool object.
|
SchedulingPolicy |
SchedulingPolicy.update(Boolean async,
String correlationId)
Updates SchedulingPolicy object.
|
OpenStackNetworkProvider |
OpenStackNetworkProvider.update(Boolean async,
String correlationId)
Updates OpenStackNetworkProvider object.
|
OpenStackVolumeProvider |
OpenStackVolumeProvider.update(Boolean async,
String correlationId)
Updates OpenStackVolumeProvider object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachment.update(Boolean async,
String correlationId)
Updates HostHostNICNetworkAttachment object.
|
DataCenterQuota |
DataCenterQuota.update(Boolean async,
String correlationId,
String expect)
Updates DataCenterQuota object.
|
HostAgent |
HostAgent.update(Boolean async,
String correlationId,
String expect)
Updates HostAgent object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey.update(Boolean async,
String correlationId,
String expect)
Updates OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object.
|
StorageDomain |
StorageDomain.update(Boolean async,
String correlationId,
String expect)
Updates StorageDomain object.
|
OpenStackImageProvider |
OpenStackImageProvider.update(Boolean async,
String correlationId,
String expect)
Updates OpenStackImageProvider object.
|
Host |
Host.update(Boolean async,
String correlationId,
String expect)
Updates Host object.
|
HostNetworkAttachment |
HostNetworkAttachment.update(Boolean async,
String correlationId,
String expect)
Updates HostNetworkAttachment object.
|
VMVirtualNumaNode |
VMVirtualNumaNode.update(Boolean async,
String correlationId,
String expect)
Updates VMVirtualNumaNode object.
|
HostNIC |
HostNIC.update(Boolean async,
String correlationId,
String expect)
Updates HostNIC object.
|
ClusterAffinityGroup |
ClusterAffinityGroup.update(Boolean async,
String correlationId,
String expect)
Updates ClusterAffinityGroup object.
|
ExternalHostProvider |
ExternalHostProvider.update(Boolean async,
String correlationId,
String expect)
Updates ExternalHostProvider object.
|
MacPool |
MacPool.update(Boolean async,
String correlationId,
String expect)
Updates MacPool object.
|
SchedulingPolicy |
SchedulingPolicy.update(Boolean async,
String correlationId,
String expect)
Updates SchedulingPolicy object.
|
OpenStackNetworkProvider |
OpenStackNetworkProvider.update(Boolean async,
String correlationId,
String expect)
Updates OpenStackNetworkProvider object.
|
OpenStackVolumeProvider |
OpenStackVolumeProvider.update(Boolean async,
String correlationId,
String expect)
Updates OpenStackVolumeProvider object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachment.update(Boolean async,
String correlationId,
String expect)
Updates HostHostNICNetworkAttachment object.
|
HostNetworkAttachment |
HostNetworkAttachment.update(Boolean async,
String correlationId,
String expect,
Boolean overrideConfiguration)
Updates HostNetworkAttachment object.
|
HostHostNICNetworkAttachment |
HostHostNICNetworkAttachment.update(Boolean async,
String correlationId,
String expect,
Boolean overrideConfiguration)
Updates HostHostNICNetworkAttachment object.
|
DataCenterNetwork |
DataCenterNetwork.update(String correlationId)
Updates DataCenterNetwork object.
|
Cluster |
Cluster.update(String correlationId)
Updates Cluster object.
|
Template |
Template.update(String correlationId)
Updates Template object.
|
VM |
VM.update(String correlationId)
Updates VM object.
|
VMWatchDog |
VMWatchDog.update(String correlationId)
Updates VMWatchDog object.
|
TemplateWatchDog |
TemplateWatchDog.update(String correlationId)
Updates TemplateWatchDog object.
|
DiskProfile |
DiskProfile.update(String correlationId)
Updates DiskProfile object.
|
VMNIC |
VMNIC.update(String correlationId)
Updates VMNIC object.
|
DataCenter |
DataCenter.update(String correlationId)
Updates DataCenter object.
|
DataCenterCluster |
DataCenterCluster.update(String correlationId)
Updates DataCenterCluster object.
|
TemplateNIC |
TemplateNIC.update(String correlationId)
Updates TemplateNIC object.
|
ClusterNetwork |
ClusterNetwork.update(String correlationId)
Updates ClusterNetwork object.
|
Role |
Role.update(String correlationId)
Updates Role object.
|
VmPool |
VmPool.update(String correlationId)
Updates VmPool object.
|
CpuProfile |
CpuProfile.update(String correlationId)
Updates CpuProfile object.
|
DataCenterIscsiBond |
DataCenterIscsiBond.update(String expect)
Updates DataCenterIscsiBond object.
|
VMDisk |
VMDisk.update(String correlationId)
Updates VMDisk object.
|
Network |
Network.update(String correlationId)
Updates Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetwork.update(String correlationId)
Updates DataCenterClusterNetwork object.
|
Tag |
Tag.update(String correlationId)
Updates Tag object.
|
DataCenterQoS |
DataCenterQoS.update(String correlationId)
Updates DataCenterQoS object.
|
StorageConnection |
StorageConnection.update(String correlationId)
Updates StorageConnection object.
|
VnicProfile |
VnicProfile.update(String correlationId)
Updates VnicProfile object.
|
DataCenterNetwork |
DataCenterNetwork.update(String correlationId,
Boolean async)
Updates DataCenterNetwork object.
|
Cluster |
Cluster.update(String correlationId,
Boolean async)
Updates Cluster object.
|
Template |
Template.update(String correlationId,
Boolean async)
Updates Template object.
|
VM |
VM.update(String correlationId,
Boolean async)
Updates VM object.
|
VMWatchDog |
VMWatchDog.update(String correlationId,
Boolean async)
Updates VMWatchDog object.
|
TemplateWatchDog |
TemplateWatchDog.update(String correlationId,
Boolean async)
Updates TemplateWatchDog object.
|
DiskProfile |
DiskProfile.update(String correlationId,
Boolean async)
Updates DiskProfile object.
|
VMNIC |
VMNIC.update(String correlationId,
Boolean async)
Updates VMNIC object.
|
DataCenter |
DataCenter.update(String correlationId,
Boolean async)
Updates DataCenter object.
|
DataCenterCluster |
DataCenterCluster.update(String correlationId,
Boolean async)
Updates DataCenterCluster object.
|
TemplateNIC |
TemplateNIC.update(String correlationId,
Boolean async)
Updates TemplateNIC object.
|
ClusterNetwork |
ClusterNetwork.update(String correlationId,
Boolean async)
Updates ClusterNetwork object.
|
Role |
Role.update(String correlationId,
Boolean async)
Updates Role object.
|
VmPool |
VmPool.update(String correlationId,
Boolean async)
Updates VmPool object.
|
CpuProfile |
CpuProfile.update(String correlationId,
Boolean async)
Updates CpuProfile object.
|
DataCenterIscsiBond |
DataCenterIscsiBond.update(String expect,
Boolean async)
Updates DataCenterIscsiBond object.
|
VMDisk |
VMDisk.update(String correlationId,
Boolean async)
Updates VMDisk object.
|
Network |
Network.update(String correlationId,
Boolean async)
Updates Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetwork.update(String correlationId,
Boolean async)
Updates DataCenterClusterNetwork object.
|
Tag |
Tag.update(String correlationId,
Boolean async)
Updates Tag object.
|
DataCenterQoS |
DataCenterQoS.update(String correlationId,
Boolean async)
Updates DataCenterQoS object.
|
StorageConnection |
StorageConnection.update(String correlationId,
Boolean async)
Updates StorageConnection object.
|
VnicProfile |
VnicProfile.update(String correlationId,
Boolean async)
Updates VnicProfile object.
|
DataCenterNetwork |
DataCenterNetwork.update(String correlationId,
Boolean async,
String expect)
Updates DataCenterNetwork object.
|
Cluster |
Cluster.update(String correlationId,
Boolean async,
String expect)
Updates Cluster object.
|
Template |
Template.update(String correlationId,
Boolean async,
String expect)
Updates Template object.
|
VM |
VM.update(String correlationId,
Boolean async,
String expect)
Updates VM object.
|
VMWatchDog |
VMWatchDog.update(String correlationId,
Boolean async,
String expect)
Updates VMWatchDog object.
|
TemplateWatchDog |
TemplateWatchDog.update(String correlationId,
Boolean async,
String expect)
Updates TemplateWatchDog object.
|
DiskProfile |
DiskProfile.update(String correlationId,
Boolean async,
String expect)
Updates DiskProfile object.
|
VMNIC |
VMNIC.update(String correlationId,
Boolean async,
String expect)
Updates VMNIC object.
|
DataCenter |
DataCenter.update(String correlationId,
Boolean async,
String expect)
Updates DataCenter object.
|
DataCenterCluster |
DataCenterCluster.update(String correlationId,
Boolean async,
String expect)
Updates DataCenterCluster object.
|
TemplateNIC |
TemplateNIC.update(String correlationId,
Boolean async,
String expect)
Updates TemplateNIC object.
|
ClusterNetwork |
ClusterNetwork.update(String correlationId,
Boolean async,
String expect)
Updates ClusterNetwork object.
|
Role |
Role.update(String correlationId,
Boolean async,
String expect)
Updates Role object.
|
VmPool |
VmPool.update(String correlationId,
Boolean async,
String expect)
Updates VmPool object.
|
CpuProfile |
CpuProfile.update(String correlationId,
Boolean async,
String expect)
Updates CpuProfile object.
|
DataCenterIscsiBond |
DataCenterIscsiBond.update(String expect,
Boolean async,
String correlationId)
Updates DataCenterIscsiBond object.
|
VMDisk |
VMDisk.update(String correlationId,
Boolean async,
String expect)
Updates VMDisk object.
|
Network |
Network.update(String correlationId,
Boolean async,
String expect)
Updates Network object.
|
DataCenterClusterNetwork |
DataCenterClusterNetwork.update(String correlationId,
Boolean async,
String expect)
Updates DataCenterClusterNetwork object.
|
Tag |
Tag.update(String correlationId,
Boolean async,
String expect)
Updates Tag object.
|
DataCenterQoS |
DataCenterQoS.update(String correlationId,
Boolean async,
String expect)
Updates DataCenterQoS object.
|
StorageConnection |
StorageConnection.update(String correlationId,
Boolean async,
String expect)
Updates StorageConnection object.
|
VnicProfile |
VnicProfile.update(String correlationId,
Boolean async,
String expect)
Updates VnicProfile object.
|
Action |
HostNIC.updatevirtualfunctionsconfiguration(Action action)
Performs updatevirtualfunctionsconfiguration action.
|
Action |
HostNIC.updatevirtualfunctionsconfiguration(Action action,
Boolean async)
Performs updatevirtualfunctionsconfiguration action.
|
Action |
HostNIC.updatevirtualfunctionsconfiguration(Action action,
Boolean async,
String correlationId)
Performs updatevirtualfunctionsconfiguration action.
|
Action |
Host.upgrade(Action action)
Performs upgrade action.
|
Action |
Host.upgrade(Action action,
Boolean async)
Performs upgrade action.
|
Action |
Host.upgrade(Action action,
Boolean async,
String correlationId)
Performs upgrade action.
|
Modifier and Type | Method and Description |
---|---|
<F,T> T |
HttpProxyBroker.action(String url,
F entity,
Class<F> from,
Class<T> to)
Performs action on a resource
|
<F,T> T |
HttpProxyBroker.action(String url,
F entity,
Class<F> from,
Class<T> to,
List<org.apache.http.Header> headers)
Performs action on a resource
|
<F,T> T |
HttpProxyBroker.add(String url,
F entity,
Class<F> from,
Class<T> to)
Adds new resource
|
<F,T> T |
HttpProxyBroker.add(String url,
F entity,
Class<F> from,
Class<T> to,
List<org.apache.http.Header> headers)
Adds new resource
|
<F,T> T |
HttpProxyBroker.delete(String url,
Class<T> to)
Deletes resource
|
<F,T> T |
HttpProxyBroker.delete(String url,
Class<T> to,
List<org.apache.http.Header> headers)
Deletes resource
|
<F,T> T |
HttpProxyBroker.delete(String url,
F entity,
Class<F> from,
Class<T> to)
Deletes resource
|
<F,T> T |
HttpProxyBroker.delete(String url,
F entity,
Class<F> from,
Class<T> to,
List<org.apache.http.Header> headers)
Deletes resource
|
String |
HttpProxy.execute(org.apache.http.client.methods.HttpUriRequest request,
List<org.apache.http.Header> headers,
Boolean last)
Executes HTTP request
|
String |
HttpProxyBroker.get(String url)
Fetches resource
|
<F> F |
HttpProxyBroker.get(String url,
Class<F> from)
Fetches resource
|
<F,T> T |
HttpProxyBroker.get(String url,
Class<F> from,
Class<T> to)
Fetches resource
|
<F,T> T |
HttpProxyBroker.get(String url,
Class<F> from,
Class<T> to,
List<org.apache.http.Header> headers)
Fetches resource
|
String |
HttpProxyBroker.get(String url,
List<org.apache.http.Header> headers)
Fetches resource
|
<F,T> T |
HttpProxyBroker.update(String url,
F entity,
Class<F> from,
Class<T> to)
updates resource
|
<F,T> T |
HttpProxyBroker.update(String url,
F entity,
Class<F> from,
Class<T> to,
List<org.apache.http.Header> headers)
updates resource
|
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0