Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V 

A

activeVersionNumber - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatePublishSpec
Template's active version which will be used as default for a VM deployment or a guest update
addDefaultHeader(String, String) - Method in class com.nutanix.vmm.java.client.ApiClient
Add a default header.
ADSFDiskMigrationPlan - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The disk migration plan defines how disks are migrated.
ADSFDiskMigrationPlan() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFDiskMigrationPlan
 
ADSFDiskMigrationPlan(VmDiskContainerReference, List<MigrateDiskReference>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFDiskMigrationPlan
 
ADSFVmStorageConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Storage configuration for VM.
ADSFVmStorageConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVmStorageConfig
 
ADSFVmStorageConfig(Boolean, QosConfig) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVmStorageConfig
 
ADSFVolumeGroupReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to an ADSF Volume Group.
ADSFVolumeGroupReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVolumeGroupReference
 
ADSFVolumeGroupReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVolumeGroupReference
 
AllDisksMigrationPlan - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Defines how all the disks of a VM are migrated to the same target storage container.
AllDisksMigrationPlan() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AllDisksMigrationPlan
 
AllDisksMigrationPlan(VmDiskContainerReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AllDisksMigrationPlan
 
allowInsecure - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.UrlSource
Ignore the certificate errors, if the value is true.
ApiClient - Class in com.nutanix.vmm.java.client
 
ApiClient() - Constructor for class com.nutanix.vmm.java.client.ApiClient
 
ApiClient(RestTemplate) - Constructor for class com.nutanix.vmm.java.client.ApiClient
 
ApiClient.CollectionFormat - Enum in com.nutanix.vmm.java.client
 
ApiKeyAuth - Class in com.nutanix.vmm.java.client.auth
 
ApiKeyAuth(String, String) - Constructor for class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
ApiLink - Class in com.nutanix.dp1.vmm.common.v1.response
A HATEOAS style link for the response.
ApiLink() - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ApiLink
 
ApiLink(String, String) - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ApiLink
 
ApiResponseMetadata - Class in com.nutanix.dp1.vmm.common.v1.response
The metadata associated with an API response.
ApiResponseMetadata() - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
 
ApiResponseMetadata(List<Flag>, List<ApiLink>, Integer, List<Message>, List<KVPair>) - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
 
ApiResponseMetadata.ApiResponseMetadataFlags - Class in com.nutanix.dp1.vmm.common.v1.response
 
ApiResponseMetadataFlags() - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata.ApiResponseMetadataFlags
 
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in interface com.nutanix.vmm.java.client.auth.Authentication
Apply authentication settings to header and / or query parameters.
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.nutanix.vmm.java.client.auth.HttpBasicAuth
 
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.nutanix.vmm.java.client.auth.OAuth
 
AppMessage - Class in com.nutanix.dp1.vmm.vmm.v4.error
This schema is generated from AppMessage.java
AppMessage() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
AppMessage(String, MessageSeverity, String, String, String, Map<String, String>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
argumentsMap - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
assignIp(String, String, AssignIpParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Assigns a specific IP address to a network device attached to a managed network.
AssignIpParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Assigns a specific IP address to a network device attached to a managed network.
AssignIpParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpParams
 
AssignIpParams(IPv4Address) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpParams
 
AssignIpResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics/{extId}/$actions/assign-ip Post operation
AssignIpResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse
 
AssignIpResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse
 
AssignIpResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
assignVmOwner(String, OwnershipInfo, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Assign the owner of a Virtual Machine.
assignVmOwner(String, OwnershipInfo, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Assign the owner of a Virtual Machine.
AssignVmOwnerResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/assign-owner Post operation
AssignVmOwnerResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse
 
AssignVmOwnerResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse
 
AssignVmOwnerResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/$actions/assign-owner Post operation
AssignVmOwnerResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse
 
AssignVmOwnerResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse
 
AssignVmOwnerResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
AssignVmOwnerResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
associateVmCategories(String, AssociateVmCategoriesParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Associate categories to a Virtual Machine.
associateVmCategories(String, AssociateVmCategoriesParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Associate categories to a Virtual Machine.
AssociateVmCategoriesParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
List of categories to be associated to the VM.
AssociateVmCategoriesParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesParams
 
AssociateVmCategoriesParams(List<CategoryReference>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesParams
 
AssociateVmCategoriesParams - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
List of categories to be associated to the VM.
AssociateVmCategoriesParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesParams
 
AssociateVmCategoriesParams(List<CategoryReference>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesParams
 
AssociateVmCategoriesResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/associate-categories Post operation
AssociateVmCategoriesResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse
 
AssociateVmCategoriesResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse
 
AssociateVmCategoriesResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/$actions/associate-categories Post operation
AssociateVmCategoriesResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse
 
AssociateVmCategoriesResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse
 
AssociateVmCategoriesResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
AssociateVmCategoriesResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
attributePath - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationErrorMessage
 
Authentication - Interface in com.nutanix.vmm.java.client.auth
 
availabilityZone - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
AvailabilityZoneReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to an availability zone.
AvailabilityZoneReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AvailabilityZoneReference
 
AvailabilityZoneReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AvailabilityZoneReference
 

B

backingInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRom
 
backingInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomInsertParams
 
backingInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Nic
 
backingStorageInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NvramDevice
 
biosUuid - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
BIOS UUID of the VM.
BootDeviceDisk - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The disk that will be used to boot the VM.
BootDeviceDisk() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceDisk
 
BootDeviceDisk(DiskAddress) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceDisk
 
BootDeviceNic - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The NIC that will be used to boot the VM.
BootDeviceNic() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceNic
 
BootDeviceNic(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceNic
 
BootDeviceType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The type of boot device.
bootOrder - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot
Indicates the order of device types in which the VM should try to boot from.
busType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomAddress
 
busType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskAddress
 

C

CancelPlacementTasks - Class in com.nutanix.dp1.vmm.vmm.v4.images
Indicates whether the tasks running to enforce policy should be canceled.
CancelPlacementTasks() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.CancelPlacementTasks
 
CancelPlacementTasks(Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.CancelPlacementTasks
 
cancelRunningTasks - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.CancelPlacementTasks
Boolean to indicate if tasks running to enforce image placement policy should be suspended.
capabilities - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
The list of the application names that are enabled on the guest VM.
capabilities - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInsertConfig
The list of the application names that are enabled on the guest VM.
capabilities - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInstallConfig
The list of the application names that are enabled on the guest VM.
capabilities - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
The list of the application names that are enabled on the guest VM.
capabilities - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInsertConfig
The list of the application names that are enabled on the guest VM.
capabilities - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInstallConfig
The list of the application names that are enabled on the guest VM.
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesParams
 
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesParams
 
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Categories for the VM.
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesParams
 
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesParams
 
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
Categories for the VM.
categories - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
Categories for an image.
categoryIds - Variable in class com.nutanix.dp1.vmm.common.v1.config.Metadata
A list of globally unique identifiers that represent all the categories the resource is associated with.
CategoryReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to a category.
CategoryReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CategoryReference
 
CategoryReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CategoryReference
 
CategoryReference - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Reference to a category.
CategoryReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.CategoryReference
 
CategoryReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.CategoryReference
 
CategoryReference - Class in com.nutanix.dp1.vmm.vmm.v4.images
Reference to a category.
CategoryReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.CategoryReference
 
CategoryReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.CategoryReference
 
CdRom - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Virtual Machine CD-ROM.
CdRom() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRom
 
CdRom(String, String, List<ApiLink>, CdRomAddress, VmDisk, IsoType) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRom
 
CdRomAddress - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Virtual Machine disk (VM disk).
CdRomAddress() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomAddress
 
CdRomAddress(CdRomBusType, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomAddress
 
CdRomBusType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Bus type for the device.
CdRomInsertParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Virtual Machine CD-ROM.
CdRomInsertParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomInsertParams
 
CdRomInsertParams(VmDisk) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomInsertParams
 
cdRoms - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
CD-ROMs attached to the VM.
checksum - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
CloneOverrideParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
VM clone override specification.
CloneOverrideParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
 
CloneOverrideParams(String, Integer, Integer, Integer, Long, List<Nic>, Object, GuestCustomizationParams) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
 
CloneOverrideParams.OneOfBootConfigWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
cloneVm(String, CloneOverrideParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Clones an existing Virtual Machine.
CloneVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/clone Post operation
CloneVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse
 
CloneVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse
 
CloneVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
CloudInit - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
If this field is set, the guest will be customized using cloud-init.
CloudInit() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
 
CloudInit(CloudInitDataSourceType, String, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
 
CloudInit.OneOfCloudInitScriptWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
CloudInitDataSourceType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Type of datasource.
cluster - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
cluster - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
 
ClusterEntityFilter - Class in com.nutanix.dp1.vmm.vmm.v4.images
Category based Cluster filter.
ClusterEntityFilter() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterEntityFilter
 
ClusterEntityFilter(FilterMatchType, Map<String, List<String>>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterEntityFilter
 
clusterEntityFilter - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
clusterEntityFilter - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
 
clusterExtId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterImages
 
clusterId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterRateLimitStatus
Cluster extId.
clusterId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.EffectiveRateLimit
 
ClusterIdList - Class in com.nutanix.dp1.vmm.vmm.v4.images
List of cluster extIds.
ClusterIdList() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterIdList
 
ClusterIdList(List<String>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterIdList
 
clusterIds - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterIdList
List of cluster extIds.
ClusterImages - Class in com.nutanix.dp1.vmm.vmm.v4.images
Reference to a Prism Element cluster and respective retained images.
ClusterImages() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterImages
 
ClusterImages(String, List<String>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterImages
 
ClusterRateLimitStatus - Class in com.nutanix.dp1.vmm.vmm.v4.images
Cluster image rate limit status.
ClusterRateLimitStatus() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterRateLimitStatus
 
ClusterRateLimitStatus(String, String, String, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterRateLimitStatus
 
ClusterReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to a cluster.
ClusterReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ClusterReference
 
ClusterReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ClusterReference
 
ClusterReference - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Reference to a cluster.
ClusterReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ClusterReference
 
ClusterReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ClusterReference
 
ClusterReference - Class in com.nutanix.dp1.vmm.vmm.v4.images
Reference to a cluster.
ClusterReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterReference
 
ClusterReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ClusterReference
 
clusterReference - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateDeployment
The UUID of the Cluster where the VM has to be deployed.
code - Variable in class com.nutanix.dp1.vmm.common.v1.config.Message
A code that uniquely identifies a message.
code - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
com.nutanix.dp1.vmm.common.v1.config - package com.nutanix.dp1.vmm.common.v1.config
Nutanix Standard Configuration
com.nutanix.dp1.vmm.common.v1.response - package com.nutanix.dp1.vmm.common.v1.response
Nutanix Standard Response Format
com.nutanix.dp1.vmm.dataprotection.v4.common - package com.nutanix.dp1.vmm.dataprotection.v4.common
 
com.nutanix.dp1.vmm.prism.v4.config - package com.nutanix.dp1.vmm.prism.v4.config
 
com.nutanix.dp1.vmm.vmm.v4.ahv.config - package com.nutanix.dp1.vmm.vmm.v4.ahv.config
Configure Acropolis hypervisor based Virtual Machines, Disks, Nics etc
com.nutanix.dp1.vmm.vmm.v4.error - package com.nutanix.dp1.vmm.vmm.v4.error
Auto-injected error response object by the dev platform
com.nutanix.dp1.vmm.vmm.v4.esxi.config - package com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
com.nutanix.dp1.vmm.vmm.v4.images - package com.nutanix.dp1.vmm.vmm.v4.images
Manage Images.
com.nutanix.dp1.vmm.vmm.v4.templates - package com.nutanix.dp1.vmm.vmm.v4.templates
 
com.nutanix.vmm.java.client - package com.nutanix.vmm.java.client
The base package for Nutanix Vmm Versioned APIs's java SDK
com.nutanix.vmm.java.client.api - package com.nutanix.vmm.java.client.api
Api classes for Nutanix Vmm Versioned APIs's java SDK
com.nutanix.vmm.java.client.auth - package com.nutanix.vmm.java.client.auth
Auth helper classes for Nutanix Vmm Versioned APIs's java SDK
CompleteGuestUpdateSpec - Class in com.nutanix.dp1.vmm.vmm.v4.templates
Input to Template Complete Guest OS Update.
CompleteGuestUpdateSpec() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.CompleteGuestUpdateSpec
 
CompleteGuestUpdateSpec(String, String, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.CompleteGuestUpdateSpec
 
complianceStatus - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionPolicyState
 
complianceStatus - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RecoveryPlanState
 
ComplianceStatus - Enum in com.nutanix.dp1.vmm.vmm.v4.images
Compliance status for a placement policy.
complianceStatus - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
 
conflictingPolicies - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
Placement policies that conflict with the current one.
consistencyGroupExtId - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
The external identifier that can be used to retrieve the consistency group using its URL.
consistencyGroupName - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
Name of the Consistency group.
CpuFeature - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The list of additional CPU features to be enabled.
createCdRom(String, CdRom, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Creates and attaches a CD-ROM device to a Virtual Machine.
CreateCdRomResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/cd-roms Post operation
CreateCdRomResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse
 
CreateCdRomResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse
 
CreateCdRomResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
createDisk(String, Disk, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Creates and attaches a disk device to a Virtual Machine.
CreateDiskResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/disks Post operation
CreateDiskResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse
 
CreateDiskResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse
 
CreateDiskResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
createGpu(String, Gpu, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Attaches a GPU device to a Virtual Machine.
CreateGpuResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/gpus Post operation
CreateGpuResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse
 
CreateGpuResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse
 
CreateGpuResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
createImage(Image, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Create an image.
createNic(String, Nic, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Creates and attaches a network device to a Virtual Machine.
CreateNicResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics Post operation
CreateNicResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse
 
CreateNicResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse
 
CreateNicResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
createPlacementPolicy(PlacementPolicy, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
Create an image placement policy.
createRateLimit(RateLimit, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
Create an image rate limit.
createSerialPort(String, SerialPort, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Creates and attaches a serial port device to a Virtual Machine.
CreateSerialPortResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/serial-ports Post operation
CreateSerialPortResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse
 
CreateSerialPortResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse
 
CreateSerialPortResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
createVm(Vm, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Creates a Virtual Machine with the provided configuration.
CreateVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms Post operation
CreateVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse
 
CreateVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse
 
CreateVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
creationTime - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
The UTC date and time in ISO-8601 format when the Recovery point is created.
Credential - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Sign in credentials for the server.
Credential() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Credential
 
Credential(String, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Credential
 
credential - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInstallConfig
 
credential - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInstallConfig
 
crossClusterMigrateVm(String, VmCrossClusterMigrateParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Migrates a VM (including its storage) from the current cluster to a new target cluster.
CrossClusterMigrateVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/migrate Post operation
CrossClusterMigrateVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse
 
CrossClusterMigrateVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse
 
CrossClusterMigrateVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
customizeGuest(String, GuestCustomizationParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot.
CustomizeGuestVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/customize-guest Post operation
CustomizeGuestVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse
 
CustomizeGuestVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse
 
CustomizeGuestVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
CustomKeyValues - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
A collection of key/value pairs.
CustomKeyValues() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomKeyValues
 
CustomKeyValues(List<KVPair>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomKeyValues
 

D

DataSource - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
A reference to a disk or image that contains the contents of a disk.
DataSource() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource
 
DataSource(Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource
 
dataSource - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
 
DataSource.OneOfReferenceWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
datasourceType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
 
deleteCdRom(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Removes the specified CD-ROM device from a Virtual Machine.
DeleteCdRomResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/cd-roms/{extId} Delete operation
DeleteCdRomResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse
 
DeleteCdRomResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse
 
DeleteCdRomResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
deleteDisk(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Removes the specified disk device from a Virtual Machine.
DeleteDiskResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/disks/{extId} Delete operation
DeleteDiskResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse
 
DeleteDiskResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse
 
DeleteDiskResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
deleteGpu(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Removes the specified GPU device from a Virtual Machine.
DeleteGpuResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/gpus/{extId} Delete operation
DeleteGpuResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse
 
DeleteGpuResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse
 
DeleteGpuResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
deleteImageByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Delete the image with the given extId.
deleteMultipleRateLimits(RateLimitIdList, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
Delete the image rate limits with the specified extIds.
deleteNic(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Removes the specified network device from a Virtual Machine.
DeleteNicResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics/{extId} Delete operation
DeleteNicResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse
 
DeleteNicResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse
 
DeleteNicResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
deletePlacementPolicyByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
Delete the image placement policy with the given extId.
deleteRateLimitByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
Delete the image rate limit with the given extId.
deleteSerialPort(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Removes the specified serial port from a Virtual Machine.
DeleteSerialPortResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/serial-ports/{extId} Delete operation
DeleteSerialPortResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse
 
DeleteSerialPortResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse
 
DeleteSerialPortResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
deleteVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Delete the specified Virtual Machine.
DeleteVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId} Delete operation
DeleteVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse
 
DeleteVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse
 
DeleteVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
deployedVmReference - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.GuestUpdateStatus
VM reference UUID.
description - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
VM description.
description - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
VM description.
description - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
description - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
Description of the image placement policy.
description - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
A description for the current image rate limit.
deviceId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
The device Id of the GPU.
disassociateVmCategories(String, DisassociateVmCategoriesParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Disassociate categories from a Virtual Machine.
disassociateVmCategories(String, DisassociateVmCategoriesParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Disassociate categories from a Virtual Machine.
DisassociateVmCategoriesParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
List of categories to be disassociated from the VM.
DisassociateVmCategoriesParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesParams
 
DisassociateVmCategoriesParams(List<CategoryReference>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesParams
 
DisassociateVmCategoriesParams - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
List of categories to be disassociated from the VM.
DisassociateVmCategoriesParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesParams
 
DisassociateVmCategoriesParams(List<CategoryReference>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesParams
 
DisassociateVmCategoriesResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/disassociate-categories Post operation
DisassociateVmCategoriesResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse
 
DisassociateVmCategoriesResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse
 
DisassociateVmCategoriesResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/$actions/disassociate-categories Post operation
DisassociateVmCategoriesResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse
 
DisassociateVmCategoriesResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse
 
DisassociateVmCategoriesResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
DisassociateVmCategoriesResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
Disk - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Virtual Machine disk (VM disk).
Disk() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk
 
Disk(String, String, List<ApiLink>, DiskAddress, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk
 
Disk.OneOfBackingInfoWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
diskAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceDisk
 
diskAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRom
 
diskAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk
 
DiskAddress - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Disk address.
DiskAddress() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskAddress
 
DiskAddress(DiskBusType, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskAddress
 
diskAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDiskReference
 
diskAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskReference
 
DiskBusType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Bus type for the device.
diskExtId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDiskReference
Globally unique identifier of a VM disk.
diskExtId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskReference
Globally unique identifier of a VM disk.
DiskMigrationParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Specifies the disks of a VM for migration and the migration plan for them.
DiskMigrationParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams
 
DiskMigrationParams(Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams
 
DiskMigrationParams.OneOfMigrateDisksWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
disks - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFDiskMigrationPlan
The disks included in the migration plan.
disks - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Disks attached to the VM.
diskSizeBytes - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
Size of the disk in Bytes

E

EffectiveRateLimit - Class in com.nutanix.dp1.vmm.vmm.v4.images
The enforced rate limit on cluster when multiple image rate limit policies apply.
EffectiveRateLimit() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.EffectiveRateLimit
 
EffectiveRateLimit(String, RateLimit) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.EffectiveRateLimit
 
effectiveRateLimitId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterRateLimitStatus
Image rate limit extId currently enforced for a cluster.
effectiveRateLimitKbps - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterRateLimitStatus
The currently enforced rate limit for a cluster in KBps.
effectiveRateLimitName - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterRateLimitStatus
Name of the image rate limit currently enforced for a cluster.
ejectCdRom(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Ejects the ISO currently inserted into a CD-ROM device on a Virtual Machine.
EjectCdRomResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/cd-roms/{extId}/$actions/eject Post operation
EjectCdRomResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse
 
EjectCdRomResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse
 
EjectCdRomResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
EmulatedNic - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Defines a NIC emulated by the hypervisor
EmulatedNic() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNic
 
EmulatedNic(EmulatedNicModel, String, Boolean, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNic
 
EmulatedNicModel - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Options for the NIC emulation.
enabledCpuFeatures - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
The list of additional CPU features to be enabled.
enforcedClusters - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
Clusters for the enforced placement policy.
EnforcementMode - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Policy enforcement mode informs us about what the policy engine is currently doing to enforce the policy on the entity.
enforcementMode - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionPolicyState
 
enforcementMode - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RecoveryPlanState
 
EnforcementMode - Enum in com.nutanix.dp1.vmm.vmm.v4.images
Indicates whether placement policy enforcement is ongoing or has failed.
enforcementMode - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
 
EnforcementState - Enum in com.nutanix.dp1.vmm.vmm.v4.images
Enforcement status of the image placement policy.
enforcementState - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
EntityFilter - Class in com.nutanix.dp1.vmm.vmm.v4.images
Category-based entity filter.
EntityFilter() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.EntityFilter
 
EntityFilter(FilterMatchType, Map<String, List<String>>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.EntityFilter
 
entityType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReference
 
entityType - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReference
 
error - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
errorGroup - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
ErrorResponse - Class in com.nutanix.dp1.vmm.vmm.v4.error
This schema is auto-generated by the Open API Dev Platform as REST response for 4xx and 5xx error responses.
ErrorResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
 
ErrorResponse(Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
 
ErrorResponse.OneOfErrorWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.error
 
EsxiVmApi - Class in com.nutanix.vmm.java.client.api
 
EsxiVmApi() - Constructor for class com.nutanix.vmm.java.client.api.EsxiVmApi
 
EsxiVmApi(ApiClient) - Constructor for class com.nutanix.vmm.java.client.api.EsxiVmApi
 
expirationTime - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
The UTC date and time in ISO-8601 format when the current Recovery point expires and will be garbage collected.
ExternalizableAbstractModel - Class in com.nutanix.dp1.vmm.common.v1.response
A model that represents an object instance that is accessible through an API endpoint.
ExternalizableAbstractModel() - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ExternalizableAbstractModel
 
ExternalizableAbstractModel(String, String, List<ApiLink>) - Constructor for class com.nutanix.dp1.vmm.common.v1.response.ExternalizableAbstractModel
 
extId - Variable in class com.nutanix.dp1.vmm.common.v1.response.ExternalizableAbstractModel
A globally unique identifier of an instance that is suitable for external consumption.
extId - Variable in class com.nutanix.dp1.vmm.prism.v4.config.TaskReference
A globally unique identifier of a task.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CategoryReference
Globally unique identifier of a VM category.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ClusterReference
Globally unique identifier of a cluster.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.HostReference
Globally unique identifier of a host.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionChainReference
Globally unique identifier of a network function chain.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.OwnerReference
Globally unique identifier of a VM owner.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyReference
Globally unique identifier of an instance.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SubnetReference
Globally unique identifier of a subnet.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskContainerReference
Globally unique identifier of a VM disk container.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmReference
Globally unique identifier of a VM.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.CategoryReference
Globally unique identifier of an instance.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ClusterReference
Globally unique identifier of an instance.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.HostReference
Globally unique identifier of a host.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReference
Globally unique identifier of an instance.
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.CategoryReference
 
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterReference
 
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageReference
 
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyReference
 
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
 
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.VmDiskSource
 
extId - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmReference
The source VM to create a new template
extraInfo - Variable in class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
An array of entity-specific metadata

F

FilterMatchType - Enum in com.nutanix.dp1.vmm.vmm.v4.images
The matching done by the filter.
Flag - Class in com.nutanix.dp1.vmm.common.v1.config
Many entities in the Nutanix APIs carry flags.
Flag() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.Flag
 
Flag(String, Boolean) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.Flag
 
format(Date, StringBuffer, FieldPosition) - Method in class com.nutanix.vmm.java.client.RFC3339DateFormat
 
formatDate(Date) - Method in class com.nutanix.vmm.java.client.ApiClient
Format the given Date object into string.
fromEnum() - Method in enum com.nutanix.dp1.vmm.common.v1.config.MessageSeverity
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointStatus
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomBusType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInitDataSourceType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CpuFeature
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskBusType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNicModel
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EnforcementMode
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuMode
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuVendor
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.IsoType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MachineType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionNicType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NgtCapability
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyComplianceState
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerState
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfoReplicationStatus
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ScheduleType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VlanMode
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReferenceEntityType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsCapability
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixScheduleType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReferenceEntityType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.ComplianceStatus
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementMode
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementState
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.FilterMatchType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksumType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageType
 
fromEnum() - Method in enum com.nutanix.dp1.vmm.vmm.v4.images.PlacementType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.common.v1.config.MessageSeverity
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointStatus
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomBusType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInitDataSourceType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CpuFeature
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskBusType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNicModel
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EnforcementMode
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuMode
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuVendor
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.IsoType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MachineType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionNicType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NgtCapability
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyComplianceState
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerState
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfoReplicationStatus
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ScheduleType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VlanMode
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReferenceEntityType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsCapability
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixScheduleType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReferenceEntityType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ComplianceStatus
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementMode
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementState
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.FilterMatchType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksumType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageType
 
fromString(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.PlacementType
 

G

generationUuid - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Generation UUID of the VM.
getAccessToken() - Method in class com.nutanix.vmm.java.client.auth.OAuth
 
getApiClient() - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
 
getApiClient() - Method in class com.nutanix.vmm.java.client.api.ImagesApi
 
getApiClient() - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
 
getApiClient() - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
 
getApiClient() - Method in class com.nutanix.vmm.java.client.api.VmApi
 
getApiClient() - Method in class com.nutanix.vmm.java.client.api.VmDataProtectionApi
 
getApiKey() - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
getAuthentication(String) - Method in class com.nutanix.vmm.java.client.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class com.nutanix.vmm.java.client.ApiClient
Get authentications (key: authentication name, value: authentication).
getBackingInfo() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk
Get backingInfo in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVolumeGroupReference
getBootConfig() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
Get bootConfig in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot com.nutanix.dp1.vmm.vmm.v4.ahv.config.UefiBoot
getBootConfig() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Get bootConfig in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot com.nutanix.dp1.vmm.vmm.v4.ahv.config.UefiBoot
getBootDevice() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot
Get bootDevice in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceDisk com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceNic
getCdRomByExtId(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves configuration details for the provided CD-ROM device attached to a Virtual Machine.
GetCdRomResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/cd-roms/{extId} Get operation
GetCdRomResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse
 
GetCdRomResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse
 
GetCdRomResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
getCloudInitScript() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
Get cloudInitScript in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Userdata com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomKeyValues
getConfig() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams
Get config in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
getConnectTimeout() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the current connection timeout
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRom com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Nic com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.SerialPort com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.ahv.config.CdRom) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.ahv.config.Disk) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.ahv.config.Gpu) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.ahv.config.Nic) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.ahv.config.SerialPort) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.ahv.config.Vm) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.esxi.config.Vm) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.images.Image com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.CategoryReference) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.ClusterReference) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.Image) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.PlacementPolicyStatus) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.PlacementPolicy) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.images.RateLimit com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.RateLimit) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.RateLimitTask) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.images.EffectiveRateLimit) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.templates.Template com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.templates.Template) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.prism.v4.config.TaskReference com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse
Get data in one of possible types : com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getData() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse
Get data in one of possible types : EMPTY_LIST List(vmm.v4.templates.TemplateVersionSpec) com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
getDateFormat() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the date format used to parse/format date parameters.
getDiskByExtId(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves configuration details for the provided disk device attached to a Virtual Machine.
GetDiskResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/disks/{extId} Get operation
GetDiskResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse
 
GetDiskResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse
 
GetDiskResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
getError() - Method in class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
Get error in one of possible types : EMPTY_LIST List(vmm.v4.error.AppMessage) com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
getEtag(Object) - Static method in class com.nutanix.vmm.java.client.ApiClient
Get ETag from an object if exists.
getFlags() - Method in class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
 
getGpuByExtId(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves configuration details for the provided GPU device attached to a Virtual Machine.
GetGpuResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/gpus/{extId} Get operation
GetGpuResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse
 
GetGpuResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse
 
GetGpuResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
GetGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/guest-tools Get operation
GetGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse
 
GetGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse
 
GetGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
getHost() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the current hostname or base URL
getImageByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Get image details with the given extId.
getImageCategories(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Get image categories for a given extId.
getImageClusterLocations(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Get the Prism Element locations where the image is currently available.
getImagePlacementPolicies(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Get the current image placement policies for an image.
getImagesList(Integer, Integer, String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
List images.
getLocation() - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
getMaxRetryAttempts() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the number of max retry attempts
getMigrateDisks() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams
Get migrateDisks in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrationPlans com.nutanix.dp1.vmm.vmm.v4.ahv.config.AllDisksMigrationPlan
getNicByExtId(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves configuration details for the provided network device attached to a Virtual Machine.
GetNicResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics/{extId} Get operation
GetNicResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse
 
GetNicResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse
 
GetNicResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
getNutanixGuestTools(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Retrieves the Nutanix Guest Tools configuration for a Virtual Machine.
GetNutanixGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/nutanix-guest-tools Get operation
GetNutanixGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse
 
GetNutanixGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse
 
GetNutanixGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
getParamName() - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
getPassword() - Method in class com.nutanix.vmm.java.client.auth.HttpBasicAuth
 
getPlacementPoliciesList(Integer, Integer, String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
List of image placement policies.
getPlacementPolicyByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
Get the image placement policy with the given extId.
getPort() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the current port for base URL
getRateLimitByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
Get the image rate limit with the given extId.
getRateLimitsList(Integer, Integer, String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
List image rate limits.
getReadTimeout() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the current response read timeout
getReference() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource
Get reference in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.ImageReference com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskReference
getResponseHeaders() - Method in class com.nutanix.vmm.java.client.ApiClient
Gets the response headers of the previous request
getRetryInterval() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the delay between each retry attempt
getScheme() - Method in class com.nutanix.vmm.java.client.ApiClient
Get the current URL scheme for making a connection to the cluster
getSerialPortByExtId(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves configuration details for the provided serial port attached to a Virtual Machine.
GetSerialPortResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/serial-ports/{extId} Get operation
GetSerialPortResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse
 
GetSerialPortResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse
 
GetSerialPortResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
getSource() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image
Get source in one of possible types : com.nutanix.dp1.vmm.vmm.v4.images.UrlSource com.nutanix.dp1.vmm.vmm.v4.images.VmDiskSource
getStatusCode() - Method in class com.nutanix.vmm.java.client.ApiClient
Gets the status code of the previous request
getSysprepScript() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep
Get sysprepScript in one of possible types : com.nutanix.dp1.vmm.vmm.v4.ahv.config.Unattendxml com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomKeyValues
getUsername() - Method in class com.nutanix.vmm.java.client.auth.HttpBasicAuth
 
getValue() - Method in class com.nutanix.dp1.vmm.common.v1.config.KVPair
Get value in one of possible types : EMPTY_LIST String Integer Boolean List(String)
getValue() - Method in class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams.OneOfBootConfigWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit.OneOfCloudInitScriptWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource.OneOfReferenceWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk.OneOfBackingInfoWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams.OneOfMigrateDisksWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams.OneOfConfigWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot.OneOfBootDeviceWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep.OneOfSysprepScriptWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm.OneOfBootConfigWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse.OneOfErrorWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image.OneOfSourceWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse.OneOfDataWrapper
 
getValue() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec.OneOfVersionSourceWrapper
 
getVersionSource() - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
Get versionSource in one of possible types : com.nutanix.dp1.vmm.vmm.v4.templates.VmReference com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionReference
getVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Retrieves configuration details for a Virtual Machine.
getVmByExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves configuration details for a Virtual Machine.
getVmGuestTools(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Retrieves the Nutanix Guest Tools configuration for a Virtual Machine.
GetVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId} Get operation
GetVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse
 
GetVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse
 
GetVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId} Get operation
GetVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse
 
GetVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse
 
GetVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
GetVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
Gpu - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Graphics resource information for the Virtual Machine.
Gpu() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
 
Gpu(String, String, List<ApiLink>, GpuMode, Integer, GpuVendor, SBDF, String, String, Long, Integer, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
 
GpuMode - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The mode of this GPU.
gpus - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
GPUs attached to the VM.
GpuVendor - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The vendor of the GPU.
guestCustomization - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
 
guestCustomization - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
guestCustomization - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
 
guestCustomization - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmReference
VM guests may be customized at boot time using one of several different methods.
GuestCustomizationParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot.
GuestCustomizationParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams
 
GuestCustomizationParams(Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams
 
GuestCustomizationParams.OneOfConfigWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
GuestPowerOptions - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Nutanix Guest Tools shutdown mode options.
GuestPowerOptions() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerOptions
 
GuestPowerOptions(GuestPowerStateTransitionConfig) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerOptions
 
guestPowerStateTransitionConfig - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerOptions
 
GuestPowerStateTransitionConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Additional configuration for Nutanix Gust Tools power state transition.
GuestPowerStateTransitionConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerStateTransitionConfig
 
GuestPowerStateTransitionConfig(Boolean, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerStateTransitionConfig
 
guestRebootVm(String, GuestPowerOptions, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Collaborative reboot of a Virtual Machine, requesting Nutanix Guest Tools to trigger a reboot from within the VM.
guestShutdownVm(String, GuestPowerOptions, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Collaborative shutdown of a Virtual Machine, requesting Nutanix Guest Tools to trigger a shutdown from within the VM.
GuestTools - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The details about Nutanix Guest Tools for a VM.
GuestTools() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
 
GuestTools(String, Boolean, Boolean, Boolean, List<NgtCapability>, String, String, Boolean, Boolean, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
 
guestTools - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
GuestToolsInsertConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Argument for inserting a Nutanix Guest Tools ISO into an available slot.
GuestToolsInsertConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInsertConfig
 
GuestToolsInsertConfig(List<NgtCapability>, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInsertConfig
 
GuestToolsInstallConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Arguments for installing Nutanix Guest Tools.
GuestToolsInstallConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInstallConfig
 
GuestToolsInstallConfig(List<NgtCapability>, Credential, RebootPreference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInstallConfig
 
GuestToolsUpgradeConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Arguments for upgrading Nutanix Guest Tools.
GuestToolsUpgradeConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsUpgradeConfig
 
GuestToolsUpgradeConfig(RebootPreference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsUpgradeConfig
 
GuestUpdateStatus - Class in com.nutanix.dp1.vmm.vmm.v4.templates
VM reference for Template guest updates.
GuestUpdateStatus() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.GuestUpdateStatus
 
GuestUpdateStatus(UUID) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.GuestUpdateStatus
 
guestUpdateStatus - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
 

H

hardwareClockTimezone - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
hexDigest - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksum
 
host - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
host - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
 
HostReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to the host, the VM is running on.
HostReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.HostReference
 
HostReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.HostReference
 
HostReference - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Reference to the host, the VM is running on.
HostReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.HostReference
 
HostReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.HostReference
 
href - Variable in class com.nutanix.dp1.vmm.common.v1.response.ApiLink
The URL at which the entity described by the link can be accessed.
HttpBasicAuth - Class in com.nutanix.vmm.java.client.auth
 
HttpBasicAuth() - Constructor for class com.nutanix.vmm.java.client.auth.HttpBasicAuth
 

I

Image - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
Image() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
Image(String, String, List<ApiLink>, Metadata, String, String, ImageType, ImageChecksum, Long, Object, List<CategoryReference>, List<ClusterReference>, OffsetDateTime) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
Image.OneOfSourceWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
ImageApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/{extId} Get operation
ImageApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse
 
ImageApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse
 
ImageApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
ImageCategoriesApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/{extId}/categories Get operation
ImageCategoriesApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse
 
ImageCategoriesApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse
 
ImageCategoriesApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
ImageChecksum - Class in com.nutanix.dp1.vmm.vmm.v4.images
The checksum of an image.
ImageChecksum() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksum
 
ImageChecksum(ImageChecksumType, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksum
 
ImageChecksumType - Enum in com.nutanix.dp1.vmm.vmm.v4.images
The checksum algorithm of an image.
ImageClusterLocationListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/{extId}/cluster-locations Get operation
ImageClusterLocationListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse
 
ImageClusterLocationListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse
 
ImageClusterLocationListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
imageEntityFilter - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
imageExtId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ImageReference
Globally unique identifier of an image.
ImageListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images Get operation
ImageListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse
 
ImageListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse
 
ImageListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
ImagePlacementPolicyListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/{extId}/placement-policies Get operation
ImagePlacementPolicyListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse
 
ImagePlacementPolicyListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse
 
ImagePlacementPolicyListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
ImageReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Clone a disk from an image.
ImageReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ImageReference
 
ImageReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ImageReference
 
ImageReference - Class in com.nutanix.dp1.vmm.vmm.v4.images
Reference to an image.
ImageReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageReference
 
ImageReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageReference
 
ImagesApi - Class in com.nutanix.vmm.java.client.api
 
ImagesApi() - Constructor for class com.nutanix.vmm.java.client.api.ImagesApi
 
ImagesApi(ApiClient) - Constructor for class com.nutanix.vmm.java.client.api.ImagesApi
 
imagesExtIds - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterImages
 
ImagesTaskApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/{extId}/categories Put operation
ImagesTaskApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse
 
ImagesTaskApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse
 
ImagesTaskApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
ImageType - Enum in com.nutanix.dp1.vmm.vmm.v4.images
The type of an image.
importImage(ClusterImages, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Import images owned by a registered Prism Element cluster to the current Prism Central.
index - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomAddress
Device index on the bus.
index - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskAddress
Device index on the bus.
index - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SerialPort
Index of the serial port.
initialClusterLocations - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
Cluster details for the image location.
InitiateGuestUpdateSpec - Class in com.nutanix.dp1.vmm.vmm.v4.templates
Input to Template Guest OS update.
InitiateGuestUpdateSpec() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.InitiateGuestUpdateSpec
 
InitiateGuestUpdateSpec(Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.InitiateGuestUpdateSpec
 
insertCdRom(String, String, CdRomInsertParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Inserts the defined ISO into a CD-ROM device attached to a Virtual Machine.
InsertCdRomResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/cd-roms/{extId}/$actions/insert Post operation
InsertCdRomResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse
 
InsertCdRomResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse
 
InsertCdRomResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
insertNutanixVmGuestTools(String, NutanixGuestToolsInsertConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Inserts the Nutanix Guest Tools installation and configuration ISO into a virtual machine.
InsertNutanixVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/nutanix-guest-tools/$actions/insert-iso Post operation
InsertNutanixVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse
 
InsertNutanixVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse
 
InsertNutanixVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
insertVmGuestTools(String, GuestToolsInsertConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Inserts the Nutanix Guest Tools installation and configuration ISO into a virtual machine.
InsertVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/guest-tools/$actions/insert-iso Post operation
InsertVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse
 
InsertVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse
 
InsertVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
installNutanixVmGuestTools(String, NutanixGuestToolsInstallConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Installs Nutanix Guest Tools in a Virtual Machine by using the provided credentials.
InstallNutanixVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/nutanix-guest-tools/$actions/install Post operation
InstallNutanixVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse
 
InstallNutanixVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse
 
InstallNutanixVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
InstallType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image.
installType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep
 
installVmGuestTools(String, GuestToolsInstallConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Installs Nutanix Guest Tools in a Virtual Machine by using the provided credentials.
InstallVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/guest-tools/$actions/install Post operation
InstallVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse
 
InstallVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse
 
InstallVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
invokeAPI(String, HttpMethod, MultiValueMap<String, String>, Object, HttpHeaders, MultiValueMap<String, Object>, List<MediaType>, MediaType, String[], ParameterizedTypeReference<T>) - Method in class com.nutanix.vmm.java.client.ApiClient
Invoke API by sending HTTP request with the given options.
ipAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpParams
 
ipAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Config
 
ipAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicConfig
 
IPv4Address - Class in com.nutanix.dp1.vmm.common.v1.config
 
IPv4Address() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.IPv4Address
 
IPv4Address(String, Integer) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.IPv4Address
 
Ipv4Config - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The IP address configurations.
Ipv4Config() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Config
 
Ipv4Config(Boolean, IPv4Address, List<IPv4Address>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Config
 
ipv4Config - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
Ipv4Info - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The runtime IP address information of the NIC.
Ipv4Info() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Info
 
Ipv4Info(List<IPv4Address>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Info
 
ipv4Info - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
isAgentVm - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the VM is an agent VM or not.
isBrandingEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether to remove AHV branding from VM firmware tables or not.
isConfigOnly - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInsertConfig
Indicates that the Nutanix Guest Tools are already installed on the guest VM, and the ISO is being inserted to update the configuration of these tools.
isConnected - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNic
Indicates whether the NIC is connected or not.
isConnected - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SerialPort
Indicates whether the serial port is connected or not.
isCpuPassthroughEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether to passthrough the host CPU features to the guest or not.
isDebugging() - Method in class com.nutanix.vmm.java.client.ApiClient
Check that whether debugging is enabled for this API client.
isEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Indicates whether Nutanix Guest Tools is enabled or not.
isEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Indicates whether Nutanix Guest Tools is enabled or not.
isFlashModeEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVmStorageConfig
Indicates whether the virtual disk is pinned to the hot tier or not.
isFlashModeEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskStorageConfig
Indicates whether the virtual disk is pinned to the hot tier or not.
isGcOverrideEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
Allow or Disallow override of the Guest Customization during Template Deployment using this version.
isGpuConsoleEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the vGPU console is enabled or not.
isJsonMime(String) - Method in class com.nutanix.vmm.java.client.ApiClient
 
isJsonMime(MediaType) - Method in class com.nutanix.vmm.java.client.ApiClient
Check if the given MIME is a JSON MIME.
isLiveMigration - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateParams
Indicates if the migration is performed with a running VM.
isMemoryOvercommitEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the memory overcommit feature should be enabled for the VM or not.
isoType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRom
 
IsoType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Type of ISO image inserted in CD-ROM
isSecureBootEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UefiBoot
Indicate whether to enable secure boot or not.
isVcpuHardPinningEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
isVgaConsoleEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the VGA console should be disabled or not.
isVtpmEnabled - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VtpmConfig
Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.

K

keyValuePairs - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomKeyValues
The list of the individual KeyValuePair elements.
KVPair - Class in com.nutanix.dp1.vmm.common.v1.config
A map describing a set of keys and their corresponding values.
KVPair() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair
 
KVPair(String, Object) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair
 
KVPair.OneOfValueWrapper - Class in com.nutanix.dp1.vmm.common.v1.config
 

L

LegacyBoot - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Legacy boot mode and its associated configuration.
LegacyBoot() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot
 
LegacyBoot(Object, List<BootDeviceType>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot
 
LegacyBoot.OneOfBootDeviceWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
links - Variable in class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
An array of HATEOAS style links for the response that may also include pagination links for list operations.
listCdRoms(String, Integer, Integer, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Lists the CD-ROM devices attached to a Virtual Machine.
ListCdRomsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/cd-roms Get operation
ListCdRomsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse
 
ListCdRomsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse
 
ListCdRomsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
listDisks(String, Integer, Integer, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Lists the disk devices attached to a Virtual Machine.
ListDisksResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/disks Get operation
ListDisksResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse
 
ListDisksResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse
 
ListDisksResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
listGpus(String, Integer, Integer, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Lists the GPU devices attached to a Virtual Machine.
ListGpusResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/gpus Get operation
ListGpusResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse
 
ListGpusResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse
 
ListGpusResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
listNics(String, Integer, Integer, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Lists the network devices attached to a Virtual Machine.
ListNicsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics Get operation
ListNicsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse
 
ListNicsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse
 
ListNicsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
listSerialPorts(String, Integer, Integer, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Lists the serial ports attached to a Virtual Machine.
ListSerialPortsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/serial-ports Get operation
ListSerialPortsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse
 
ListSerialPortsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse
 
ListSerialPortsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
listVms(Integer, Integer, String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Lists the Virtual Machines defined on the system.
listVms(Integer, Integer, String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Lists the Virtual Machines defined on the system.
ListVmsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms Get operation
ListVmsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse
 
ListVmsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse
 
ListVmsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms Get operation
ListVmsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse
 
ListVmsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse
 
ListVmsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
ListVmsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
locale - Variable in class com.nutanix.dp1.vmm.common.v1.config.Message
The locale for the message description.
locale - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
The locale for the message description.
location - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationErrorMessage
 
locationAgnosticId - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
Location agnostic identifier of the Recovery point.

M

macAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceNic
 
macAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNic
MAC address of the emulated NIC.
MachineType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Machine type for the VM.
machineType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
memorySizeBytes - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
Memory size in bytes.
memorySizeBytes - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Memory size in bytes.
memorySizeBytes - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
Memory size in bytes.
Message - Class in com.nutanix.dp1.vmm.common.v1.config
 
Message() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.Message
 
Message(String, String, String, MessageSeverity) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.Message
 
message - Variable in class com.nutanix.dp1.vmm.common.v1.config.Message
The description of the message.
message - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
message - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationErrorMessage
 
messages - Variable in class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
Information, Warning or Error messages that might provide additional contextual information related to the operation.
MessageSeverity - Enum in com.nutanix.dp1.vmm.common.v1.config
The message severity.
Metadata - Class in com.nutanix.dp1.vmm.common.v1.config
Metadata associated with this resource.
Metadata() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.Metadata
 
Metadata(String, String, String, String, List<String>) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.Metadata
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
The contents of the meta_data configuration for cloud-init.
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse
 
metadata - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse
 
MigrateDiskReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to an existing VM disk that needs to be migrated.
MigrateDiskReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDiskReference
 
MigrateDiskReference(String, DiskAddress) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDiskReference
 
MigrateDisksResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/migrate-disks Post operation
MigrateDisksResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse
 
MigrateDisksResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse
 
MigrateDisksResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
migrateNic(String, String, MigrateNicConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Migrates a network device attached to a Virtual Machine to another subnet.
MigrateNicConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Configurations for migrating a VM NIC.
MigrateNicConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicConfig
 
MigrateNicConfig(SubnetReference, MigrateNicType, IPv4Address) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicConfig
 
MigrateNicResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics/{extId}/$actions/migrate Post operation
MigrateNicResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse
 
MigrateNicResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse
 
MigrateNicResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
MigrateNicType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The type of IP address management for NIC migration.
migrateType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicConfig
 
MigrationPlans - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
List of migration plans for VM disks.
MigrationPlans() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrationPlans
 
MigrationPlans(List<ADSFDiskMigrationPlan>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrationPlans
 
mode - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
 
model - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNic
 

N

name - Variable in class com.nutanix.dp1.vmm.common.v1.config.Flag
 
name - Variable in class com.nutanix.dp1.vmm.common.v1.config.KVPair
The key of this key-value pair
name - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
The name of the Recovery point.
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
VM name.
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
VM name.
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
VM name.
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
Name of the image placement policy.
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
Name of the image rate limit policy.
name - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
VM name.
networkFunctionChain - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
NetworkFunctionChainReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The network function chain associates with the NIC.
NetworkFunctionChainReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionChainReference
 
NetworkFunctionChainReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionChainReference
 
NetworkFunctionNicType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The type of this Network function NIC.
networkFunctionNicType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
networkInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Nic
 
NgtCapability - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The capabilities of the Nutanix Guest Tools in the VM.
Nic - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Virtual Machine NIC.
Nic() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Nic
 
Nic(String, String, List<ApiLink>, EmulatedNic, NicNetworkInfo) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Nic
 
NicNetworkInfo - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Network information for a NIC.
NicNetworkInfo() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
NicNetworkInfo(NicType, NetworkFunctionChainReference, NetworkFunctionNicType, SubnetReference, VlanMode, List<Integer>, Boolean, Ipv4Config, Ipv4Info) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
nics - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
NICs attached to the VM.
nics - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
NICs attached to the VM.
nics - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
NICs attached to the VM.
nicType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
NicType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
NIC type.
numberOfVms - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateDeployment
Number / Count of VMs to be deployed.
numCoresPerSocket - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
Number of cores per socket.
numCoresPerSocket - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Number of cores per socket.
numCoresPerSocket - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
Number of cores per socket.
numNumaNodes - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Number of NUMA nodes.
numQueues - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNic
The number of Tx/Rx queue pairs for this NIC.
numSockets - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
Number of vCPU sockets.
numSockets - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Number of vCPU sockets.
numSockets - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
Number of vCPU sockets.
numThreadsPerCore - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
Number of cores per socket.
numThreadsPerCore - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Number of threads per core.
numThreadsPerCore - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
Number of threads per core.
NutanixCredential - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Sign in credentials for the server.
NutanixCredential() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixCredential
 
NutanixCredential(String, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixCredential
 
NutanixGuestTools - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
The details about Nutanix Guest Tools for a VM.
NutanixGuestTools() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
 
NutanixGuestTools(String, Boolean, Boolean, Boolean, List<NutanixGuestToolsCapability>, String, String, Boolean, Boolean, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
 
nutanixGuestTools - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
 
NutanixGuestToolsCapability - Enum in com.nutanix.dp1.vmm.vmm.v4.esxi.config
The capabilities of the Nutanix Guest Tools in the VM.
NutanixGuestToolsInsertConfig - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Argument for inserting a Nutanix Guest Tools ISO into an available slot.
NutanixGuestToolsInsertConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInsertConfig
 
NutanixGuestToolsInsertConfig(List<NutanixGuestToolsCapability>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInsertConfig
 
NutanixGuestToolsInstallConfig - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Arguments for installing Nutanix Guest Tools.
NutanixGuestToolsInstallConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInstallConfig
 
NutanixGuestToolsInstallConfig(List<NutanixGuestToolsCapability>, NutanixCredential, NutanixRebootPreference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInstallConfig
 
NutanixGuestToolsUpgradeConfig - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Arguments for upgrading Nutanix Guest Tools.
NutanixGuestToolsUpgradeConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsUpgradeConfig
 
NutanixGuestToolsUpgradeConfig(NutanixRebootPreference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsUpgradeConfig
 
NutanixRebootPreference - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
The restart schedule after installing or upgrading Nutanix Guest Tools.
NutanixRebootPreference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreference
 
NutanixRebootPreference(NutanixScheduleType, NutanixRebootPreferenceSchedule) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreference
 
NutanixRebootPreferenceSchedule - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Restart schedule.
NutanixRebootPreferenceSchedule() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreferenceSchedule
 
NutanixRebootPreferenceSchedule(OffsetDateTime) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreferenceSchedule
 
NutanixScheduleType - Enum in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Schedule type for restart.
NvramDevice - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Configuration for NVRAM to be presented to the VM.
NvramDevice() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NvramDevice
 
NvramDevice(VmDisk) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NvramDevice
 
nvramDevice - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UefiBoot
 

O

OAuth - Class in com.nutanix.vmm.java.client.auth
 
OAuth() - Constructor for class com.nutanix.vmm.java.client.auth.OAuth
 
OAuthFlow - Enum in com.nutanix.vmm.java.client.auth
 
OneOfBackingInfoWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk.OneOfBackingInfoWrapper
 
OneOfBackingInfoWrapper(VmDisk) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk.OneOfBackingInfoWrapper
 
OneOfBackingInfoWrapper(ADSFVolumeGroupReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk.OneOfBackingInfoWrapper
 
OneOfBootConfigWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams.OneOfBootConfigWrapper
 
OneOfBootConfigWrapper(LegacyBoot) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams.OneOfBootConfigWrapper
 
OneOfBootConfigWrapper(UefiBoot) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams.OneOfBootConfigWrapper
 
OneOfBootConfigWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm.OneOfBootConfigWrapper
 
OneOfBootConfigWrapper(LegacyBoot) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm.OneOfBootConfigWrapper
 
OneOfBootConfigWrapper(UefiBoot) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm.OneOfBootConfigWrapper
 
OneOfBootDeviceWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot.OneOfBootDeviceWrapper
 
OneOfBootDeviceWrapper(BootDeviceDisk) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot.OneOfBootDeviceWrapper
 
OneOfBootDeviceWrapper(BootDeviceNic) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot.OneOfBootDeviceWrapper
 
OneOfCloudInitScriptWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit.OneOfCloudInitScriptWrapper
 
OneOfCloudInitScriptWrapper(Userdata) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit.OneOfCloudInitScriptWrapper
 
OneOfCloudInitScriptWrapper(CustomKeyValues) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit.OneOfCloudInitScriptWrapper
 
OneOfConfigWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams.OneOfConfigWrapper
 
OneOfConfigWrapper(Sysprep) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams.OneOfConfigWrapper
 
OneOfConfigWrapper(CloudInit) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams.OneOfConfigWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(CdRom) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(Disk) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper(Gpu) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(GuestTools) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(Nic) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(SerialPort) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(Vm) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(NutanixGuestTools) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(Vm) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(Image) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(PlacementPolicy) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(RateLimit) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(Template) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(TemplateVersionSpec) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse.OneOfDataWrapper
 
OneOfDataWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse.OneOfDataWrapper
 
OneOfDataWrapper(ErrorResponse) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse.OneOfDataWrapper
 
OneOfErrorWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse.OneOfErrorWrapper
 
OneOfErrorWrapper(List) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse.OneOfErrorWrapper
 
OneOfErrorWrapper(SchemaValidationError) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse.OneOfErrorWrapper
 
OneOfMigrateDisksWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams.OneOfMigrateDisksWrapper
 
OneOfMigrateDisksWrapper(MigrationPlans) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams.OneOfMigrateDisksWrapper
 
OneOfMigrateDisksWrapper(AllDisksMigrationPlan) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams.OneOfMigrateDisksWrapper
 
OneOfReferenceWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource.OneOfReferenceWrapper
 
OneOfReferenceWrapper(ImageReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource.OneOfReferenceWrapper
 
OneOfReferenceWrapper(VmDiskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource.OneOfReferenceWrapper
 
OneOfSourceWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.Image.OneOfSourceWrapper
 
OneOfSourceWrapper(UrlSource) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.Image.OneOfSourceWrapper
 
OneOfSourceWrapper(VmDiskSource) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.Image.OneOfSourceWrapper
 
OneOfSysprepScriptWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep.OneOfSysprepScriptWrapper
 
OneOfSysprepScriptWrapper(Unattendxml) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep.OneOfSysprepScriptWrapper
 
OneOfSysprepScriptWrapper(CustomKeyValues) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep.OneOfSysprepScriptWrapper
 
OneOfValueWrapper() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
OneOfValueWrapper(List) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
OneOfValueWrapper(Map) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
OneOfValueWrapper(String) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
OneOfValueWrapper(Integer) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
OneOfValueWrapper(Boolean) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
OneOfVersionSourceWrapper() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec.OneOfVersionSourceWrapper
 
OneOfVersionSourceWrapper(VmReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec.OneOfVersionSourceWrapper
 
OneOfVersionSourceWrapper(TemplateVersionReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec.OneOfVersionSourceWrapper
 
overrideNicList - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateOverrides
The NIC configuration to apply on the target cluster when migrating a VM from the source cluster to the target cluster.
overrides - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateParams
 
overrideVmConfig - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionReference
 
overrideVmConfigMap - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateDeployment
The map containing keys as VM index and corresponding VM override config as values which is used at the time of deployment.
owner - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.OwnershipInfo
 
owner - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnershipInfo
 
OwnerReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Owner reference.
OwnerReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.OwnerReference
 
OwnerReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.OwnerReference
 
OwnerReference - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Owner reference.
OwnerReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReference
 
OwnerReference(OwnerReferenceEntityType, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReference
 
OwnerReferenceEntityType - Enum in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
ownerReferenceId - Variable in class com.nutanix.dp1.vmm.common.v1.config.Metadata
A globally unique identifier that represents the owner of this resource.
OwnershipInfo - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Ownership information for the VM.
OwnershipInfo() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.OwnershipInfo
 
OwnershipInfo(OwnerReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.OwnershipInfo
 
ownershipInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
OwnershipInfo - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
Ownership information for the VM.
OwnershipInfo() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnershipInfo
 
OwnershipInfo(OwnerReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnershipInfo
 
ownershipInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
 
ownerUserName - Variable in class com.nutanix.dp1.vmm.common.v1.config.Metadata
The userName of the owner of this resource.

P

parameterToMultiValueMap(ApiClient.CollectionFormat, String, Object) - Method in class com.nutanix.vmm.java.client.ApiClient
Converts a parameter to a MultiValueMap for use in REST requests
parameterToString(Object) - Method in class com.nutanix.vmm.java.client.ApiClient
Format the given parameter object into string.
params - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterEntityFilter
A list of category key and list of values.
params - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.EntityFilter
A list of category key and list of values.
parseDate(String) - Method in class com.nutanix.vmm.java.client.ApiClient
Parse the given string into Date object.
password - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Credential
 
password - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixCredential
 
path - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
pciAddress - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
 
PlacementPoliciesApi - Class in com.nutanix.vmm.java.client.api
 
PlacementPoliciesApi() - Constructor for class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
 
PlacementPoliciesApi(ApiClient) - Constructor for class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
 
PlacementPolicy - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
PlacementPolicy() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
PlacementPolicy(String, String, List<ApiLink>, Metadata, String, String, PlacementType, EntityFilter, EntityFilter, EnforcementState) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
PlacementPolicyApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/placement-policies/{extId} Get operation
PlacementPolicyApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse
 
PlacementPolicyApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse
 
PlacementPolicyApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
PlacementPolicyListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/placement-policies Get operation
PlacementPolicyListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse
 
PlacementPolicyListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse
 
PlacementPolicyListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
PlacementPolicyReference - Class in com.nutanix.dp1.vmm.vmm.v4.images
Reference to a placement policy.
PlacementPolicyReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyReference
 
PlacementPolicyReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyReference
 
PlacementPolicyStatus - Class in com.nutanix.dp1.vmm.vmm.v4.images
Status of an image placement policy.
PlacementPolicyStatus() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
 
PlacementPolicyStatus(String, ComplianceStatus, EnforcementMode, List<ClusterReference>, List<ClusterReference>, List<PlacementPolicyReference>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
 
placementType - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicy
 
PlacementType - Enum in com.nutanix.dp1.vmm.vmm.v4.images
Type of the image placement policy.
plans - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrationPlans
 
policy - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionPolicyState
 
policy - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RecoveryPlanState
 
policyClusters - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyStatus
Clusters details of the image location for the enforced placement policy.
PolicyComplianceState - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Compliance state enum.
policyInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionPolicyState
 
policyInfo - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RecoveryPlanState
 
PolicyReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to the policy object in use.
PolicyReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyReference
 
PolicyReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyReference
 
powerCycleVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Force a power-cycle for a Virtual Machine.
PowerCycleVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/power-cycle Post operation
PowerCycleVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse
 
PowerCycleVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse
 
PowerCycleVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
powerOffVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Force shutdown of a Virtual Machine.
PowerOffVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/power-off Post operation
PowerOffVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse
 
PowerOffVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse
 
PowerOffVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
powerOnVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Turns a Virtual Machine on.
PowerOnVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/power-on Post operation
PowerOnVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse
 
PowerOnVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse
 
PowerOnVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
PowerState - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The current power state of the VM.
powerState - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
prefixLength - Variable in class com.nutanix.dp1.vmm.common.v1.config.IPv4Address
The prefix length of the network to which this host IPv4 address belongs.
projectName - Variable in class com.nutanix.dp1.vmm.common.v1.config.Metadata
The name of the project this resource belongs to.
projectReferenceId - Variable in class com.nutanix.dp1.vmm.common.v1.config.Metadata
A globally unique identifier that represents the project this resource belongs to.
ProtectionInfo - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Information about the state of the policy.
ProtectionInfo() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfo
 
ProtectionInfo(ProtectionInfoReplicationStatus) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfo
 
ProtectionInfoReplicationStatus - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Replication status of the entity.
ProtectionPolicyState - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Status of protection policy applied to this VM.
ProtectionPolicyState() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionPolicyState
 
ProtectionPolicyState(PolicyComplianceState, EnforcementMode, PolicyReference, ProtectionInfo) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionPolicyState
 
protectionPolicyState - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
ProtectionType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The type of protection applied on a VM.
protectionType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 

Q

qosConfig - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVmStorageConfig
 
QosConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
QoS parameters to be enforced.
QosConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.QosConfig
 
QosConfig(Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.QosConfig
 

R

rateLimit - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.EffectiveRateLimit
 
RateLimit - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
RateLimit() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
 
RateLimit(String, String, List<ApiLink>, Metadata, String, String, Integer, ClusterEntityFilter, List<ClusterRateLimitStatus>, List<String>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
 
RateLimitApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/rate-limits/{extId} Get operation
RateLimitApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse
 
RateLimitApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse
 
RateLimitApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
rateLimitId - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTask
Image rate limit extId.
RateLimitIdList - Class in com.nutanix.dp1.vmm.vmm.v4.images
List of image rate limits extIds.
RateLimitIdList() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitIdList
 
RateLimitIdList(List<String>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitIdList
 
rateLimitIds - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitIdList
List of image rate limits extIds.
rateLimitKbps - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
Network bandwidth in KBps that the rate limited image operation can utilize.
RateLimitListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/rate-limits Get operation
RateLimitListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse
 
RateLimitListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse
 
RateLimitListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
RateLimitsApi - Class in com.nutanix.vmm.java.client.api
 
RateLimitsApi() - Constructor for class com.nutanix.vmm.java.client.api.RateLimitsApi
 
RateLimitsApi(ApiClient) - Constructor for class com.nutanix.vmm.java.client.api.RateLimitsApi
 
RateLimitTask - Class in com.nutanix.dp1.vmm.vmm.v4.images
Object with a rate limit and task extIds.
RateLimitTask() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTask
 
RateLimitTask(String, TaskReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTask
 
RateLimitTaskListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/rate-limits/$actions/delete Post operation
RateLimitTaskListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse
 
RateLimitTaskListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse
 
RateLimitTaskListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
rebootPreference - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsInstallConfig
 
rebootPreference - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestToolsUpgradeConfig
 
RebootPreference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The restart schedule after installing or upgrading Nutanix Guest Tools.
RebootPreference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreference
 
RebootPreference(ScheduleType, RebootPreferenceSchedule) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreference
 
rebootPreference - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsInstallConfig
 
rebootPreference - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsUpgradeConfig
 
RebootPreferenceSchedule - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Restart schedule.
RebootPreferenceSchedule() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreferenceSchedule
 
RebootPreferenceSchedule(OffsetDateTime) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreferenceSchedule
 
rebootVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Collaborative reboot of a Virtual Machine through the ACPI support in the operating system.
RebootVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/guest-reboot Post operation
RebootVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse
 
RebootVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse
 
RebootVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
RecoveryPlanState - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Status of a recovery plan.
RecoveryPlanState() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RecoveryPlanState
 
RecoveryPlanState(PolicyComplianceState, EnforcementMode, PolicyReference, ProtectionInfo) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RecoveryPlanState
 
RecoveryPointProperties - Class in com.nutanix.dp1.vmm.dataprotection.v4.common
A model that represents common properties of a Recovery point resources
RecoveryPointProperties() - Constructor for class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
 
RecoveryPointProperties(String, String, List<ApiLink>, String, String, OffsetDateTime, OffsetDateTime, RecoveryPointStatus, RecoveryPointType, String, String, List<VendorSpecificProperty>) - Constructor for class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
 
RecoveryPointStatus - Enum in com.nutanix.dp1.vmm.dataprotection.v4.common
The status of the Recovery point, which indicates whether this Recovery point is fit to be consumed.
recoveryPointType - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
 
RecoveryPointType - Enum in com.nutanix.dp1.vmm.dataprotection.v4.common
Type of the Recovery point.
rel - Variable in class com.nutanix.dp1.vmm.common.v1.response.ApiLink
A name that identifies the relationship of the link to the object that is returned by the URL.
releaseIp(String, String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Releases the IP address assignment from a network device attached to a managed network.
ReleaseIpResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics/{extId}/$actions/release-ip Post operation
ReleaseIpResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse
 
ReleaseIpResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse
 
ReleaseIpResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
remoteCopyImage(List<ImageReference>, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Copy the given images to a remote paired Prism Central.
replicationStatus - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfo
 
resetVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Force reset of a Virtual Machine, without waiting for the guest VM to shutdown itself.
ResetVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/reset Post operation
ResetVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse
 
ResetVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse
 
ResetVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
resolveRateLimits(ClusterIdList, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
Resolve the effective image rate limit for the given Prism Elements when multiple image rate limits apply.
ResolveRateLimitsApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.images
REST response for all response codes in API path /vmm/v4.0.a1/images/rate-limits/$actions/resolve Post operation
ResolveRateLimitsApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse
 
ResolveRateLimitsApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse
 
ResolveRateLimitsApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.images
 
resumePlacementPolicyExtId(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
Resume a suspended image placement policy to be considered for enforcement.
revertVm(String, VmRevertParams, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmDataProtectionApi
Revert VM identified by {extId}.
RevertVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/revert Post operation
RevertVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse
 
RevertVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse
 
RevertVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
RFC3339DateFormat - Class in com.nutanix.vmm.java.client
 
RFC3339DateFormat() - Constructor for class com.nutanix.vmm.java.client.RFC3339DateFormat
 

S

SBDF - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The (S)egment:(B)us:(D)evice.(F)unction hardware address.
SBDF() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SBDF
 
SBDF(Integer, Integer, Integer, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SBDF
 
schedule - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreference
 
schedule - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreference
 
scheduleType - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreference
 
ScheduleType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Schedule type for restart.
scheduleType - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreference
 
SchemaValidationError - Class in com.nutanix.dp1.vmm.vmm.v4.error
This schema is generated from SchemaValidationError.java
SchemaValidationError() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
SchemaValidationError(String, Integer, String, String, List<SchemaValidationErrorMessage>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
SchemaValidationErrorMessage - Class in com.nutanix.dp1.vmm.vmm.v4.error
This schema is generated from SchemaValidationErrorMessage.java
SchemaValidationErrorMessage() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationErrorMessage
 
SchemaValidationErrorMessage(String, String, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationErrorMessage
 
secondaryIpAddressList - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Config
Secondary IP addresses for the NIC.
selectHeaderAccept(String[]) - Method in class com.nutanix.vmm.java.client.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.nutanix.vmm.java.client.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
SerialPort - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Indicates the configuration of serial ports of the VM.
SerialPort() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SerialPort
 
SerialPort(String, String, List<ApiLink>, Boolean, Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SerialPort
 
serialPorts - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Serial ports configured on the VM.
setAccessToken(String) - Method in class com.nutanix.vmm.java.client.auth.OAuth
 
setActiveVersion - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.CompleteGuestUpdateSpec
Indicates whether the version has to be a Gold version or not.
setActiveVersion - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
Indicates whether the version has to be a Gold version or not.
setActiveVersionNumber(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
The current gold version.
setApiClient(ApiClient) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
 
setApiClient(ApiClient) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
 
setApiClient(ApiClient) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
 
setApiClient(ApiClient) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
 
setApiClient(ApiClient) - Method in class com.nutanix.vmm.java.client.api.VmApi
 
setApiClient(ApiClient) - Method in class com.nutanix.vmm.java.client.api.VmDataProtectionApi
 
setApiKey(String) - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class com.nutanix.vmm.java.client.auth.ApiKeyAuth
 
setAvailableVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Version of Nutanix Guest Tools available on the cluster.
setAvailableVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Version of Nutanix Guest Tools available on the cluster.
setBackingInfo(Disk.OneOfBackingInfoWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk
Deprecated. 
setBackingInfoInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk
 
setBootConfig(CloneOverrideParams.OneOfBootConfigWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
Deprecated. 
setBootConfig(Vm.OneOfBootConfigWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Deprecated. 
setBootConfigInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams
 
setBootConfigInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
setBootDevice(LegacyBoot.OneOfBootDeviceWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot
Deprecated. 
setBootDeviceInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot
 
setBus(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SBDF
 
setCloudInitScript(CloudInit.OneOfCloudInitScriptWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
Deprecated. 
setCloudInitScriptInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit
 
setClusterStatusList(List<ClusterRateLimitStatus>) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
Image rate limit status of each affected cluster.
setConfig(GuestCustomizationParams.OneOfConfigWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams
Deprecated. 
setConfigInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams
 
setConnectTimeout(long) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the connection timeout
setCreatedAt(OffsetDateTime) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
Created Time.
setCreatedAt(OffsetDateTime) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
Created Time.
setCreatedBy(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
The user who created the Template.
setCreatedBy(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
The user who created the Version in Template.
setCreateTime(OffsetDateTime) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
VM creation time.
setData(AssignIpResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse
Deprecated. 
setData(AssignVmOwnerResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse
Deprecated. 
setData(AssociateVmCategoriesResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse
Deprecated. 
setData(CloneVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse
Deprecated. 
setData(CreateCdRomResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse
Deprecated. 
setData(CreateDiskResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse
Deprecated. 
setData(CreateGpuResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse
Deprecated. 
setData(CreateNicResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse
Deprecated. 
setData(CreateSerialPortResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse
Deprecated. 
setData(CreateVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse
Deprecated. 
setData(CrossClusterMigrateVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse
Deprecated. 
setData(CustomizeGuestVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse
Deprecated. 
setData(DeleteCdRomResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse
Deprecated. 
setData(DeleteDiskResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse
Deprecated. 
setData(DeleteGpuResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse
Deprecated. 
setData(DeleteNicResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse
Deprecated. 
setData(DeleteSerialPortResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse
Deprecated. 
setData(DeleteVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse
Deprecated. 
setData(DisassociateVmCategoriesResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse
Deprecated. 
setData(EjectCdRomResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse
Deprecated. 
setData(GetCdRomResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse
Deprecated. 
setData(GetDiskResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse
Deprecated. 
setData(GetGpuResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse
Deprecated. 
setData(GetGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse
Deprecated. 
setData(GetNicResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse
Deprecated. 
setData(GetSerialPortResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse
Deprecated. 
setData(GetVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse
Deprecated. 
setData(InsertCdRomResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse
Deprecated. 
setData(InsertVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse
Deprecated. 
setData(InstallVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse
Deprecated. 
setData(ListCdRomsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse
Deprecated. 
setData(ListDisksResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse
Deprecated. 
setData(ListGpusResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse
Deprecated. 
setData(ListNicsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse
Deprecated. 
setData(ListSerialPortsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse
Deprecated. 
setData(ListVmsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse
Deprecated. 
setData(MigrateDisksResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse
Deprecated. 
setData(MigrateNicResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse
Deprecated. 
setData(PowerCycleVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse
Deprecated. 
setData(PowerOffVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse
Deprecated. 
setData(PowerOnVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse
Deprecated. 
setData(RebootVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse
Deprecated. 
setData(ReleaseIpResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse
Deprecated. 
setData(ResetVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse
Deprecated. 
setData(RevertVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse
Deprecated. 
setData(ShutdownVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse
Deprecated. 
setData(UninstallVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse
Deprecated. 
setData(UpdateDiskResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse
Deprecated. 
setData(UpdateGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse
Deprecated. 
setData(UpdateNicResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse
Deprecated. 
setData(UpdateSerialPortResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse
Deprecated. 
setData(UpdateVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse
Deprecated. 
setData(UpgradeVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse
Deprecated. 
setData(ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse
Deprecated. 
setData(AssignVmOwnerResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse
Deprecated. 
setData(AssociateVmCategoriesResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse
Deprecated. 
setData(DisassociateVmCategoriesResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse
Deprecated. 
setData(GetNutanixGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse
Deprecated. 
setData(GetVmResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse
Deprecated. 
setData(InsertNutanixVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse
Deprecated. 
setData(InstallNutanixVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse
Deprecated. 
setData(ListVmsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse
Deprecated. 
setData(UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse
Deprecated. 
setData(UpdateNutanixGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse
Deprecated. 
setData(UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse
Deprecated. 
setData(ImageApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse
Deprecated. 
setData(ImageCategoriesApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse
Deprecated. 
setData(ImageClusterLocationListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse
Deprecated. 
setData(ImageListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse
Deprecated. 
setData(ImagePlacementPolicyListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse
Deprecated. 
setData(ImagesTaskApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse
Deprecated. 
setData(PlacementPolicyApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse
Deprecated. 
setData(PlacementPolicyListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse
Deprecated. 
setData(RateLimitApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse
Deprecated. 
setData(RateLimitListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse
Deprecated. 
setData(RateLimitTaskListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse
Deprecated. 
setData(ResolveRateLimitsApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse
Deprecated. 
setData(TemplateApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse
Deprecated. 
setData(TemplateListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse
Deprecated. 
setData(TemplatesTaskApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse
Deprecated. 
setData(TemplateVersionApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse
Deprecated. 
setData(TemplateVersionListApiResponse.OneOfDataWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse
Deprecated. 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse
 
setDataInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse
 
setDateFormat(DateFormat) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the date format used to parse/format date parameters.
setDebugging(boolean) - Method in class com.nutanix.vmm.java.client.ApiClient
Enable or disable debugging
setDevice(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SBDF
 
setDiskExtId(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
Globally unique identifier of a VM disk.
setError(ErrorResponse.OneOfErrorWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
Deprecated. 
setErrorInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse
 
setExtId(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AvailabilityZoneReference
Globally unique identifier of an availability zone.
setExtId(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReference
Globally unique identifier of a VM.
setFlags(List<Flag>) - Method in class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
 
setFraction(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
Fraction of the physical GPU assigned.
setFrameBufferSizeBytes(Long) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
GPU frame buffer size in bytes.
setFunc(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SBDF
 
setGuestDriverVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
Last determined guest driver version.
setGuestOsVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Version of the operating system on the VM.
setGuestOsVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Version of the operating system on the VM.
setHost(String) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the hostname for base URL
setIsCrossClusterMigrationInProgress(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the VM is currently undergoing cross cluster migration.
setIsInstalled(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Indicates whether Nutanix Guest Tools is installed on the VM or not.
setIsInstalled(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Indicates whether Nutanix Guest Tools is installed on the VM or not.
setIsIsoInserted(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Indicates whether Nutanix Guest Tools ISO is inserted or not.
setIsIsoInserted(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Indicates whether Nutanix Guest Tools ISO is inserted or not.
setIsLiveMigrateCapable(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Indicates whether the VM is capable of live migrating to another host or not, based on its configuration.
setIsReachable(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Indicates whether the communication from VM to CVM is active or not.
setIsReachable(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Indicates whether the communication from VM to CVM is active or not.
setIsVmMobilityDriversInstalled(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Indicates whether the VM mobility drivers are installed on the VM or not.
setIsVmMobilityDriversInstalled(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Indicates whether the VM mobility drivers are installed on the VM or not.
setIsVssSnapshotCapable(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Indicates whether the VM is configured to take VSS snapshots through NGT or not.
setIsVssSnapshotCapable(Boolean) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Indicates whether the VM is configured to take VSS snapshots through NGT or not.
setLastUpdatedAt(OffsetDateTime) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
Last Update Time.
setLastUpdatedBy(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
The user who updated the Version in Template.
setLastUpdateTime(OffsetDateTime) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image
Last update time of an image.
setLearnedIpAddresses(List<IPv4Address>) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Info
The IP addresses as found on the guest VM for the NIC.
setLinks(List<ApiLink>) - Method in class com.nutanix.dp1.vmm.common.v1.response.ExternalizableAbstractModel
A HATEOAS style link for the response.
setMaxRetryAttempts(int) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the number of max retry attempts
setMigrateDisks(DiskMigrationParams.OneOfMigrateDisksWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams
Deprecated. 
setMigrateDisksInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams
 
setName(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
Name of the GPU resource.
setNumVirtualDisplayHeads(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
Number of supported virtual display heads.
setPassword(String) - Method in class com.nutanix.vmm.java.client.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class com.nutanix.vmm.java.client.auth.HttpBasicAuth
 
setPort(int) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the port for base URL, which should exclude the semicolon (Default port: 9440)
setReadTimeout(long) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the response read timeout
setRecoveryPlanStates(List<RecoveryPlanState>) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
Status of the recovery plans associated with the VM.
setReference(DataSource.OneOfReferenceWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource
Deprecated. 
setReferenceInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource
 
setRetryInterval(int) - Method in class com.nutanix.vmm.java.client.ApiClient
Set the delay between each retry attempt
setScheme(String) - Method in class com.nutanix.vmm.java.client.ApiClient
Set a URI scheme for connecting to the cluster (HTTP or HTTPS using SSL/TLS)
setSegment(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SBDF
 
setSizeBytes(Long) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image
The size in bytes of an image file.
setSource(Image.OneOfSourceWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image
Deprecated. 
setSourceInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
setSysprepScript(Sysprep.OneOfSysprepScriptWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep
Deprecated. 
setSysprepScriptInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep
 
setTenantId(String) - Method in class com.nutanix.dp1.vmm.common.v1.config.TenantAwareModel
A globally unique identifier that represents the tenant that owns this entity.
setUnsupportedClustersIdList(List<String>) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimit
List of cluster extIds matched by the policy which do not support image rate limits.
setUpdateTime(OffsetDateTime) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
VM last updated time.
setUsername(String) - Method in class com.nutanix.vmm.java.client.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class com.nutanix.vmm.java.client.auth.HttpBasicAuth
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.common.v1.config.KVPair.OneOfValueWrapper
 
setValue(KVPair.OneOfValueWrapper) - Method in class com.nutanix.dp1.vmm.common.v1.config.KVPair
Deprecated. 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignIpResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssignVmOwnerResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneOverrideParams.OneOfBootConfigWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloneVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInit.OneOfCloudInitScriptWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateCdRomResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateDiskResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateGpuResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateNicResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateSerialPortResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CreateVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CrossClusterMigrateVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.CustomizeGuestVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DataSource.OneOfReferenceWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteCdRomResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteDiskResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteGpuResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteNicResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteSerialPortResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DeleteVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Disk.OneOfBackingInfoWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskMigrationParams.OneOfMigrateDisksWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.EjectCdRomResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetCdRomResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetDiskResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGpuResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetNicResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetSerialPortResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GetVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestCustomizationParams.OneOfConfigWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertCdRomResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InsertVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.LegacyBoot.OneOfBootDeviceWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListCdRomsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListDisksResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListGpusResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListNicsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListSerialPortsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ListVmsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateDisksResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerCycleVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOffVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerOnVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ReleaseIpResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ResetVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RevertVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep.OneOfSysprepScriptWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm.OneOfBootConfigWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.error.ErrorResponse.OneOfErrorWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssignVmOwnerResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.AssociateVmCategoriesResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.DisassociateVmCategoriesResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetNutanixGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.GetVmResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InsertNutanixVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.InstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.ListVmsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.Image.OneOfSourceWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageCategoriesApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageClusterLocationListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImageListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagePlacementPolicyListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ImagesTaskApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.PlacementPolicyListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTaskListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.images.ResolveRateLimitsApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse.OneOfDataWrapper
 
setValue(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec.OneOfVersionSourceWrapper
 
setValueInWrapper(Object) - Method in class com.nutanix.dp1.vmm.common.v1.config.KVPair
 
setVerifySsl(boolean) - Method in class com.nutanix.vmm.java.client.ApiClient
Enable/Disable SSL Verification
setVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestTools
Version of Nutanix Guest Tools installed on the VM.
setVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VtpmConfig
Virtual trusted platform module version.
setVersion(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestTools
Version of Nutanix Guest Tools installed on the VM.
setVersionNumber(Integer) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
Template Version number
setVersionSource(TemplateVersionSpec.OneOfVersionSourceWrapper) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
Deprecated. 
setVersionSourceInWrapper(Object) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
 
setVmSpec(String) - Method in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
VM configuration spec
severity - Variable in class com.nutanix.dp1.vmm.common.v1.config.Message
 
severity - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.AppMessage
 
shouldAllowUnknownMacs - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
Indicates whether an unknown unicast traffic is forwarded to this NIC or not.
shouldAssignIp - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Ipv4Config
If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address.
shouldEnableScriptExec - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerStateTransitionConfig
Indicates whether to run the set script before the VM shutdowns/restarts.
shouldFailOnScriptFailure - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.GuestPowerStateTransitionConfig
Indicates whether to abort VM shutdown/restart if the script fails.
shutdownVm(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Collaborative shutdown of a Virtual Machine through the ACPI support in the operating system.
ShutdownVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/guest-shutdown Post operation
ShutdownVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse
 
ShutdownVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ShutdownVmResponse
 
ShutdownVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
source - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
startTime - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.RebootPreferenceSchedule
The start time for a scheduled restart.
startTime - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixRebootPreferenceSchedule
The start time for a scheduled restart.
status - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
 
statusCode - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
storageConfig - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
storageConfig - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
 
storageContainer - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFDiskMigrationPlan
 
storageContainer - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.AllDisksMigrationPlan
 
storageContainer - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
 
subnet - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicConfig
 
subnet - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
SubnetReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Network identifier for this adapter.
SubnetReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SubnetReference
 
SubnetReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.SubnetReference
 
suspendPlacementPolicyExtId(String, CancelPlacementTasks, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
Suspend an active image placement policy, active policy is one that is being considered for enforcement.
Sysprep - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
If this field is set, the guest will be customized using Sysprep.
Sysprep() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep
 
Sysprep(InstallType, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Sysprep
 
Sysprep.OneOfSysprepScriptWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 

T

targetAvailabilityZone - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateParams
 
targetCluster - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateParams
 
TaskReference - Class in com.nutanix.dp1.vmm.prism.v4.config
Reference to a task tracking an asynchronous operation.
TaskReference() - Constructor for class com.nutanix.dp1.vmm.prism.v4.config.TaskReference
 
TaskReference(String) - Constructor for class com.nutanix.dp1.vmm.prism.v4.config.TaskReference
 
taskReference - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.RateLimitTask
 
Template - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
Template() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.Template
 
Template(String, String, List<ApiLink>, String, String, TemplateVersionSpec, Boolean, Integer, GuestUpdateStatus, OffsetDateTime, OffsetDateTime, String, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.Template
 
TemplateApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.templates
REST response for all response codes in API path /vmm/v4.0.a1/templates/{extId} Get operation
TemplateApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse
 
TemplateApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateApiResponse
 
TemplateApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TemplateDeployment - Class in com.nutanix.dp1.vmm.vmm.v4.templates
Deploy VM Config from the Template.
TemplateDeployment() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateDeployment
 
TemplateDeployment(Integer, Integer, Map<String, VmConfigOverride>, UUID) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateDeployment
 
templateDescription - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
A description for the Template.
TemplateListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.templates
REST response for all response codes in API path /vmm/v4.0.a1/templates Get operation
TemplateListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse
 
TemplateListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateListApiResponse
 
TemplateListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
templateName - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
Template Name.
TemplatePublishSpec - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TemplatePublishSpec() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatePublishSpec
 
TemplatePublishSpec(Integer) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatePublishSpec
 
TemplatesTaskApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.templates
REST response for all response codes in API path /vmm/v4.0.a1/templates/{extId}/$actions/publish Post operation
TemplatesTaskApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse
 
TemplatesTaskApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplatesTaskApiResponse
 
TemplatesTaskApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TemplateVersionApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.templates
REST response for all response codes in API path /vmm/v4.0.a1/templates/{extId}/versions/{versionNumber} Get operation
TemplateVersionApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse
 
TemplateVersionApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionApiResponse
 
TemplateVersionApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TemplateVersionListApiResponse - Class in com.nutanix.dp1.vmm.vmm.v4.templates
REST response for all response codes in API path /vmm/v4.0.a1/templates/{extId}/versions Get operation
TemplateVersionListApiResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse
 
TemplateVersionListApiResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionListApiResponse
 
TemplateVersionListApiResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TemplateVersionReference - Class in com.nutanix.dp1.vmm.vmm.v4.templates
Template new version with Version Number and Override Config.
TemplateVersionReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionReference
 
TemplateVersionReference(Integer, VmConfigOverride) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionReference
 
templateVersionSpec - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.Template
 
TemplateVersionSpec - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TemplateVersionSpec() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
 
TemplateVersionSpec(String, String, List<ApiLink>, String, String, Integer, String, OffsetDateTime, String, Object, String, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
 
TemplateVersionSpec.OneOfVersionSourceWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.templates
 
TenantAwareModel - Class in com.nutanix.dp1.vmm.common.v1.config
A model base class whose instances are bound to a specific tenant.
TenantAwareModel() - Constructor for class com.nutanix.dp1.vmm.common.v1.config.TenantAwareModel
 
TenantAwareModel(String) - Constructor for class com.nutanix.dp1.vmm.common.v1.config.TenantAwareModel
 
throttledIops - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.QosConfig
Throttled IOPS for the governed entities.
timestamp - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
totalAvailableResults - Variable in class com.nutanix.dp1.vmm.common.v1.response.ApiResponseMetadata
The total number of entities that are available on the server for this type.
trunkedVlans - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
List of networks to trunk if VLAN mode is marked as TRUNKED.
type - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ClusterEntityFilter
 
type - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.EntityFilter
 
type - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.Image
 
type - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksum
 

U

UefiBoot - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
UEFI boot mode and its associated configuration.
UefiBoot() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UefiBoot
 
UefiBoot(Boolean, NvramDevice) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UefiBoot
 
Unattendxml - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
This field contains a Sysprep unattend xml definition, as a string.
Unattendxml() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Unattendxml
 
Unattendxml(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Unattendxml
 
uninstallNutanixVmGuestTools(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Trigger an in-guest uninstallation of Nutanix Guest Tools.
UninstallNutanixVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/nutanix-guest-tools/$actions/uninstall Post operation
UninstallNutanixVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse
 
UninstallNutanixVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UninstallNutanixVmGuestToolsResponse
 
UninstallNutanixVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
uninstallVmGuestTools(String, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Trigger an in-guest uninstallation of Nutanix Guest Tools.
UninstallVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/guest-tools/$actions/uninstall Post operation
UninstallVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse
 
UninstallVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UninstallVmGuestToolsResponse
 
UninstallVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
updateDisk(String, String, Disk, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Updates the configuration details for the provided disk device.
UpdateDiskResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/disks/{extId} Put operation
UpdateDiskResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse
 
UpdateDiskResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateDiskResponse
 
UpdateDiskResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
UpdateGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/guest-tools Put operation
UpdateGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse
 
UpdateGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateGuestToolsResponse
 
UpdateGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
updateImageByExtId(String, Image, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Update the image with the given extId.
updateImageCategories(String, List<CategoryReference>, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.ImagesApi
Replace the attached image categories with the given extId.
updateNic(String, String, Nic, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Updates the configuration details for the provided network device.
UpdateNicResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/nics/{extId} Put operation
UpdateNicResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse
 
UpdateNicResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateNicResponse
 
UpdateNicResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
updateNutanixGuestTools(String, NutanixGuestTools, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Updates the Nutanix Guest Tools configuration for a Virtual Machine.
UpdateNutanixGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/nutanix-guest-tools Put operation
UpdateNutanixGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse
 
UpdateNutanixGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpdateNutanixGuestToolsResponse
 
UpdateNutanixGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
updatePlacementPolicyByExtId(String, PlacementPolicy, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.PlacementPoliciesApi
Update the image placement policy with the given extId.
updateRateLimitByExtId(String, RateLimit, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.RateLimitsApi
Update an image rate limit.
updateSerialPort(String, String, SerialPort, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Updates the configuration details for the provided serial port.
UpdateSerialPortResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{vmExtId}/serial-ports/{extId} Put operation
UpdateSerialPortResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse
 
UpdateSerialPortResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateSerialPortResponse
 
UpdateSerialPortResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
updateVm(String, Vm, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Updates configuration details for a Virtual Machine.
updateVmGuestTools(String, GuestTools, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Updates the Nutanix Guest Tools configuration for a Virtual Machine.
UpdateVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId} Put operation
UpdateVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse
 
UpdateVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpdateVmResponse
 
UpdateVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
upgradeNutanixVmGuestTools(String, NutanixGuestToolsUpgradeConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.EsxiVmApi
Trigger an in-guest upgrade of Nutanix Guest Tools.
UpgradeNutanixVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
REST response for all response codes in API path /vmm/v4.0.a1/esxi/config/vms/{extId}/nutanix-guest-tools/$actions/upgrade Post operation
UpgradeNutanixVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse
 
UpgradeNutanixVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.UpgradeNutanixVmGuestToolsResponse
 
UpgradeNutanixVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
 
upgradeVmGuestTools(String, GuestToolsUpgradeConfig, HashMap<String, Object>...) - Method in class com.nutanix.vmm.java.client.api.VmApi
Trigger an in-guest upgrade of Nutanix Guest Tools.
UpgradeVmGuestToolsResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/guest-tools/$actions/upgrade Post operation
UpgradeVmGuestToolsResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse
 
UpgradeVmGuestToolsResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.UpgradeVmGuestToolsResponse
 
UpgradeVmGuestToolsResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
url - Variable in class com.nutanix.dp1.vmm.vmm.v4.images.UrlSource
 
UrlSource - Class in com.nutanix.dp1.vmm.vmm.v4.images
URL for creating an image.
UrlSource() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.UrlSource
 
UrlSource(String, Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.UrlSource
 
Userdata - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
The contents of the user_data configuration for cloud-init.
Userdata() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Userdata
 
Userdata(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Userdata
 
username - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Credential
 
username - Variable in class com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixCredential
 

V

ValidateCrossClusterMigrateVmResponse - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
REST response for all response codes in API path /vmm/v4.0.a1/ahv/config/vms/{extId}/$actions/validate-migrate Post operation
ValidateCrossClusterMigrateVmResponse() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse
 
ValidateCrossClusterMigrateVmResponse(ApiResponseMetadata, Object) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ValidateCrossClusterMigrateVmResponse
 
ValidateCrossClusterMigrateVmResponse.OneOfDataWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
validationErrorMessages - Variable in class com.nutanix.dp1.vmm.vmm.v4.error.SchemaValidationError
 
value - Variable in class com.nutanix.dp1.vmm.common.v1.config.Flag
 
value - Variable in class com.nutanix.dp1.vmm.common.v1.config.IPv4Address
 
value - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Unattendxml
 
value - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Userdata
The value for the cloud-init user_data.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.common.v1.config.MessageSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomBusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInitDataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CpuFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskBusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNicModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EnforcementMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuVendor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.IsoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MachineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionNicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NgtCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyComplianceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfoReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ScheduleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VlanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReferenceEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixScheduleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReferenceEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ComplianceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.FilterMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.PlacementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.vmm.java.client.ApiClient.CollectionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nutanix.vmm.java.client.auth.OAuthFlow
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nutanix.dp1.vmm.common.v1.config.MessageSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.BootDeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CdRomBusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CloudInitDataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.CpuFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.DiskBusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EmulatedNicModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.EnforcementMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.GpuVendor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.InstallType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.IsoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MachineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.MigrateNicType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NetworkFunctionNicType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NgtCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PolicyComplianceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.PowerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionInfoReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ProtectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.ScheduleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VlanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReferenceEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixGuestToolsCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.NutanixScheduleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.esxi.config.OwnerReferenceEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ComplianceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.EnforcementState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.FilterMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.dp1.vmm.vmm.v4.images.PlacementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.vmm.java.client.ApiClient.CollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nutanix.vmm.java.client.auth.OAuthFlow
Returns an array containing the constants of this enum type, in the order they are declared.
vendor - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Gpu
 
vendorId - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.VendorSpecificProperty
The unique identifier of the vendor.
vendorMetadata - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.VendorSpecificProperty
This is an opaque data interpreted only by the respective vendor.
vendorSpecificProperties - Variable in class com.nutanix.dp1.vmm.dataprotection.v4.common.RecoveryPointProperties
List of additional metadata provided by the client at the time of Recovery point creation.
VendorSpecificProperty - Class in com.nutanix.dp1.vmm.dataprotection.v4.common
Additional metadata provided by the client at the time of Recovery point creation.
VendorSpecificProperty() - Constructor for class com.nutanix.dp1.vmm.dataprotection.v4.common.VendorSpecificProperty
 
VendorSpecificProperty(String, byte[]) - Constructor for class com.nutanix.dp1.vmm.dataprotection.v4.common.VendorSpecificProperty
 
version - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionReference
Template Version number
versionDescription - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.CompleteGuestUpdateSpec
A description for template version.
versionDescription - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
A description for template version.
versionName - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.CompleteGuestUpdateSpec
Template version name.
versionName - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
Template version name.
versionNumber - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.InitiateGuestUpdateSpec
Template Version number
versionNumber - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateDeployment
Template Version number
versionSourceDiscriminator - Variable in class com.nutanix.dp1.vmm.vmm.v4.templates.TemplateVersionSpec
 
vlanMode - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.NicNetworkInfo
 
VlanMode - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
By default, all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network.
Vm - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
VM configuration.
Vm() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
Vm(String, String, List<ApiLink>, String, String, OffsetDateTime, OffsetDateTime, VmSourceReference, Integer, Integer, Integer, Integer, Long, Boolean, Boolean, List<CpuFeature>, Boolean, Boolean, String, String, List<CategoryReference>, OwnershipInfo, HostReference, ClusterReference, AvailabilityZoneReference, GuestCustomizationParams, GuestTools, String, Boolean, Object, Boolean, MachineType, PowerState, VtpmConfig, Boolean, Boolean, Boolean, ADSFVmStorageConfig, List<Disk>, List<CdRom>, List<Nic>, List<Gpu>, List<SerialPort>, ProtectionType, ProtectionPolicyState, List<RecoveryPlanState>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
vm - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmRecoveryPoint
 
Vm - Class in com.nutanix.dp1.vmm.vmm.v4.esxi.config
VM configuration.
Vm() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
 
Vm(String, String, List<ApiLink>, String, ClusterReference, HostReference, String, List<CategoryReference>, OwnershipInfo, NutanixGuestTools) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.esxi.config.Vm
 
Vm.OneOfBootConfigWrapper - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
VmApi - Class in com.nutanix.vmm.java.client.api
 
VmApi() - Constructor for class com.nutanix.vmm.java.client.api.VmApi
 
VmApi(ApiClient) - Constructor for class com.nutanix.vmm.java.client.api.VmApi
 
VmConfigOverride - Class in com.nutanix.dp1.vmm.vmm.v4.templates
Overrides specification for VM create from a Template.
VmConfigOverride() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
 
VmConfigOverride(String, Integer, Integer, Integer, Long, List<Nic>, GuestCustomizationParams) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.VmConfigOverride
 
VmCrossClusterMigrateOverrides - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Cross cluster migration overrides the VM configuration.
VmCrossClusterMigrateOverrides() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateOverrides
 
VmCrossClusterMigrateOverrides(List<Nic>) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateOverrides
 
VmCrossClusterMigrateParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Input on how to migrate a VM across clusters.
VmCrossClusterMigrateParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateParams
 
VmCrossClusterMigrateParams(AvailabilityZoneReference, ClusterReference, Boolean, VmCrossClusterMigrateOverrides) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmCrossClusterMigrateParams
 
VmDataProtectionApi - Class in com.nutanix.vmm.java.client.api
 
VmDataProtectionApi() - Constructor for class com.nutanix.vmm.java.client.api.VmDataProtectionApi
 
VmDataProtectionApi(ApiClient) - Constructor for class com.nutanix.vmm.java.client.api.VmDataProtectionApi
 
VmDisk - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Storage provided by Nutanix ADSF
VmDisk() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
 
VmDisk(String, Long, VmDiskContainerReference, VmDiskStorageConfig, DataSource) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDisk
 
VmDiskContainerReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
This reference is for disk level storage container preference.
VmDiskContainerReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskContainerReference
 
VmDiskContainerReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskContainerReference
 
VmDiskReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to an existing VM disk.
VmDiskReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskReference
 
VmDiskReference(String, DiskAddress, VmReference) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskReference
 
VmDiskSource - Class in com.nutanix.dp1.vmm.vmm.v4.images
VM disk for creating an image.
VmDiskSource() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.VmDiskSource
 
VmDiskSource(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.images.VmDiskSource
 
VmDiskStorageConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Storage configuration for VM disks.
VmDiskStorageConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskStorageConfig
 
VmDiskStorageConfig(Boolean) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskStorageConfig
 
VmRecoveryPoint - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
A model that represents VM Recovery Point properties
VmRecoveryPoint() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmRecoveryPoint
 
VmRecoveryPoint(String, String, List<ApiLink>, String, String, OffsetDateTime, OffsetDateTime, RecoveryPointStatus, RecoveryPointType, String, String, List<VendorSpecificProperty>, Vm) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmRecoveryPoint
 
vmRecoveryPointExtId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmRevertParams
The external identifier of the VM Recovery Point.
vmReference - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmDiskReference
 
VmReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
This is a reference to a VM.
VmReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmReference
 
VmReference(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmReference
 
VmReference - Class in com.nutanix.dp1.vmm.vmm.v4.templates
The source VM to create a new template
VmReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.VmReference
 
VmReference(UUID, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.templates.VmReference
 
VmRevertParams - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Specify the VM Recovery Point Id to which the VM would be reverted.
VmRevertParams() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmRevertParams
 
VmRevertParams(String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmRevertParams
 
VmSourceReference - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Reference to an entity that the VM should be cloned or created from.
VmSourceReference() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReference
 
VmSourceReference(VmSourceReferenceEntityType, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VmSourceReference
 
VmSourceReferenceEntityType - Enum in com.nutanix.dp1.vmm.vmm.v4.ahv.config
 
volumeGroupExtId - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.ADSFVolumeGroupReference
Globally unique identifier of an ADSF volume group.
vtpmConfig - Variable in class com.nutanix.dp1.vmm.vmm.v4.ahv.config.Vm
 
VtpmConfig - Class in com.nutanix.dp1.vmm.vmm.v4.ahv.config
Indicates how the vTPM for the VM should be configured.
VtpmConfig() - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VtpmConfig
 
VtpmConfig(Boolean, String) - Constructor for class com.nutanix.dp1.vmm.vmm.v4.ahv.config.VtpmConfig
 
A B C D E F G H I K L M N O P Q R S T U V 
Skip navigation links

Copyright © 2023. All rights reserved.