@azure/arm-connectedvmware 1.0.0-alpha.20250107.1 → 1.0.0-alpha.20250109.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +245 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +96 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +477 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/datastores.d.ts +96 -0
- package/dist/browser/operations/datastores.d.ts.map +1 -0
- package/dist/browser/operations/datastores.js +477 -0
- package/dist/browser/operations/datastores.js.map +1 -0
- package/dist/browser/operations/hosts.d.ts +96 -0
- package/dist/browser/operations/hosts.d.ts.map +1 -0
- package/dist/browser/operations/hosts.js +477 -0
- package/dist/browser/operations/hosts.js.map +1 -0
- package/dist/browser/operations/index.d.ts +13 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +20 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/inventoryItems.d.ts +62 -0
- package/dist/browser/operations/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operations/inventoryItems.js +247 -0
- package/dist/browser/operations/inventoryItems.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/resourcePools.d.ts +96 -0
- package/dist/browser/operations/resourcePools.d.ts.map +1 -0
- package/dist/browser/operations/resourcePools.js +477 -0
- package/dist/browser/operations/resourcePools.js.map +1 -0
- package/dist/browser/operations/vCenters.d.ts +96 -0
- package/dist/browser/operations/vCenters.d.ts.map +1 -0
- package/dist/browser/operations/vCenters.js +477 -0
- package/dist/browser/operations/vCenters.js.map +1 -0
- package/dist/browser/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/browser/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/browser/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/browser/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.js +644 -0
- package/dist/browser/operations/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.js +477 -0
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operations/virtualNetworks.d.ts +96 -0
- package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworks.js +477 -0
- package/dist/browser/operations/virtualNetworks.js.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.js.map +1 -0
- package/dist/browser/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/browser/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +13 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +20 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/browser/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/browser/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/browser/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js +111 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2381 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +179 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +91 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3386 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +33 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +248 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +96 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +481 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/datastores.d.ts +96 -0
- package/dist/commonjs/operations/datastores.d.ts.map +1 -0
- package/dist/commonjs/operations/datastores.js +481 -0
- package/dist/commonjs/operations/datastores.js.map +1 -0
- package/dist/commonjs/operations/hosts.d.ts +96 -0
- package/dist/commonjs/operations/hosts.d.ts.map +1 -0
- package/dist/commonjs/operations/hosts.js +481 -0
- package/dist/commonjs/operations/hosts.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +13 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +23 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/inventoryItems.d.ts +62 -0
- package/dist/commonjs/operations/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operations/inventoryItems.js +251 -0
- package/dist/commonjs/operations/inventoryItems.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/resourcePools.d.ts +96 -0
- package/dist/commonjs/operations/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operations/resourcePools.js +481 -0
- package/dist/commonjs/operations/resourcePools.js.map +1 -0
- package/dist/commonjs/operations/vCenters.d.ts +96 -0
- package/dist/commonjs/operations/vCenters.d.ts.map +1 -0
- package/dist/commonjs/operations/vCenters.js +481 -0
- package/dist/commonjs/operations/vCenters.js.map +1 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.js +329 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.js +648 -0
- package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js +481 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts +96 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.js +481 -0
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js +172 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.js +10 -0
- package/dist/commonjs/operationsInterfaces/datastores.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/hosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +23 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vCenters.js +10 -0
- package/dist/commonjs/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js +10 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2381 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +176 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +91 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3382 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +33 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +245 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +96 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +477 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/datastores.d.ts +96 -0
- package/dist/esm/operations/datastores.d.ts.map +1 -0
- package/dist/esm/operations/datastores.js +477 -0
- package/dist/esm/operations/datastores.js.map +1 -0
- package/dist/esm/operations/hosts.d.ts +96 -0
- package/dist/esm/operations/hosts.d.ts.map +1 -0
- package/dist/esm/operations/hosts.js +477 -0
- package/dist/esm/operations/hosts.js.map +1 -0
- package/dist/esm/operations/index.d.ts +13 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +20 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/inventoryItems.d.ts +62 -0
- package/dist/esm/operations/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operations/inventoryItems.js +247 -0
- package/dist/esm/operations/inventoryItems.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/resourcePools.d.ts +96 -0
- package/dist/esm/operations/resourcePools.d.ts.map +1 -0
- package/dist/esm/operations/resourcePools.js +477 -0
- package/dist/esm/operations/resourcePools.js.map +1 -0
- package/dist/esm/operations/vCenters.d.ts +96 -0
- package/dist/esm/operations/vCenters.d.ts.map +1 -0
- package/dist/esm/operations/vCenters.js +477 -0
- package/dist/esm/operations/vCenters.js.map +1 -0
- package/dist/esm/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/esm/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/esm/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/esm/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.js +644 -0
- package/dist/esm/operations/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.js +477 -0
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operations/virtualNetworks.d.ts +96 -0
- package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworks.js +477 -0
- package/dist/esm/operations/virtualNetworks.js.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.js +9 -0
- package/dist/esm/operationsInterfaces/datastores.js.map +1 -0
- package/dist/esm/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/esm/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hosts.js +9 -0
- package/dist/esm/operationsInterfaces/hosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +13 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +20 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.js +9 -0
- package/dist/esm/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.js +9 -0
- package/dist/esm/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/esm/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/esm/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vCenters.js +9 -0
- package/dist/esm/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2381 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +176 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +91 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3382 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +33 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +245 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +96 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +477 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/datastores.d.ts +96 -0
- package/dist/react-native/operations/datastores.d.ts.map +1 -0
- package/dist/react-native/operations/datastores.js +477 -0
- package/dist/react-native/operations/datastores.js.map +1 -0
- package/dist/react-native/operations/hosts.d.ts +96 -0
- package/dist/react-native/operations/hosts.d.ts.map +1 -0
- package/dist/react-native/operations/hosts.js +477 -0
- package/dist/react-native/operations/hosts.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +13 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +20 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/inventoryItems.d.ts +62 -0
- package/dist/react-native/operations/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operations/inventoryItems.js +247 -0
- package/dist/react-native/operations/inventoryItems.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/resourcePools.d.ts +96 -0
- package/dist/react-native/operations/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operations/resourcePools.js +477 -0
- package/dist/react-native/operations/resourcePools.js.map +1 -0
- package/dist/react-native/operations/vCenters.d.ts +96 -0
- package/dist/react-native/operations/vCenters.d.ts.map +1 -0
- package/dist/react-native/operations/vCenters.js +477 -0
- package/dist/react-native/operations/vCenters.js.map +1 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.js +644 -0
- package/dist/react-native/operations/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.js +477 -0
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operations/virtualNetworks.d.ts +96 -0
- package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworks.js +477 -0
- package/dist/react-native/operations/virtualNetworks.js.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.js +9 -0
- package/dist/react-native/operationsInterfaces/datastores.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hosts.js +9 -0
- package/dist/react-native/operationsInterfaces/hosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +20 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.js +9 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js +9 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vCenters.js +9 -0
- package/dist/react-native/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +59 -29
- package/dist/index.js +0 -8941
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -49
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -53
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateSample.js +0 -49
- package/dist-esm/samples-dev/datastoresCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.js +0 -39
- package/dist-esm/samples-dev/datastoresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +0 -39
- package/dist-esm/samples-dev/datastoresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.js +0 -53
- package/dist-esm/samples-dev/datastoresListSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.js +0 -41
- package/dist-esm/samples-dev/datastoresUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsCreateSample.js +0 -49
- package/dist-esm/samples-dev/hostsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/hostsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsGetSample.js +0 -39
- package/dist-esm/samples-dev/hostsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsListSample.js +0 -53
- package/dist-esm/samples-dev/hostsListSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/hostsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +0 -42
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +0 -40
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +0 -55
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js +0 -49
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.js +0 -53
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersCreateSample.js +0 -50
- package/dist-esm/samples-dev/vCentersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/vCentersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersGetSample.js +0 -39
- package/dist-esm/samples-dev/vCentersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersListSample.js +0 -53
- package/dist-esm/samples-dev/vCentersListSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/vCentersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -38
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +0 -49
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +0 -53
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js +0 -49
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.js +0 -53
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +0 -41
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js +0 -43
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js +0 -52
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js +0 -52
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js.map +0 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +0 -32
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +0 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +0 -109
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -245
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -96
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -485
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/datastores.d.ts +0 -96
- package/dist-esm/src/operations/datastores.d.ts.map +0 -1
- package/dist-esm/src/operations/datastores.js +0 -485
- package/dist-esm/src/operations/datastores.js.map +0 -1
- package/dist-esm/src/operations/hosts.d.ts +0 -96
- package/dist-esm/src/operations/hosts.d.ts.map +0 -1
- package/dist-esm/src/operations/hosts.js +0 -485
- package/dist-esm/src/operations/hosts.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -13
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -20
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inventoryItems.d.ts +0 -62
- package/dist-esm/src/operations/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operations/inventoryItems.js +0 -247
- package/dist-esm/src/operations/inventoryItems.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/resourcePools.d.ts +0 -96
- package/dist-esm/src/operations/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operations/resourcePools.js +0 -485
- package/dist-esm/src/operations/resourcePools.js.map +0 -1
- package/dist-esm/src/operations/vCenters.d.ts +0 -96
- package/dist-esm/src/operations/vCenters.d.ts.map +0 -1
- package/dist-esm/src/operations/vCenters.js +0 -485
- package/dist-esm/src/operations/vCenters.js.map +0 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts +0 -74
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.js +0 -333
- package/dist-esm/src/operations/vMInstanceGuestAgents.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -132
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.js +0 -668
- package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +0 -96
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +0 -485
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +0 -96
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.js +0 -485
- package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -45
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js +0 -168
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hosts.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hosts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -20
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vCenters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -107
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/connectedvmware_operations_test.spec.js +0 -75
- package/dist-esm/test/connectedvmware_operations_test.spec.js.map +0 -1
- package/src/azureArcVMwareManagementServiceAPI.ts +0 -206
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2672
- package/src/models/mappers.ts +0 -3549
- package/src/models/parameters.ts +0 -295
- package/src/operations/clusters.ts +0 -622
- package/src/operations/datastores.ts +0 -622
- package/src/operations/hosts.ts +0 -609
- package/src/operations/index.ts +0 -20
- package/src/operations/inventoryItems.ts +0 -334
- package/src/operations/operations.ts +0 -149
- package/src/operations/resourcePools.ts +0 -622
- package/src/operations/vCenters.ts +0 -622
- package/src/operations/vMInstanceGuestAgents.ts +0 -436
- package/src/operations/virtualMachineInstances.ts +0 -899
- package/src/operations/virtualMachineTemplates.ts +0 -622
- package/src/operations/virtualNetworks.ts +0 -622
- package/src/operations/vmInstanceHybridIdentityMetadataOperations.ts +0 -204
- package/src/operationsInterfaces/clusters.ts +0 -114
- package/src/operationsInterfaces/datastores.ts +0 -114
- package/src/operationsInterfaces/hosts.ts +0 -109
- package/src/operationsInterfaces/index.ts +0 -20
- package/src/operationsInterfaces/inventoryItems.ts +0 -73
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/resourcePools.ts +0 -114
- package/src/operationsInterfaces/vCenters.ts +0 -114
- package/src/operationsInterfaces/vMInstanceGuestAgents.ts +0 -95
- package/src/operationsInterfaces/virtualMachineInstances.ts +0 -205
- package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -114
- package/src/operationsInterfaces/virtualNetworks.ts +0 -114
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.ts +0 -40
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-connectedvmware.d.ts +0 -3293
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datastores.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hosts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/inventoryItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vCenters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vMInstanceGuestAgents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,2672 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
export type InventoryItemPropertiesUnion =
|
|
12
|
-
| InventoryItemProperties
|
|
13
|
-
| ResourcePoolInventoryItem
|
|
14
|
-
| VirtualMachineInventoryItem
|
|
15
|
-
| VirtualMachineTemplateInventoryItem
|
|
16
|
-
| VirtualNetworkInventoryItem
|
|
17
|
-
| ClusterInventoryItem
|
|
18
|
-
| DatastoreInventoryItem
|
|
19
|
-
| HostInventoryItem;
|
|
20
|
-
|
|
21
|
-
/** Lists the operations available. */
|
|
22
|
-
export interface OperationsList {
|
|
23
|
-
/** Url to follow for getting next page of operations. */
|
|
24
|
-
nextLink?: string;
|
|
25
|
-
/** Array of operations */
|
|
26
|
-
value: Operation[];
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/** Operation provided by provider */
|
|
30
|
-
export interface Operation {
|
|
31
|
-
/** Name of the operation */
|
|
32
|
-
name?: string;
|
|
33
|
-
/** Indicates whether the operation is data action or not. */
|
|
34
|
-
isDataAction?: boolean;
|
|
35
|
-
/** Properties of the operation */
|
|
36
|
-
display?: OperationDisplay;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/** Properties of the operation */
|
|
40
|
-
export interface OperationDisplay {
|
|
41
|
-
/** Provider name */
|
|
42
|
-
provider?: string;
|
|
43
|
-
/** Resource name */
|
|
44
|
-
resource?: string;
|
|
45
|
-
/** Operation name */
|
|
46
|
-
operation?: string;
|
|
47
|
-
/** Description of the operation */
|
|
48
|
-
description?: string;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
52
|
-
export interface ErrorResponse {
|
|
53
|
-
/** The error object. */
|
|
54
|
-
error?: ErrorDetail;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/** The error detail. */
|
|
58
|
-
export interface ErrorDetail {
|
|
59
|
-
/**
|
|
60
|
-
* The error code.
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly code?: string;
|
|
64
|
-
/**
|
|
65
|
-
* The error message.
|
|
66
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
-
*/
|
|
68
|
-
readonly message?: string;
|
|
69
|
-
/**
|
|
70
|
-
* The error target.
|
|
71
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
-
*/
|
|
73
|
-
readonly target?: string;
|
|
74
|
-
/**
|
|
75
|
-
* The error details.
|
|
76
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
77
|
-
*/
|
|
78
|
-
readonly details?: ErrorDetail[];
|
|
79
|
-
/**
|
|
80
|
-
* The error additional info.
|
|
81
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
82
|
-
*/
|
|
83
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
/** The resource management error additional info. */
|
|
87
|
-
export interface ErrorAdditionalInfo {
|
|
88
|
-
/**
|
|
89
|
-
* The additional info type.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly type?: string;
|
|
93
|
-
/**
|
|
94
|
-
* The additional info.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly info?: Record<string, unknown>;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/** Define the resourcePool. */
|
|
101
|
-
export interface ResourcePool {
|
|
102
|
-
/** Gets or sets the location. */
|
|
103
|
-
location: string;
|
|
104
|
-
/** Gets or sets the extended location. */
|
|
105
|
-
extendedLocation?: ExtendedLocation;
|
|
106
|
-
/**
|
|
107
|
-
* The system data.
|
|
108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
-
*/
|
|
110
|
-
readonly systemData?: SystemData;
|
|
111
|
-
/** Gets or sets the Resource tags. */
|
|
112
|
-
tags?: { [propertyName: string]: string };
|
|
113
|
-
/**
|
|
114
|
-
* Gets or sets the name.
|
|
115
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
116
|
-
*/
|
|
117
|
-
readonly name?: string;
|
|
118
|
-
/**
|
|
119
|
-
* Gets or sets the Id.
|
|
120
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
121
|
-
*/
|
|
122
|
-
readonly id?: string;
|
|
123
|
-
/**
|
|
124
|
-
* Gets or sets the type of the resource.
|
|
125
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
126
|
-
*/
|
|
127
|
-
readonly type?: string;
|
|
128
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
129
|
-
kind?: string;
|
|
130
|
-
/**
|
|
131
|
-
* Gets or sets a unique identifier for this resource.
|
|
132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
-
*/
|
|
134
|
-
readonly uuid?: string;
|
|
135
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */
|
|
136
|
-
vCenterId?: string;
|
|
137
|
-
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool. */
|
|
138
|
-
moRefId?: string;
|
|
139
|
-
/** Gets or sets the inventory Item ID for the resource pool. */
|
|
140
|
-
inventoryItemId?: string;
|
|
141
|
-
/**
|
|
142
|
-
* Gets or sets the vCenter Managed Object name for the resource pool.
|
|
143
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
-
*/
|
|
145
|
-
readonly moName?: string;
|
|
146
|
-
/**
|
|
147
|
-
* Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool.
|
|
148
|
-
* This property is used in relative allocation between resource consumers.
|
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
-
*/
|
|
151
|
-
readonly cpuSharesLevel?: string;
|
|
152
|
-
/**
|
|
153
|
-
* Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed
|
|
154
|
-
* to be available.
|
|
155
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
-
*/
|
|
157
|
-
readonly cpuReservationMHz?: number;
|
|
158
|
-
/**
|
|
159
|
-
* Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz.
|
|
160
|
-
* Utilization will not exceed this limit even if there are available resources.
|
|
161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
-
*/
|
|
163
|
-
readonly cpuLimitMHz?: number;
|
|
164
|
-
/**
|
|
165
|
-
* Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool.
|
|
166
|
-
* This property is used in relative allocation between resource consumers.
|
|
167
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
-
*/
|
|
169
|
-
readonly memSharesLevel?: string;
|
|
170
|
-
/**
|
|
171
|
-
* Gets or sets MemReservationMB which specifies the guaranteed available memory in
|
|
172
|
-
* megabytes.
|
|
173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
174
|
-
*/
|
|
175
|
-
readonly memReservationMB?: number;
|
|
176
|
-
/**
|
|
177
|
-
* Gets or sets MemLimitMB specifies a memory usage limit in megabytes.
|
|
178
|
-
* Utilization will not exceed the specified limit even if there are available resources.
|
|
179
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
180
|
-
*/
|
|
181
|
-
readonly memLimitMB?: number;
|
|
182
|
-
/**
|
|
183
|
-
* Gets the used physical memory on the pool in GB.
|
|
184
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
-
*/
|
|
186
|
-
readonly memOverallUsageGB?: number;
|
|
187
|
-
/**
|
|
188
|
-
* Gets the total amount of physical memory on the pool in GB.
|
|
189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
-
*/
|
|
191
|
-
readonly memCapacityGB?: number;
|
|
192
|
-
/**
|
|
193
|
-
* Gets the used CPU usage across all cores on the pool in MHz.
|
|
194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
-
*/
|
|
196
|
-
readonly cpuOverallUsageMHz?: number;
|
|
197
|
-
/**
|
|
198
|
-
* Gets the max CPU usage across all cores on the pool in MHz.
|
|
199
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
-
*/
|
|
201
|
-
readonly cpuCapacityMHz?: number;
|
|
202
|
-
/**
|
|
203
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
-
*/
|
|
206
|
-
readonly customResourceName?: string;
|
|
207
|
-
/**
|
|
208
|
-
* Gets the datastore ARM ids.
|
|
209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
-
*/
|
|
211
|
-
readonly datastoreIds?: string[];
|
|
212
|
-
/**
|
|
213
|
-
* Gets the network ARM ids.
|
|
214
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
-
*/
|
|
216
|
-
readonly networkIds?: string[];
|
|
217
|
-
/**
|
|
218
|
-
* The resource status information.
|
|
219
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
-
*/
|
|
221
|
-
readonly statuses?: ResourceStatus[];
|
|
222
|
-
/**
|
|
223
|
-
* Gets the provisioning state.
|
|
224
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
225
|
-
*/
|
|
226
|
-
readonly provisioningState?: ProvisioningState;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/** The resource status information. */
|
|
230
|
-
export interface ResourceStatus {
|
|
231
|
-
/**
|
|
232
|
-
* The type of the condition.
|
|
233
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
234
|
-
*/
|
|
235
|
-
readonly type?: string;
|
|
236
|
-
/**
|
|
237
|
-
* Status of the condition.
|
|
238
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
-
*/
|
|
240
|
-
readonly status?: string;
|
|
241
|
-
/**
|
|
242
|
-
* The reason for the condition's status.
|
|
243
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
-
*/
|
|
245
|
-
readonly reason?: string;
|
|
246
|
-
/**
|
|
247
|
-
* A human readable message indicating details about the status.
|
|
248
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
-
*/
|
|
250
|
-
readonly message?: string;
|
|
251
|
-
/**
|
|
252
|
-
* Severity with which to treat failures of this type of condition.
|
|
253
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
-
*/
|
|
255
|
-
readonly severity?: string;
|
|
256
|
-
/**
|
|
257
|
-
* The last update time for this condition.
|
|
258
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
-
*/
|
|
260
|
-
readonly lastUpdatedAt?: Date;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
/** The extended location. */
|
|
264
|
-
export interface ExtendedLocation {
|
|
265
|
-
/** The extended location type. */
|
|
266
|
-
type?: string;
|
|
267
|
-
/** The extended location name. */
|
|
268
|
-
name?: string;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
272
|
-
export interface SystemData {
|
|
273
|
-
/** The identity that created the resource. */
|
|
274
|
-
createdBy?: string;
|
|
275
|
-
/** The type of identity that created the resource. */
|
|
276
|
-
createdByType?: CreatedByType;
|
|
277
|
-
/** The timestamp of resource creation (UTC). */
|
|
278
|
-
createdAt?: Date;
|
|
279
|
-
/** The identity that last modified the resource. */
|
|
280
|
-
lastModifiedBy?: string;
|
|
281
|
-
/** The type of identity that last modified the resource. */
|
|
282
|
-
lastModifiedByType?: CreatedByType;
|
|
283
|
-
/** The timestamp of resource last modification (UTC) */
|
|
284
|
-
lastModifiedAt?: Date;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
/** Object containing updates for patch operations. */
|
|
288
|
-
export interface ResourcePatch {
|
|
289
|
-
/** Resource tags. */
|
|
290
|
-
tags?: { [propertyName: string]: string };
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/** List of ResourcePools. */
|
|
294
|
-
export interface ResourcePoolsList {
|
|
295
|
-
/** Url to follow for getting next page of ResourcePools. */
|
|
296
|
-
nextLink?: string;
|
|
297
|
-
/** Array of ResourcePools */
|
|
298
|
-
value: ResourcePool[];
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
/** Define the cluster. */
|
|
302
|
-
export interface Cluster {
|
|
303
|
-
/** Gets or sets the location. */
|
|
304
|
-
location: string;
|
|
305
|
-
/** Gets or sets the extended location. */
|
|
306
|
-
extendedLocation?: ExtendedLocation;
|
|
307
|
-
/**
|
|
308
|
-
* The system data.
|
|
309
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
310
|
-
*/
|
|
311
|
-
readonly systemData?: SystemData;
|
|
312
|
-
/** Gets or sets the Resource tags. */
|
|
313
|
-
tags?: { [propertyName: string]: string };
|
|
314
|
-
/**
|
|
315
|
-
* Gets or sets the name.
|
|
316
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
317
|
-
*/
|
|
318
|
-
readonly name?: string;
|
|
319
|
-
/**
|
|
320
|
-
* Gets or sets the Id.
|
|
321
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
322
|
-
*/
|
|
323
|
-
readonly id?: string;
|
|
324
|
-
/**
|
|
325
|
-
* Gets or sets the type of the resource.
|
|
326
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
327
|
-
*/
|
|
328
|
-
readonly type?: string;
|
|
329
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
330
|
-
kind?: string;
|
|
331
|
-
/**
|
|
332
|
-
* Gets or sets a unique identifier for this resource.
|
|
333
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
-
*/
|
|
335
|
-
readonly uuid?: string;
|
|
336
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this cluster resides. */
|
|
337
|
-
vCenterId?: string;
|
|
338
|
-
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster. */
|
|
339
|
-
moRefId?: string;
|
|
340
|
-
/** Gets or sets the inventory Item ID for the cluster. */
|
|
341
|
-
inventoryItemId?: string;
|
|
342
|
-
/**
|
|
343
|
-
* Gets or sets the vCenter Managed Object name for the cluster.
|
|
344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
|
-
*/
|
|
346
|
-
readonly moName?: string;
|
|
347
|
-
/**
|
|
348
|
-
* The resource status information.
|
|
349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
|
-
*/
|
|
351
|
-
readonly statuses?: ResourceStatus[];
|
|
352
|
-
/**
|
|
353
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
354
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
-
*/
|
|
356
|
-
readonly customResourceName?: string;
|
|
357
|
-
/**
|
|
358
|
-
* Gets the used physical memory on the cluster in GB.
|
|
359
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
360
|
-
*/
|
|
361
|
-
readonly usedMemoryGB?: number;
|
|
362
|
-
/**
|
|
363
|
-
* Gets the total amount of physical memory on the cluster in GB.
|
|
364
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
365
|
-
*/
|
|
366
|
-
readonly totalMemoryGB?: number;
|
|
367
|
-
/**
|
|
368
|
-
* Gets the used CPU usage across all cores on the cluster in MHz.
|
|
369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
370
|
-
*/
|
|
371
|
-
readonly usedCpuMHz?: number;
|
|
372
|
-
/**
|
|
373
|
-
* Gets the max CPU usage across all cores on the cluster in MHz.
|
|
374
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
375
|
-
*/
|
|
376
|
-
readonly totalCpuMHz?: number;
|
|
377
|
-
/**
|
|
378
|
-
* Gets the datastore ARM ids.
|
|
379
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
380
|
-
*/
|
|
381
|
-
readonly datastoreIds?: string[];
|
|
382
|
-
/**
|
|
383
|
-
* Gets the network ARM ids.
|
|
384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
385
|
-
*/
|
|
386
|
-
readonly networkIds?: string[];
|
|
387
|
-
/**
|
|
388
|
-
* Gets the provisioning state.
|
|
389
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
390
|
-
*/
|
|
391
|
-
readonly provisioningState?: ProvisioningState;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/** List of Clusters. */
|
|
395
|
-
export interface ClustersList {
|
|
396
|
-
/** Url to follow for getting next page of Clusters. */
|
|
397
|
-
nextLink?: string;
|
|
398
|
-
/** Array of Clusters */
|
|
399
|
-
value: Cluster[];
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/** Define the host. */
|
|
403
|
-
export interface Host {
|
|
404
|
-
/** Gets or sets the location. */
|
|
405
|
-
location: string;
|
|
406
|
-
/** Gets or sets the extended location. */
|
|
407
|
-
extendedLocation?: ExtendedLocation;
|
|
408
|
-
/**
|
|
409
|
-
* The system data.
|
|
410
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
-
*/
|
|
412
|
-
readonly systemData?: SystemData;
|
|
413
|
-
/** Gets or sets the Resource tags. */
|
|
414
|
-
tags?: { [propertyName: string]: string };
|
|
415
|
-
/**
|
|
416
|
-
* Gets or sets the name.
|
|
417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
-
*/
|
|
419
|
-
readonly name?: string;
|
|
420
|
-
/**
|
|
421
|
-
* Gets or sets the Id.
|
|
422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
423
|
-
*/
|
|
424
|
-
readonly id?: string;
|
|
425
|
-
/**
|
|
426
|
-
* Gets or sets the type of the resource.
|
|
427
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
428
|
-
*/
|
|
429
|
-
readonly type?: string;
|
|
430
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
431
|
-
kind?: string;
|
|
432
|
-
/**
|
|
433
|
-
* Gets or sets a unique identifier for this resource.
|
|
434
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
435
|
-
*/
|
|
436
|
-
readonly uuid?: string;
|
|
437
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this host resides. */
|
|
438
|
-
vCenterId?: string;
|
|
439
|
-
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host. */
|
|
440
|
-
moRefId?: string;
|
|
441
|
-
/** Gets or sets the inventory Item ID for the host. */
|
|
442
|
-
inventoryItemId?: string;
|
|
443
|
-
/**
|
|
444
|
-
* Gets or sets the vCenter Managed Object name for the host.
|
|
445
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
-
*/
|
|
447
|
-
readonly moName?: string;
|
|
448
|
-
/**
|
|
449
|
-
* The resource status information.
|
|
450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
451
|
-
*/
|
|
452
|
-
readonly statuses?: ResourceStatus[];
|
|
453
|
-
/**
|
|
454
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
-
*/
|
|
457
|
-
readonly customResourceName?: string;
|
|
458
|
-
/**
|
|
459
|
-
* Gets the used physical memory on the host in GB.
|
|
460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
-
*/
|
|
462
|
-
readonly overallMemoryUsageGB?: number;
|
|
463
|
-
/**
|
|
464
|
-
* Gets the total amount of physical memory on the host in GB.
|
|
465
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
-
*/
|
|
467
|
-
readonly memorySizeGB?: number;
|
|
468
|
-
/**
|
|
469
|
-
* Gets the used CPU usage across all cores in MHz.
|
|
470
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
471
|
-
*/
|
|
472
|
-
readonly overallCpuUsageMHz?: number;
|
|
473
|
-
/**
|
|
474
|
-
* Gets the max CPU usage across all cores in MHz.
|
|
475
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
476
|
-
*/
|
|
477
|
-
readonly cpuMhz?: number;
|
|
478
|
-
/**
|
|
479
|
-
* Gets the datastore ARM ids.
|
|
480
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
481
|
-
*/
|
|
482
|
-
readonly datastoreIds?: string[];
|
|
483
|
-
/**
|
|
484
|
-
* Gets the network ARM ids.
|
|
485
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
486
|
-
*/
|
|
487
|
-
readonly networkIds?: string[];
|
|
488
|
-
/**
|
|
489
|
-
* Gets the provisioning state.
|
|
490
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
491
|
-
*/
|
|
492
|
-
readonly provisioningState?: ProvisioningState;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
/** List of Hosts. */
|
|
496
|
-
export interface HostsList {
|
|
497
|
-
/** Url to follow for getting next page of Hosts. */
|
|
498
|
-
nextLink?: string;
|
|
499
|
-
/** Array of Hosts */
|
|
500
|
-
value: Host[];
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
/** Define the datastore. */
|
|
504
|
-
export interface Datastore {
|
|
505
|
-
/** Gets or sets the location. */
|
|
506
|
-
location: string;
|
|
507
|
-
/** Gets or sets the extended location. */
|
|
508
|
-
extendedLocation?: ExtendedLocation;
|
|
509
|
-
/**
|
|
510
|
-
* The system data.
|
|
511
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
-
*/
|
|
513
|
-
readonly systemData?: SystemData;
|
|
514
|
-
/** Gets or sets the Resource tags. */
|
|
515
|
-
tags?: { [propertyName: string]: string };
|
|
516
|
-
/**
|
|
517
|
-
* Gets or sets the name.
|
|
518
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
-
*/
|
|
520
|
-
readonly name?: string;
|
|
521
|
-
/**
|
|
522
|
-
* Gets or sets the Id.
|
|
523
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
-
*/
|
|
525
|
-
readonly id?: string;
|
|
526
|
-
/**
|
|
527
|
-
* Gets or sets the type of the resource.
|
|
528
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
-
*/
|
|
530
|
-
readonly type?: string;
|
|
531
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
532
|
-
kind?: string;
|
|
533
|
-
/**
|
|
534
|
-
* Gets or sets a unique identifier for this resource.
|
|
535
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
536
|
-
*/
|
|
537
|
-
readonly uuid?: string;
|
|
538
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this datastore resides. */
|
|
539
|
-
vCenterId?: string;
|
|
540
|
-
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore. */
|
|
541
|
-
moRefId?: string;
|
|
542
|
-
/** Gets or sets the inventory Item ID for the datastore. */
|
|
543
|
-
inventoryItemId?: string;
|
|
544
|
-
/**
|
|
545
|
-
* Gets or sets the vCenter Managed Object name for the datastore.
|
|
546
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
547
|
-
*/
|
|
548
|
-
readonly moName?: string;
|
|
549
|
-
/**
|
|
550
|
-
* The resource status information.
|
|
551
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
-
*/
|
|
553
|
-
readonly statuses?: ResourceStatus[];
|
|
554
|
-
/**
|
|
555
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
-
*/
|
|
558
|
-
readonly customResourceName?: string;
|
|
559
|
-
/**
|
|
560
|
-
* Gets or sets Maximum capacity of this datastore in GBs.
|
|
561
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
|
-
*/
|
|
563
|
-
readonly capacityGB?: number;
|
|
564
|
-
/**
|
|
565
|
-
* Gets or sets Available space of this datastore in GBs.
|
|
566
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
-
*/
|
|
568
|
-
readonly freeSpaceGB?: number;
|
|
569
|
-
/**
|
|
570
|
-
* Provisioning state of the resource.
|
|
571
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
572
|
-
*/
|
|
573
|
-
readonly provisioningState?: ProvisioningState;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
/** List of Datastores. */
|
|
577
|
-
export interface DatastoresList {
|
|
578
|
-
/** Url to follow for getting next page of Datastores. */
|
|
579
|
-
nextLink?: string;
|
|
580
|
-
/** Array of Datastores */
|
|
581
|
-
value: Datastore[];
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
/** Defines the vCenter. */
|
|
585
|
-
export interface VCenter {
|
|
586
|
-
/** Gets or sets the location. */
|
|
587
|
-
location: string;
|
|
588
|
-
/** Gets or sets the extended location. */
|
|
589
|
-
extendedLocation?: ExtendedLocation;
|
|
590
|
-
/**
|
|
591
|
-
* The system data.
|
|
592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
-
*/
|
|
594
|
-
readonly systemData?: SystemData;
|
|
595
|
-
/** Gets or sets the Resource tags. */
|
|
596
|
-
tags?: { [propertyName: string]: string };
|
|
597
|
-
/**
|
|
598
|
-
* Gets or sets the name.
|
|
599
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
600
|
-
*/
|
|
601
|
-
readonly name?: string;
|
|
602
|
-
/**
|
|
603
|
-
* Gets or sets the Id.
|
|
604
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
-
*/
|
|
606
|
-
readonly id?: string;
|
|
607
|
-
/**
|
|
608
|
-
* Gets or sets the type of the resource.
|
|
609
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
-
*/
|
|
611
|
-
readonly type?: string;
|
|
612
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
613
|
-
kind?: string;
|
|
614
|
-
/**
|
|
615
|
-
* Gets or sets a unique identifier for this resource.
|
|
616
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
617
|
-
*/
|
|
618
|
-
readonly uuid?: string;
|
|
619
|
-
/** Gets or sets the FQDN/IPAddress of the vCenter. */
|
|
620
|
-
fqdn: string;
|
|
621
|
-
/** Gets or sets the port of the vCenter. */
|
|
622
|
-
port?: number;
|
|
623
|
-
/**
|
|
624
|
-
* Gets or sets the version of the vCenter.
|
|
625
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
626
|
-
*/
|
|
627
|
-
readonly version?: string;
|
|
628
|
-
/**
|
|
629
|
-
* Gets or sets the instance UUID of the vCenter.
|
|
630
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
-
*/
|
|
632
|
-
readonly instanceUuid?: string;
|
|
633
|
-
/**
|
|
634
|
-
* Gets or sets the connection status to the vCenter.
|
|
635
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
|
-
*/
|
|
637
|
-
readonly connectionStatus?: string;
|
|
638
|
-
/**
|
|
639
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
640
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
641
|
-
*/
|
|
642
|
-
readonly customResourceName?: string;
|
|
643
|
-
/** Username / Password Credentials to connect to vcenter. */
|
|
644
|
-
credentials?: VICredential;
|
|
645
|
-
/**
|
|
646
|
-
* The resource status information.
|
|
647
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
648
|
-
*/
|
|
649
|
-
readonly statuses?: ResourceStatus[];
|
|
650
|
-
/**
|
|
651
|
-
* Gets the provisioning state.
|
|
652
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
653
|
-
*/
|
|
654
|
-
readonly provisioningState?: ProvisioningState;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
/** Username / Password Credentials to connect to vcenter. */
|
|
658
|
-
export interface VICredential {
|
|
659
|
-
/** Gets or sets username to connect with the vCenter. */
|
|
660
|
-
username?: string;
|
|
661
|
-
/** Gets or sets the password to connect with the vCenter. */
|
|
662
|
-
password?: string;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
/** List of VCenters. */
|
|
666
|
-
export interface VCentersList {
|
|
667
|
-
/** Url to follow for getting next page of VCenters. */
|
|
668
|
-
nextLink?: string;
|
|
669
|
-
/** Array of VCenters */
|
|
670
|
-
value: VCenter[];
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
/** Define the virtualMachineTemplate. */
|
|
674
|
-
export interface VirtualMachineTemplate {
|
|
675
|
-
/** Gets or sets the location. */
|
|
676
|
-
location: string;
|
|
677
|
-
/** Gets or sets the extended location. */
|
|
678
|
-
extendedLocation?: ExtendedLocation;
|
|
679
|
-
/**
|
|
680
|
-
* The system data.
|
|
681
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
682
|
-
*/
|
|
683
|
-
readonly systemData?: SystemData;
|
|
684
|
-
/** Gets or sets the Resource tags. */
|
|
685
|
-
tags?: { [propertyName: string]: string };
|
|
686
|
-
/**
|
|
687
|
-
* Gets or sets the name.
|
|
688
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
689
|
-
*/
|
|
690
|
-
readonly name?: string;
|
|
691
|
-
/**
|
|
692
|
-
* Gets or sets the Id.
|
|
693
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
694
|
-
*/
|
|
695
|
-
readonly id?: string;
|
|
696
|
-
/**
|
|
697
|
-
* Gets or sets the type of the resource.
|
|
698
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
699
|
-
*/
|
|
700
|
-
readonly type?: string;
|
|
701
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
702
|
-
kind?: string;
|
|
703
|
-
/**
|
|
704
|
-
* Gets or sets a unique identifier for this resource.
|
|
705
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
706
|
-
*/
|
|
707
|
-
readonly uuid?: string;
|
|
708
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this template resides. */
|
|
709
|
-
vCenterId?: string;
|
|
710
|
-
/**
|
|
711
|
-
* Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine
|
|
712
|
-
* template.
|
|
713
|
-
*/
|
|
714
|
-
moRefId?: string;
|
|
715
|
-
/** Gets or sets the inventory Item ID for the virtual machine template. */
|
|
716
|
-
inventoryItemId?: string;
|
|
717
|
-
/**
|
|
718
|
-
* Gets or sets the vCenter Managed Object name for the virtual machine template.
|
|
719
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
720
|
-
*/
|
|
721
|
-
readonly moName?: string;
|
|
722
|
-
/**
|
|
723
|
-
* Gets or sets memory size in MBs for the template.
|
|
724
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
725
|
-
*/
|
|
726
|
-
readonly memorySizeMB?: number;
|
|
727
|
-
/**
|
|
728
|
-
* Gets or sets the number of vCPUs for the template.
|
|
729
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
730
|
-
*/
|
|
731
|
-
readonly numCPUs?: number;
|
|
732
|
-
/**
|
|
733
|
-
* Gets or sets the number of cores per socket for the template.
|
|
734
|
-
* Defaults to 1 if unspecified.
|
|
735
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
736
|
-
*/
|
|
737
|
-
readonly numCoresPerSocket?: number;
|
|
738
|
-
/**
|
|
739
|
-
* Gets or sets the type of the os.
|
|
740
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
741
|
-
*/
|
|
742
|
-
readonly osType?: OsType;
|
|
743
|
-
/**
|
|
744
|
-
* Gets or sets os name.
|
|
745
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
746
|
-
*/
|
|
747
|
-
readonly osName?: string;
|
|
748
|
-
/**
|
|
749
|
-
* Gets or sets the folder path of the template.
|
|
750
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
751
|
-
*/
|
|
752
|
-
readonly folderPath?: string;
|
|
753
|
-
/**
|
|
754
|
-
* Gets or sets the network interfaces of the template.
|
|
755
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
756
|
-
*/
|
|
757
|
-
readonly networkInterfaces?: NetworkInterface[];
|
|
758
|
-
/**
|
|
759
|
-
* Gets or sets the disks the template.
|
|
760
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
761
|
-
*/
|
|
762
|
-
readonly disks?: VirtualDisk[];
|
|
763
|
-
/**
|
|
764
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
765
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
766
|
-
*/
|
|
767
|
-
readonly customResourceName?: string;
|
|
768
|
-
/**
|
|
769
|
-
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
770
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
771
|
-
*/
|
|
772
|
-
readonly toolsVersionStatus?: string;
|
|
773
|
-
/**
|
|
774
|
-
* Gets or sets the current version of VMware Tools.
|
|
775
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
776
|
-
*/
|
|
777
|
-
readonly toolsVersion?: string;
|
|
778
|
-
/**
|
|
779
|
-
* Firmware type
|
|
780
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
781
|
-
*/
|
|
782
|
-
readonly firmwareType?: FirmwareType;
|
|
783
|
-
/**
|
|
784
|
-
* The resource status information.
|
|
785
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
786
|
-
*/
|
|
787
|
-
readonly statuses?: ResourceStatus[];
|
|
788
|
-
/**
|
|
789
|
-
* Gets the provisioning state.
|
|
790
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
791
|
-
*/
|
|
792
|
-
readonly provisioningState?: ProvisioningState;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
/** Network Interface model */
|
|
796
|
-
export interface NetworkInterface {
|
|
797
|
-
/** Gets or sets the name of the network interface. */
|
|
798
|
-
name?: string;
|
|
799
|
-
/**
|
|
800
|
-
* Gets or sets the label of the virtual network in vCenter that the nic is connected to.
|
|
801
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
802
|
-
*/
|
|
803
|
-
readonly label?: string;
|
|
804
|
-
/**
|
|
805
|
-
* Gets or sets the nic ip addresses.
|
|
806
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
|
-
*/
|
|
808
|
-
readonly ipAddresses?: string[];
|
|
809
|
-
/**
|
|
810
|
-
* Gets or sets the NIC MAC address.
|
|
811
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
812
|
-
*/
|
|
813
|
-
readonly macAddress?: string;
|
|
814
|
-
/** Gets or sets the ARM Id of the network resource to connect the virtual machine. */
|
|
815
|
-
networkId?: string;
|
|
816
|
-
/** NIC type */
|
|
817
|
-
nicType?: NICType;
|
|
818
|
-
/** Gets or sets the power on boot. */
|
|
819
|
-
powerOnBoot?: PowerOnBootOption;
|
|
820
|
-
/**
|
|
821
|
-
* Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network
|
|
822
|
-
* that the nic is connected to.
|
|
823
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
824
|
-
*/
|
|
825
|
-
readonly networkMoRefId?: string;
|
|
826
|
-
/**
|
|
827
|
-
* Gets or sets the name of the virtual network in vCenter that the nic is connected to.
|
|
828
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
829
|
-
*/
|
|
830
|
-
readonly networkMoName?: string;
|
|
831
|
-
/** Gets or sets the device key value. */
|
|
832
|
-
deviceKey?: number;
|
|
833
|
-
/** Gets or sets the ipsettings. */
|
|
834
|
-
ipSettings?: NicIPSettings;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
/** Defines the network interface ip settings. */
|
|
838
|
-
export interface NicIPSettings {
|
|
839
|
-
/** Gets or sets the nic allocation method. */
|
|
840
|
-
allocationMethod?: IPAddressAllocationMethod;
|
|
841
|
-
/** Gets or sets the dns servers. */
|
|
842
|
-
dnsServers?: string[];
|
|
843
|
-
/** Gets or sets the gateway. */
|
|
844
|
-
gateway?: string[];
|
|
845
|
-
/** Gets or sets the ip address for the nic. */
|
|
846
|
-
ipAddress?: string;
|
|
847
|
-
/** Gets or sets the mask. */
|
|
848
|
-
subnetMask?: string;
|
|
849
|
-
/**
|
|
850
|
-
* Gets or sets the primary server.
|
|
851
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
852
|
-
*/
|
|
853
|
-
readonly primaryWinsServer?: string;
|
|
854
|
-
/**
|
|
855
|
-
* Gets or sets the secondary server.
|
|
856
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
857
|
-
*/
|
|
858
|
-
readonly secondaryWinsServer?: string;
|
|
859
|
-
/**
|
|
860
|
-
* Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.
|
|
861
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
862
|
-
*/
|
|
863
|
-
readonly ipAddressInfo?: NicIPAddressSettings[];
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
/** IP address information for a virtual network adapter reported by the fabric. */
|
|
867
|
-
export interface NicIPAddressSettings {
|
|
868
|
-
/**
|
|
869
|
-
* Gets the ip address allocation method.
|
|
870
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
871
|
-
*/
|
|
872
|
-
readonly allocationMethod?: string;
|
|
873
|
-
/**
|
|
874
|
-
* Gets the ip address for the nic.
|
|
875
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
876
|
-
*/
|
|
877
|
-
readonly ipAddress?: string;
|
|
878
|
-
/**
|
|
879
|
-
* Gets the mask.
|
|
880
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
881
|
-
*/
|
|
882
|
-
readonly subnetMask?: string;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
/** Virtual disk model */
|
|
886
|
-
export interface VirtualDisk {
|
|
887
|
-
/** Gets or sets the name of the virtual disk. */
|
|
888
|
-
name?: string;
|
|
889
|
-
/**
|
|
890
|
-
* Gets or sets the label of the virtual disk in vCenter.
|
|
891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
892
|
-
*/
|
|
893
|
-
readonly label?: string;
|
|
894
|
-
/**
|
|
895
|
-
* Gets or sets the disk object id.
|
|
896
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
-
*/
|
|
898
|
-
readonly diskObjectId?: string;
|
|
899
|
-
/** Gets or sets the disk total size. */
|
|
900
|
-
diskSizeGB?: number;
|
|
901
|
-
/** Gets or sets the device key value. */
|
|
902
|
-
deviceKey?: number;
|
|
903
|
-
/** Gets or sets the disk mode. */
|
|
904
|
-
diskMode?: DiskMode;
|
|
905
|
-
/** Gets or sets the controller id. */
|
|
906
|
-
controllerKey?: number;
|
|
907
|
-
/** Gets or sets the unit number of the disk on the controller. */
|
|
908
|
-
unitNumber?: number;
|
|
909
|
-
/** Gets or sets the device name. */
|
|
910
|
-
deviceName?: string;
|
|
911
|
-
/** Gets or sets the disk backing type. */
|
|
912
|
-
diskType?: DiskType;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
/** List of VirtualMachineTemplates. */
|
|
916
|
-
export interface VirtualMachineTemplatesList {
|
|
917
|
-
/** Url to follow for getting next page of VirtualMachineTemplates. */
|
|
918
|
-
nextLink?: string;
|
|
919
|
-
/** Array of VirtualMachineTemplates */
|
|
920
|
-
value: VirtualMachineTemplate[];
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
/** Define the virtualNetwork. */
|
|
924
|
-
export interface VirtualNetwork {
|
|
925
|
-
/** Gets or sets the location. */
|
|
926
|
-
location: string;
|
|
927
|
-
/** Gets or sets the extended location. */
|
|
928
|
-
extendedLocation?: ExtendedLocation;
|
|
929
|
-
/**
|
|
930
|
-
* The system data.
|
|
931
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
932
|
-
*/
|
|
933
|
-
readonly systemData?: SystemData;
|
|
934
|
-
/** Gets or sets the Resource tags. */
|
|
935
|
-
tags?: { [propertyName: string]: string };
|
|
936
|
-
/**
|
|
937
|
-
* Gets or sets the name.
|
|
938
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
939
|
-
*/
|
|
940
|
-
readonly name?: string;
|
|
941
|
-
/**
|
|
942
|
-
* Gets or sets the Id.
|
|
943
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
944
|
-
*/
|
|
945
|
-
readonly id?: string;
|
|
946
|
-
/**
|
|
947
|
-
* Gets or sets the type of the resource.
|
|
948
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
949
|
-
*/
|
|
950
|
-
readonly type?: string;
|
|
951
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
952
|
-
kind?: string;
|
|
953
|
-
/**
|
|
954
|
-
* Gets or sets a unique identifier for this resource.
|
|
955
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
956
|
-
*/
|
|
957
|
-
readonly uuid?: string;
|
|
958
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this template resides. */
|
|
959
|
-
vCenterId?: string;
|
|
960
|
-
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network. */
|
|
961
|
-
moRefId?: string;
|
|
962
|
-
/** Gets or sets the inventory Item ID for the virtual network. */
|
|
963
|
-
inventoryItemId?: string;
|
|
964
|
-
/**
|
|
965
|
-
* Gets or sets the vCenter Managed Object name for the virtual network.
|
|
966
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
967
|
-
*/
|
|
968
|
-
readonly moName?: string;
|
|
969
|
-
/**
|
|
970
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
971
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
972
|
-
*/
|
|
973
|
-
readonly customResourceName?: string;
|
|
974
|
-
/**
|
|
975
|
-
* The resource status information.
|
|
976
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
977
|
-
*/
|
|
978
|
-
readonly statuses?: ResourceStatus[];
|
|
979
|
-
/**
|
|
980
|
-
* Gets the provisioning state.
|
|
981
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
982
|
-
*/
|
|
983
|
-
readonly provisioningState?: ProvisioningState;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
/** List of VirtualNetworks. */
|
|
987
|
-
export interface VirtualNetworksList {
|
|
988
|
-
/** Url to follow for getting next page of VirtualNetworks. */
|
|
989
|
-
nextLink?: string;
|
|
990
|
-
/** Array of VirtualNetworks */
|
|
991
|
-
value: VirtualNetwork[];
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
/** Describes the properties of an Inventory Item. */
|
|
995
|
-
export interface InventoryItemProperties {
|
|
996
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
997
|
-
inventoryType:
|
|
998
|
-
| "ResourcePool"
|
|
999
|
-
| "VirtualMachine"
|
|
1000
|
-
| "VirtualMachineTemplate"
|
|
1001
|
-
| "VirtualNetwork"
|
|
1002
|
-
| "Cluster"
|
|
1003
|
-
| "Datastore"
|
|
1004
|
-
| "Host";
|
|
1005
|
-
/** Gets or sets the tracked resource id corresponding to the inventory resource. */
|
|
1006
|
-
managedResourceId?: string;
|
|
1007
|
-
/** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */
|
|
1008
|
-
moRefId?: string;
|
|
1009
|
-
/** Gets or sets the vCenter Managed Object name for the inventory item. */
|
|
1010
|
-
moName?: string;
|
|
1011
|
-
/**
|
|
1012
|
-
* Gets the provisioning state.
|
|
1013
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1014
|
-
*/
|
|
1015
|
-
readonly provisioningState?: ProvisioningState;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1019
|
-
export interface Resource {
|
|
1020
|
-
/**
|
|
1021
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
1022
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
-
*/
|
|
1024
|
-
readonly id?: string;
|
|
1025
|
-
/**
|
|
1026
|
-
* The name of the resource
|
|
1027
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1028
|
-
*/
|
|
1029
|
-
readonly name?: string;
|
|
1030
|
-
/**
|
|
1031
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1032
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1033
|
-
*/
|
|
1034
|
-
readonly type?: string;
|
|
1035
|
-
/**
|
|
1036
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1037
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
-
*/
|
|
1039
|
-
readonly systemData?: SystemData;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
/** List of InventoryItems. */
|
|
1043
|
-
export interface InventoryItemsList {
|
|
1044
|
-
/** Url to follow for getting next page of InventoryItems. */
|
|
1045
|
-
nextLink?: string;
|
|
1046
|
-
/** Array of InventoryItems */
|
|
1047
|
-
value: InventoryItem[];
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
/** Specifies the compute and storage placement settings for the virtual machine. */
|
|
1051
|
-
export interface PlacementProfile {
|
|
1052
|
-
/** Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy. */
|
|
1053
|
-
resourcePoolId?: string;
|
|
1054
|
-
/** Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy. */
|
|
1055
|
-
clusterId?: string;
|
|
1056
|
-
/** Gets or sets the ARM Id of the host resource on which this virtual machine will deploy. */
|
|
1057
|
-
hostId?: string;
|
|
1058
|
-
/** Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept. */
|
|
1059
|
-
datastoreId?: string;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
/** Specifies the operating system settings for the virtual machine. */
|
|
1063
|
-
export interface OsProfileForVMInstance {
|
|
1064
|
-
/** Gets or sets computer name. */
|
|
1065
|
-
computerName?: string;
|
|
1066
|
-
/** Gets or sets administrator username. */
|
|
1067
|
-
adminUsername?: string;
|
|
1068
|
-
/** Sets administrator password. */
|
|
1069
|
-
adminPassword?: string;
|
|
1070
|
-
/** Gets or sets the guestId. */
|
|
1071
|
-
guestId?: string;
|
|
1072
|
-
/** Gets or sets the type of the os. */
|
|
1073
|
-
osType?: OsType;
|
|
1074
|
-
/**
|
|
1075
|
-
* Gets or sets os sku.
|
|
1076
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1077
|
-
*/
|
|
1078
|
-
readonly osSku?: string;
|
|
1079
|
-
/**
|
|
1080
|
-
* Gets or sets the current running status of VMware Tools running in the guest operating system.
|
|
1081
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1082
|
-
*/
|
|
1083
|
-
readonly toolsRunningStatus?: string;
|
|
1084
|
-
/**
|
|
1085
|
-
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
1086
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1087
|
-
*/
|
|
1088
|
-
readonly toolsVersionStatus?: string;
|
|
1089
|
-
/**
|
|
1090
|
-
* Gets or sets the current version of VMware Tools.
|
|
1091
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1092
|
-
*/
|
|
1093
|
-
readonly toolsVersion?: string;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
/** Specifies the hardware settings for the virtual machine. */
|
|
1097
|
-
export interface HardwareProfile {
|
|
1098
|
-
/** Gets or sets memory size in MBs for the vm. */
|
|
1099
|
-
memorySizeMB?: number;
|
|
1100
|
-
/** Gets or sets the number of vCPUs for the vm. */
|
|
1101
|
-
numCPUs?: number;
|
|
1102
|
-
/** Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified. */
|
|
1103
|
-
numCoresPerSocket?: number;
|
|
1104
|
-
/**
|
|
1105
|
-
* Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
|
|
1106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1107
|
-
*/
|
|
1108
|
-
readonly cpuHotAddEnabled?: boolean;
|
|
1109
|
-
/**
|
|
1110
|
-
* Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
|
|
1111
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1112
|
-
*/
|
|
1113
|
-
readonly cpuHotRemoveEnabled?: boolean;
|
|
1114
|
-
/**
|
|
1115
|
-
* Gets or sets a value indicating whether memory can be added while this virtual machine is running.
|
|
1116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1117
|
-
*/
|
|
1118
|
-
readonly memoryHotAddEnabled?: boolean;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
/** Specifies the network interfaces of the virtual machine. */
|
|
1122
|
-
export interface NetworkProfile {
|
|
1123
|
-
/** Gets or sets the list of network interfaces associated with the virtual machine. */
|
|
1124
|
-
networkInterfaces?: NetworkInterface[];
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
/** Specifies the storage settings for the virtual machine disks. */
|
|
1128
|
-
export interface StorageProfile {
|
|
1129
|
-
/** Gets or sets the list of virtual disks associated with the virtual machine. */
|
|
1130
|
-
disks?: VirtualDisk[];
|
|
1131
|
-
/**
|
|
1132
|
-
* Gets or sets the list of virtual SCSI controllers associated with the virtual machine.
|
|
1133
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1134
|
-
*/
|
|
1135
|
-
readonly scsiControllers?: VirtualScsiController[];
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
/** This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller. */
|
|
1139
|
-
export interface VirtualScsiController {
|
|
1140
|
-
/** Gets or sets the controller type. */
|
|
1141
|
-
type?: ScsiControllerType;
|
|
1142
|
-
/** Gets or sets the key of the controller. */
|
|
1143
|
-
controllerKey?: number;
|
|
1144
|
-
/** Gets or sets the bus number of the controller. */
|
|
1145
|
-
busNumber?: number;
|
|
1146
|
-
/** Gets or sets the SCSI controller unit number. */
|
|
1147
|
-
scsiCtlrUnitNumber?: number;
|
|
1148
|
-
/** Gets or sets the sharing mode. */
|
|
1149
|
-
sharing?: VirtualScsiSharing;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
/** Specifies the Security profile settings for the virtual machine. */
|
|
1153
|
-
export interface SecurityProfile {
|
|
1154
|
-
/** Specifies the security settings like secure boot used while creating the virtual machine. */
|
|
1155
|
-
uefiSettings?: UefiSettings;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
/** Specifies the security settings like secure boot used while creating the virtual machine. */
|
|
1159
|
-
export interface UefiSettings {
|
|
1160
|
-
/** Specifies whether secure boot should be enabled on the virtual machine. */
|
|
1161
|
-
secureBootEnabled?: boolean;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
/** Specifies the vCenter infrastructure specific settings for the virtual machine. */
|
|
1165
|
-
export interface InfrastructureProfile {
|
|
1166
|
-
/** Gets or sets the ARM Id of the template resource to deploy the virtual machine. */
|
|
1167
|
-
templateId?: string;
|
|
1168
|
-
/** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */
|
|
1169
|
-
vCenterId?: string;
|
|
1170
|
-
/**
|
|
1171
|
-
* Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.
|
|
1172
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1173
|
-
*/
|
|
1174
|
-
readonly moRefId?: string;
|
|
1175
|
-
/** Gets or sets the inventory Item ID for the virtual machine. */
|
|
1176
|
-
inventoryItemId?: string;
|
|
1177
|
-
/**
|
|
1178
|
-
* Gets or sets the vCenter Managed Object name for the virtual machine.
|
|
1179
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1180
|
-
*/
|
|
1181
|
-
readonly moName?: string;
|
|
1182
|
-
/**
|
|
1183
|
-
* Gets or sets the folder path of the vm.
|
|
1184
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1185
|
-
*/
|
|
1186
|
-
readonly folderPath?: string;
|
|
1187
|
-
/**
|
|
1188
|
-
* Gets or sets the instance uuid of the vm.
|
|
1189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1190
|
-
*/
|
|
1191
|
-
readonly instanceUuid?: string;
|
|
1192
|
-
/** Gets or sets the SMBIOS UUID of the vm. */
|
|
1193
|
-
smbiosUuid?: string;
|
|
1194
|
-
/** Firmware type */
|
|
1195
|
-
firmwareType?: FirmwareType;
|
|
1196
|
-
/**
|
|
1197
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
1198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1199
|
-
*/
|
|
1200
|
-
readonly customResourceName?: string;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
/** Defines the virtualMachineInstanceUpdate. */
|
|
1204
|
-
export interface VirtualMachineInstanceUpdate {
|
|
1205
|
-
/** Specifies the hardware settings for the virtual machine. */
|
|
1206
|
-
hardwareProfile?: HardwareProfile;
|
|
1207
|
-
/** Specifies the storage settings for the virtual machine disks. */
|
|
1208
|
-
storageProfile?: StorageProfileUpdate;
|
|
1209
|
-
/** Specifies the network interfaces of the virtual machine. */
|
|
1210
|
-
networkProfile?: NetworkProfileUpdate;
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
/** Specifies the storage settings for the virtual machine disks. */
|
|
1214
|
-
export interface StorageProfileUpdate {
|
|
1215
|
-
/** Gets or sets the list of virtual disks associated with the virtual machine. */
|
|
1216
|
-
disks?: VirtualDiskUpdate[];
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
/** Defines the virtual disk update. */
|
|
1220
|
-
export interface VirtualDiskUpdate {
|
|
1221
|
-
/** Gets or sets the name of the virtual disk. */
|
|
1222
|
-
name?: string;
|
|
1223
|
-
/** Gets or sets the disk total size. */
|
|
1224
|
-
diskSizeGB?: number;
|
|
1225
|
-
/** Gets or sets the device key value. */
|
|
1226
|
-
deviceKey?: number;
|
|
1227
|
-
/** Gets or sets the disk mode. */
|
|
1228
|
-
diskMode?: DiskMode;
|
|
1229
|
-
/** Gets or sets the controller id. */
|
|
1230
|
-
controllerKey?: number;
|
|
1231
|
-
/** Gets or sets the unit number of the disk on the controller. */
|
|
1232
|
-
unitNumber?: number;
|
|
1233
|
-
/** Gets or sets the device name. */
|
|
1234
|
-
deviceName?: string;
|
|
1235
|
-
/** Gets or sets the disk backing type. */
|
|
1236
|
-
diskType?: DiskType;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
/** Specifies the network interfaces of the virtual machine. */
|
|
1240
|
-
export interface NetworkProfileUpdate {
|
|
1241
|
-
/** Gets or sets the list of network interfaces associated with the virtual machine. */
|
|
1242
|
-
networkInterfaces?: NetworkInterfaceUpdate[];
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
/** Defines the network interface update. */
|
|
1246
|
-
export interface NetworkInterfaceUpdate {
|
|
1247
|
-
/** Gets or sets the name of the network interface. */
|
|
1248
|
-
name?: string;
|
|
1249
|
-
/** Gets or sets the ARM Id of the network resource to connect the virtual machine. */
|
|
1250
|
-
networkId?: string;
|
|
1251
|
-
/** NIC type */
|
|
1252
|
-
nicType?: NICType;
|
|
1253
|
-
/** Gets or sets the power on boot. */
|
|
1254
|
-
powerOnBoot?: PowerOnBootOption;
|
|
1255
|
-
/** Gets or sets the device key value. */
|
|
1256
|
-
deviceKey?: number;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
/** List of VirtualMachineInstances. */
|
|
1260
|
-
export interface VirtualMachineInstancesList {
|
|
1261
|
-
/** Url to follow for getting next page of VirtualMachines. */
|
|
1262
|
-
nextLink?: string;
|
|
1263
|
-
/** Array of VirtualMachines */
|
|
1264
|
-
value: VirtualMachineInstance[];
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
/** Defines the stop action properties. */
|
|
1268
|
-
export interface StopVirtualMachineOptions {
|
|
1269
|
-
/** Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false. */
|
|
1270
|
-
skipShutdown?: boolean;
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
/** List of HybridIdentityMetadata. */
|
|
1274
|
-
export interface VmInstanceHybridIdentityMetadataList {
|
|
1275
|
-
/** Url to follow for getting next page of HybridIdentityMetadata. */
|
|
1276
|
-
nextLink?: string;
|
|
1277
|
-
/** Array of HybridIdentityMetadata */
|
|
1278
|
-
value: VmInstanceHybridIdentityMetadata[];
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
/** Username / Password Credentials to connect to guest. */
|
|
1282
|
-
export interface GuestCredential {
|
|
1283
|
-
/** Gets or sets username to connect with the guest. */
|
|
1284
|
-
username?: string;
|
|
1285
|
-
/** Gets or sets the password to connect with the guest. */
|
|
1286
|
-
password?: string;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
/** HTTP Proxy configuration for the VM. */
|
|
1290
|
-
export interface HttpProxyConfiguration {
|
|
1291
|
-
/** Gets or sets httpsProxy url. */
|
|
1292
|
-
httpsProxy?: string;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
/** List of GuestAgent. */
|
|
1296
|
-
export interface GuestAgentList {
|
|
1297
|
-
/** Url to follow for getting next page of GuestAgent. */
|
|
1298
|
-
nextLink?: string;
|
|
1299
|
-
/** Array of GuestAgent */
|
|
1300
|
-
value: GuestAgent[];
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Condition defines an extension to status. */
|
|
1304
|
-
export interface Condition {
|
|
1305
|
-
/**
|
|
1306
|
-
* Status of the condition.
|
|
1307
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1308
|
-
*/
|
|
1309
|
-
readonly status?: string;
|
|
1310
|
-
/**
|
|
1311
|
-
* The reason for the condition's status.
|
|
1312
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1313
|
-
*/
|
|
1314
|
-
readonly reason?: string;
|
|
1315
|
-
/**
|
|
1316
|
-
* A human readable message indicating details about the status.
|
|
1317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1318
|
-
*/
|
|
1319
|
-
readonly message?: string;
|
|
1320
|
-
/**
|
|
1321
|
-
* Severity with which to treat failures of this type of condition.
|
|
1322
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
|
-
*/
|
|
1324
|
-
readonly severity?: string;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
/** Describes the properties of an Inventory Item reference. */
|
|
1328
|
-
export interface InventoryItemDetails {
|
|
1329
|
-
/** Gets or sets the inventory Item ID for the resource. */
|
|
1330
|
-
inventoryItemId?: string;
|
|
1331
|
-
/** Gets or sets the vCenter Managed Object name for the resource. */
|
|
1332
|
-
moName?: string;
|
|
1333
|
-
/** The inventory type. */
|
|
1334
|
-
inventoryType?: InventoryType;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
/** The resource pool inventory item. */
|
|
1338
|
-
export interface ResourcePoolInventoryItem extends InventoryItemProperties {
|
|
1339
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1340
|
-
inventoryType: "ResourcePool";
|
|
1341
|
-
/** Parent resourcePool inventory resource details. */
|
|
1342
|
-
parent?: InventoryItemDetails;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
/** The VM inventory item. */
|
|
1346
|
-
export interface VirtualMachineInventoryItem extends InventoryItemProperties {
|
|
1347
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1348
|
-
inventoryType: "VirtualMachine";
|
|
1349
|
-
/** Gets or sets the type of the os. */
|
|
1350
|
-
osType?: OsType;
|
|
1351
|
-
/** Gets or sets os name. */
|
|
1352
|
-
osName?: string;
|
|
1353
|
-
/** Gets or sets the nic ip addresses. */
|
|
1354
|
-
ipAddresses?: string[];
|
|
1355
|
-
/** Gets or sets the folder path of the vm. */
|
|
1356
|
-
folderPath?: string;
|
|
1357
|
-
/** Host inventory resource details. */
|
|
1358
|
-
host?: InventoryItemDetails;
|
|
1359
|
-
/** ResourcePool inventory resource details. */
|
|
1360
|
-
resourcePool?: InventoryItemDetails;
|
|
1361
|
-
/** Cluster inventory resource details. */
|
|
1362
|
-
cluster?: InventoryItemDetails;
|
|
1363
|
-
/** Gets or sets the instance uuid of the vm. */
|
|
1364
|
-
instanceUuid?: string;
|
|
1365
|
-
/** Gets or sets the SMBIOS UUID of the vm. */
|
|
1366
|
-
smbiosUuid?: string;
|
|
1367
|
-
/**
|
|
1368
|
-
* Gets the power state of the virtual machine.
|
|
1369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1370
|
-
*/
|
|
1371
|
-
readonly powerState?: string;
|
|
1372
|
-
/**
|
|
1373
|
-
* Gets or sets the current running status of VMware Tools running in the guest operating system.
|
|
1374
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1375
|
-
*/
|
|
1376
|
-
readonly toolsRunningStatus?: string;
|
|
1377
|
-
/**
|
|
1378
|
-
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
1379
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1380
|
-
*/
|
|
1381
|
-
readonly toolsVersionStatus?: string;
|
|
1382
|
-
/**
|
|
1383
|
-
* Gets or sets the current version of VMware Tools.
|
|
1384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1385
|
-
*/
|
|
1386
|
-
readonly toolsVersion?: string;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
/** The VM Template inventory item. */
|
|
1390
|
-
export interface VirtualMachineTemplateInventoryItem
|
|
1391
|
-
extends InventoryItemProperties {
|
|
1392
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1393
|
-
inventoryType: "VirtualMachineTemplate";
|
|
1394
|
-
/** Gets or sets memory size in MBs for the template. */
|
|
1395
|
-
memorySizeMB?: number;
|
|
1396
|
-
/** Gets or sets the number of vCPUs for the template. */
|
|
1397
|
-
numCPUs?: number;
|
|
1398
|
-
/**
|
|
1399
|
-
* Gets or sets the number of cores per socket for the template.
|
|
1400
|
-
* Defaults to 1 if unspecified.
|
|
1401
|
-
*/
|
|
1402
|
-
numCoresPerSocket?: number;
|
|
1403
|
-
/** Gets or sets the type of the os. */
|
|
1404
|
-
osType?: OsType;
|
|
1405
|
-
/** Gets or sets os name. */
|
|
1406
|
-
osName?: string;
|
|
1407
|
-
/**
|
|
1408
|
-
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
1409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1410
|
-
*/
|
|
1411
|
-
readonly toolsVersionStatus?: string;
|
|
1412
|
-
/**
|
|
1413
|
-
* Gets or sets the current version of VMware Tools.
|
|
1414
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1415
|
-
*/
|
|
1416
|
-
readonly toolsVersion?: string;
|
|
1417
|
-
/** Gets or sets the folder path of the template. */
|
|
1418
|
-
folderPath?: string;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/** The Virtual network inventory item. */
|
|
1422
|
-
export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
|
|
1423
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1424
|
-
inventoryType: "VirtualNetwork";
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
/** The cluster inventory item. */
|
|
1428
|
-
export interface ClusterInventoryItem extends InventoryItemProperties {
|
|
1429
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1430
|
-
inventoryType: "Cluster";
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
/** The datastore inventory item. */
|
|
1434
|
-
export interface DatastoreInventoryItem extends InventoryItemProperties {
|
|
1435
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1436
|
-
inventoryType: "Datastore";
|
|
1437
|
-
/** Gets or sets Maximum capacity of this datastore, in GBs. */
|
|
1438
|
-
capacityGB?: number;
|
|
1439
|
-
/** Gets or sets Available space of this datastore, in GBs. */
|
|
1440
|
-
freeSpaceGB?: number;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
/** The host inventory item. */
|
|
1444
|
-
export interface HostInventoryItem extends InventoryItemProperties {
|
|
1445
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1446
|
-
inventoryType: "Host";
|
|
1447
|
-
/** Parent host inventory resource details. */
|
|
1448
|
-
parent?: InventoryItemDetails;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1452
|
-
export interface ProxyResource extends Resource {}
|
|
1453
|
-
|
|
1454
|
-
/** Defines the inventory item. */
|
|
1455
|
-
export interface InventoryItem extends ProxyResource {
|
|
1456
|
-
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
1457
|
-
kind?: string;
|
|
1458
|
-
/** They inventory type. */
|
|
1459
|
-
inventoryType: InventoryType;
|
|
1460
|
-
/** Gets or sets the tracked resource id corresponding to the inventory resource. */
|
|
1461
|
-
managedResourceId?: string;
|
|
1462
|
-
/** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */
|
|
1463
|
-
moRefId?: string;
|
|
1464
|
-
/** Gets or sets the vCenter Managed Object name for the inventory item. */
|
|
1465
|
-
moName?: string;
|
|
1466
|
-
/**
|
|
1467
|
-
* Gets the provisioning state.
|
|
1468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1469
|
-
*/
|
|
1470
|
-
readonly provisioningState?: ProvisioningState;
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
/** Define the virtualMachineInstance. */
|
|
1474
|
-
export interface VirtualMachineInstance extends ProxyResource {
|
|
1475
|
-
/** Gets or sets the extended location. */
|
|
1476
|
-
extendedLocation?: ExtendedLocation;
|
|
1477
|
-
/** Placement properties. */
|
|
1478
|
-
placementProfile?: PlacementProfile;
|
|
1479
|
-
/** OS properties. */
|
|
1480
|
-
osProfile?: OsProfileForVMInstance;
|
|
1481
|
-
/** Hardware properties. */
|
|
1482
|
-
hardwareProfile?: HardwareProfile;
|
|
1483
|
-
/** Network properties. */
|
|
1484
|
-
networkProfile?: NetworkProfile;
|
|
1485
|
-
/** Storage properties. */
|
|
1486
|
-
storageProfile?: StorageProfile;
|
|
1487
|
-
/** Gets the security profile. */
|
|
1488
|
-
securityProfile?: SecurityProfile;
|
|
1489
|
-
/** Gets the infrastructure profile. */
|
|
1490
|
-
infrastructureProfile?: InfrastructureProfile;
|
|
1491
|
-
/**
|
|
1492
|
-
* Gets the power state of the virtual machine.
|
|
1493
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1494
|
-
*/
|
|
1495
|
-
readonly powerState?: string;
|
|
1496
|
-
/**
|
|
1497
|
-
* The resource status information.
|
|
1498
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1499
|
-
*/
|
|
1500
|
-
readonly statuses?: ResourceStatus[];
|
|
1501
|
-
/**
|
|
1502
|
-
* Gets the provisioning state.
|
|
1503
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1504
|
-
*/
|
|
1505
|
-
readonly provisioningState?: ProvisioningState;
|
|
1506
|
-
/**
|
|
1507
|
-
* Gets or sets a unique identifier for the vm resource.
|
|
1508
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1509
|
-
*/
|
|
1510
|
-
readonly resourceUid?: string;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
/** Defines the HybridIdentityMetadata. */
|
|
1514
|
-
export interface VmInstanceHybridIdentityMetadata extends ProxyResource {
|
|
1515
|
-
/** The unique identifier for the resource. */
|
|
1516
|
-
resourceUid?: string;
|
|
1517
|
-
/** Gets or sets the Public Key. */
|
|
1518
|
-
publicKey?: string;
|
|
1519
|
-
/**
|
|
1520
|
-
* Gets the provisioning state.
|
|
1521
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1522
|
-
*/
|
|
1523
|
-
readonly provisioningState?: ProvisioningState;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
/** Defines the GuestAgent. */
|
|
1527
|
-
export interface GuestAgent extends ProxyResource {
|
|
1528
|
-
/**
|
|
1529
|
-
* Gets or sets a unique identifier for this resource.
|
|
1530
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1531
|
-
*/
|
|
1532
|
-
readonly uuid?: string;
|
|
1533
|
-
/** Username / Password Credentials to provision guest agent. */
|
|
1534
|
-
credentials?: GuestCredential;
|
|
1535
|
-
/** The resource id of the private link scope this machine is assigned to, if any. */
|
|
1536
|
-
privateLinkScopeResourceId?: string;
|
|
1537
|
-
/** HTTP Proxy configuration for the VM. */
|
|
1538
|
-
httpProxyConfig?: HttpProxyConfiguration;
|
|
1539
|
-
/** Gets or sets the guest agent provisioning action. */
|
|
1540
|
-
provisioningAction?: ProvisioningAction;
|
|
1541
|
-
/**
|
|
1542
|
-
* Gets or sets the guest agent status.
|
|
1543
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1544
|
-
*/
|
|
1545
|
-
readonly status?: string;
|
|
1546
|
-
/**
|
|
1547
|
-
* Gets the name of the corresponding resource in Kubernetes.
|
|
1548
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1549
|
-
*/
|
|
1550
|
-
readonly customResourceName?: string;
|
|
1551
|
-
/**
|
|
1552
|
-
* The resource status information.
|
|
1553
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1554
|
-
*/
|
|
1555
|
-
readonly statuses?: ResourceStatus[];
|
|
1556
|
-
/**
|
|
1557
|
-
* Gets the provisioning state.
|
|
1558
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1559
|
-
*/
|
|
1560
|
-
readonly provisioningState?: ProvisioningState;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
/** Defines headers for ResourcePools_delete operation. */
|
|
1564
|
-
export interface ResourcePoolsDeleteHeaders {
|
|
1565
|
-
location?: string;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
/** Defines headers for Clusters_delete operation. */
|
|
1569
|
-
export interface ClustersDeleteHeaders {
|
|
1570
|
-
location?: string;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
/** Defines headers for Hosts_delete operation. */
|
|
1574
|
-
export interface HostsDeleteHeaders {
|
|
1575
|
-
location?: string;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
/** Defines headers for Datastores_delete operation. */
|
|
1579
|
-
export interface DatastoresDeleteHeaders {
|
|
1580
|
-
location?: string;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
/** Defines headers for VCenters_delete operation. */
|
|
1584
|
-
export interface VCentersDeleteHeaders {
|
|
1585
|
-
location?: string;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
/** Defines headers for VirtualMachineTemplates_delete operation. */
|
|
1589
|
-
export interface VirtualMachineTemplatesDeleteHeaders {
|
|
1590
|
-
location?: string;
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
/** Defines headers for VirtualNetworks_delete operation. */
|
|
1594
|
-
export interface VirtualNetworksDeleteHeaders {
|
|
1595
|
-
location?: string;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
/** Defines headers for VirtualMachineInstances_update operation. */
|
|
1599
|
-
export interface VirtualMachineInstancesUpdateHeaders {
|
|
1600
|
-
location?: string;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
/** Defines headers for VirtualMachineInstances_delete operation. */
|
|
1604
|
-
export interface VirtualMachineInstancesDeleteHeaders {
|
|
1605
|
-
location?: string;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
/** Defines headers for VirtualMachineInstances_stop operation. */
|
|
1609
|
-
export interface VirtualMachineInstancesStopHeaders {
|
|
1610
|
-
location?: string;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
/** Defines headers for VirtualMachineInstances_start operation. */
|
|
1614
|
-
export interface VirtualMachineInstancesStartHeaders {
|
|
1615
|
-
location?: string;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
/** Defines headers for VirtualMachineInstances_restart operation. */
|
|
1619
|
-
export interface VirtualMachineInstancesRestartHeaders {
|
|
1620
|
-
location?: string;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
/** Defines headers for VMInstanceGuestAgents_delete operation. */
|
|
1624
|
-
export interface VMInstanceGuestAgentsDeleteHeaders {
|
|
1625
|
-
location?: string;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1629
|
-
export enum KnownProvisioningState {
|
|
1630
|
-
/** Succeeded */
|
|
1631
|
-
Succeeded = "Succeeded",
|
|
1632
|
-
/** Failed */
|
|
1633
|
-
Failed = "Failed",
|
|
1634
|
-
/** Canceled */
|
|
1635
|
-
Canceled = "Canceled",
|
|
1636
|
-
/** Provisioning */
|
|
1637
|
-
Provisioning = "Provisioning",
|
|
1638
|
-
/** Updating */
|
|
1639
|
-
Updating = "Updating",
|
|
1640
|
-
/** Deleting */
|
|
1641
|
-
Deleting = "Deleting",
|
|
1642
|
-
/** Accepted */
|
|
1643
|
-
Accepted = "Accepted",
|
|
1644
|
-
/** Created */
|
|
1645
|
-
Created = "Created"
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
/**
|
|
1649
|
-
* Defines values for ProvisioningState. \
|
|
1650
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1651
|
-
* this enum contains the known values that the service supports.
|
|
1652
|
-
* ### Known values supported by the service
|
|
1653
|
-
* **Succeeded** \
|
|
1654
|
-
* **Failed** \
|
|
1655
|
-
* **Canceled** \
|
|
1656
|
-
* **Provisioning** \
|
|
1657
|
-
* **Updating** \
|
|
1658
|
-
* **Deleting** \
|
|
1659
|
-
* **Accepted** \
|
|
1660
|
-
* **Created**
|
|
1661
|
-
*/
|
|
1662
|
-
export type ProvisioningState = string;
|
|
1663
|
-
|
|
1664
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1665
|
-
export enum KnownCreatedByType {
|
|
1666
|
-
/** User */
|
|
1667
|
-
User = "User",
|
|
1668
|
-
/** Application */
|
|
1669
|
-
Application = "Application",
|
|
1670
|
-
/** ManagedIdentity */
|
|
1671
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1672
|
-
/** Key */
|
|
1673
|
-
Key = "Key"
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
/**
|
|
1677
|
-
* Defines values for CreatedByType. \
|
|
1678
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1679
|
-
* this enum contains the known values that the service supports.
|
|
1680
|
-
* ### Known values supported by the service
|
|
1681
|
-
* **User** \
|
|
1682
|
-
* **Application** \
|
|
1683
|
-
* **ManagedIdentity** \
|
|
1684
|
-
* **Key**
|
|
1685
|
-
*/
|
|
1686
|
-
export type CreatedByType = string;
|
|
1687
|
-
|
|
1688
|
-
/** Known values of {@link OsType} that the service accepts. */
|
|
1689
|
-
export enum KnownOsType {
|
|
1690
|
-
/** Windows */
|
|
1691
|
-
Windows = "Windows",
|
|
1692
|
-
/** Linux */
|
|
1693
|
-
Linux = "Linux",
|
|
1694
|
-
/** Other */
|
|
1695
|
-
Other = "Other"
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
/**
|
|
1699
|
-
* Defines values for OsType. \
|
|
1700
|
-
* {@link KnownOsType} can be used interchangeably with OsType,
|
|
1701
|
-
* this enum contains the known values that the service supports.
|
|
1702
|
-
* ### Known values supported by the service
|
|
1703
|
-
* **Windows** \
|
|
1704
|
-
* **Linux** \
|
|
1705
|
-
* **Other**
|
|
1706
|
-
*/
|
|
1707
|
-
export type OsType = string;
|
|
1708
|
-
|
|
1709
|
-
/** Known values of {@link NICType} that the service accepts. */
|
|
1710
|
-
export enum KnownNICType {
|
|
1711
|
-
/** Vmxnet3 */
|
|
1712
|
-
Vmxnet3 = "vmxnet3",
|
|
1713
|
-
/** Vmxnet2 */
|
|
1714
|
-
Vmxnet2 = "vmxnet2",
|
|
1715
|
-
/** Vmxnet */
|
|
1716
|
-
Vmxnet = "vmxnet",
|
|
1717
|
-
/** E1000 */
|
|
1718
|
-
E1000 = "e1000",
|
|
1719
|
-
/** E1000E */
|
|
1720
|
-
E1000E = "e1000e",
|
|
1721
|
-
/** Pcnet32 */
|
|
1722
|
-
Pcnet32 = "pcnet32"
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
/**
|
|
1726
|
-
* Defines values for NICType. \
|
|
1727
|
-
* {@link KnownNICType} can be used interchangeably with NICType,
|
|
1728
|
-
* this enum contains the known values that the service supports.
|
|
1729
|
-
* ### Known values supported by the service
|
|
1730
|
-
* **vmxnet3** \
|
|
1731
|
-
* **vmxnet2** \
|
|
1732
|
-
* **vmxnet** \
|
|
1733
|
-
* **e1000** \
|
|
1734
|
-
* **e1000e** \
|
|
1735
|
-
* **pcnet32**
|
|
1736
|
-
*/
|
|
1737
|
-
export type NICType = string;
|
|
1738
|
-
|
|
1739
|
-
/** Known values of {@link PowerOnBootOption} that the service accepts. */
|
|
1740
|
-
export enum KnownPowerOnBootOption {
|
|
1741
|
-
/** Enabled */
|
|
1742
|
-
Enabled = "enabled",
|
|
1743
|
-
/** Disabled */
|
|
1744
|
-
Disabled = "disabled"
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
/**
|
|
1748
|
-
* Defines values for PowerOnBootOption. \
|
|
1749
|
-
* {@link KnownPowerOnBootOption} can be used interchangeably with PowerOnBootOption,
|
|
1750
|
-
* this enum contains the known values that the service supports.
|
|
1751
|
-
* ### Known values supported by the service
|
|
1752
|
-
* **enabled** \
|
|
1753
|
-
* **disabled**
|
|
1754
|
-
*/
|
|
1755
|
-
export type PowerOnBootOption = string;
|
|
1756
|
-
|
|
1757
|
-
/** Known values of {@link IPAddressAllocationMethod} that the service accepts. */
|
|
1758
|
-
export enum KnownIPAddressAllocationMethod {
|
|
1759
|
-
/** Unset */
|
|
1760
|
-
Unset = "unset",
|
|
1761
|
-
/** Dynamic */
|
|
1762
|
-
Dynamic = "dynamic",
|
|
1763
|
-
/** Static */
|
|
1764
|
-
Static = "static",
|
|
1765
|
-
/** Linklayer */
|
|
1766
|
-
Linklayer = "linklayer",
|
|
1767
|
-
/** Random */
|
|
1768
|
-
Random = "random",
|
|
1769
|
-
/** Other */
|
|
1770
|
-
Other = "other"
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
* Defines values for IPAddressAllocationMethod. \
|
|
1775
|
-
* {@link KnownIPAddressAllocationMethod} can be used interchangeably with IPAddressAllocationMethod,
|
|
1776
|
-
* this enum contains the known values that the service supports.
|
|
1777
|
-
* ### Known values supported by the service
|
|
1778
|
-
* **unset** \
|
|
1779
|
-
* **dynamic** \
|
|
1780
|
-
* **static** \
|
|
1781
|
-
* **linklayer** \
|
|
1782
|
-
* **random** \
|
|
1783
|
-
* **other**
|
|
1784
|
-
*/
|
|
1785
|
-
export type IPAddressAllocationMethod = string;
|
|
1786
|
-
|
|
1787
|
-
/** Known values of {@link DiskMode} that the service accepts. */
|
|
1788
|
-
export enum KnownDiskMode {
|
|
1789
|
-
/** Persistent */
|
|
1790
|
-
Persistent = "persistent",
|
|
1791
|
-
/** IndependentPersistent */
|
|
1792
|
-
IndependentPersistent = "independent_persistent",
|
|
1793
|
-
/** IndependentNonpersistent */
|
|
1794
|
-
IndependentNonpersistent = "independent_nonpersistent"
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
/**
|
|
1798
|
-
* Defines values for DiskMode. \
|
|
1799
|
-
* {@link KnownDiskMode} can be used interchangeably with DiskMode,
|
|
1800
|
-
* this enum contains the known values that the service supports.
|
|
1801
|
-
* ### Known values supported by the service
|
|
1802
|
-
* **persistent** \
|
|
1803
|
-
* **independent_persistent** \
|
|
1804
|
-
* **independent_nonpersistent**
|
|
1805
|
-
*/
|
|
1806
|
-
export type DiskMode = string;
|
|
1807
|
-
|
|
1808
|
-
/** Known values of {@link DiskType} that the service accepts. */
|
|
1809
|
-
export enum KnownDiskType {
|
|
1810
|
-
/** Flat */
|
|
1811
|
-
Flat = "flat",
|
|
1812
|
-
/** Pmem */
|
|
1813
|
-
Pmem = "pmem",
|
|
1814
|
-
/** Rawphysical */
|
|
1815
|
-
Rawphysical = "rawphysical",
|
|
1816
|
-
/** Rawvirtual */
|
|
1817
|
-
Rawvirtual = "rawvirtual",
|
|
1818
|
-
/** Sparse */
|
|
1819
|
-
Sparse = "sparse",
|
|
1820
|
-
/** Sesparse */
|
|
1821
|
-
Sesparse = "sesparse",
|
|
1822
|
-
/** Unknown */
|
|
1823
|
-
Unknown = "unknown"
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
/**
|
|
1827
|
-
* Defines values for DiskType. \
|
|
1828
|
-
* {@link KnownDiskType} can be used interchangeably with DiskType,
|
|
1829
|
-
* this enum contains the known values that the service supports.
|
|
1830
|
-
* ### Known values supported by the service
|
|
1831
|
-
* **flat** \
|
|
1832
|
-
* **pmem** \
|
|
1833
|
-
* **rawphysical** \
|
|
1834
|
-
* **rawvirtual** \
|
|
1835
|
-
* **sparse** \
|
|
1836
|
-
* **sesparse** \
|
|
1837
|
-
* **unknown**
|
|
1838
|
-
*/
|
|
1839
|
-
export type DiskType = string;
|
|
1840
|
-
|
|
1841
|
-
/** Known values of {@link FirmwareType} that the service accepts. */
|
|
1842
|
-
export enum KnownFirmwareType {
|
|
1843
|
-
/** Bios */
|
|
1844
|
-
Bios = "bios",
|
|
1845
|
-
/** Efi */
|
|
1846
|
-
Efi = "efi"
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
/**
|
|
1850
|
-
* Defines values for FirmwareType. \
|
|
1851
|
-
* {@link KnownFirmwareType} can be used interchangeably with FirmwareType,
|
|
1852
|
-
* this enum contains the known values that the service supports.
|
|
1853
|
-
* ### Known values supported by the service
|
|
1854
|
-
* **bios** \
|
|
1855
|
-
* **efi**
|
|
1856
|
-
*/
|
|
1857
|
-
export type FirmwareType = string;
|
|
1858
|
-
|
|
1859
|
-
/** Known values of {@link InventoryType} that the service accepts. */
|
|
1860
|
-
export enum KnownInventoryType {
|
|
1861
|
-
/** ResourcePool */
|
|
1862
|
-
ResourcePool = "ResourcePool",
|
|
1863
|
-
/** VirtualMachine */
|
|
1864
|
-
VirtualMachine = "VirtualMachine",
|
|
1865
|
-
/** VirtualMachineTemplate */
|
|
1866
|
-
VirtualMachineTemplate = "VirtualMachineTemplate",
|
|
1867
|
-
/** VirtualNetwork */
|
|
1868
|
-
VirtualNetwork = "VirtualNetwork",
|
|
1869
|
-
/** Cluster */
|
|
1870
|
-
Cluster = "Cluster",
|
|
1871
|
-
/** Datastore */
|
|
1872
|
-
Datastore = "Datastore",
|
|
1873
|
-
/** Host */
|
|
1874
|
-
Host = "Host"
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
/**
|
|
1878
|
-
* Defines values for InventoryType. \
|
|
1879
|
-
* {@link KnownInventoryType} can be used interchangeably with InventoryType,
|
|
1880
|
-
* this enum contains the known values that the service supports.
|
|
1881
|
-
* ### Known values supported by the service
|
|
1882
|
-
* **ResourcePool** \
|
|
1883
|
-
* **VirtualMachine** \
|
|
1884
|
-
* **VirtualMachineTemplate** \
|
|
1885
|
-
* **VirtualNetwork** \
|
|
1886
|
-
* **Cluster** \
|
|
1887
|
-
* **Datastore** \
|
|
1888
|
-
* **Host**
|
|
1889
|
-
*/
|
|
1890
|
-
export type InventoryType = string;
|
|
1891
|
-
|
|
1892
|
-
/** Known values of {@link ScsiControllerType} that the service accepts. */
|
|
1893
|
-
export enum KnownScsiControllerType {
|
|
1894
|
-
/** Lsilogic */
|
|
1895
|
-
Lsilogic = "lsilogic",
|
|
1896
|
-
/** Buslogic */
|
|
1897
|
-
Buslogic = "buslogic",
|
|
1898
|
-
/** Pvscsi */
|
|
1899
|
-
Pvscsi = "pvscsi",
|
|
1900
|
-
/** Lsilogicsas */
|
|
1901
|
-
Lsilogicsas = "lsilogicsas"
|
|
1902
|
-
}
|
|
1903
|
-
|
|
1904
|
-
/**
|
|
1905
|
-
* Defines values for ScsiControllerType. \
|
|
1906
|
-
* {@link KnownScsiControllerType} can be used interchangeably with ScsiControllerType,
|
|
1907
|
-
* this enum contains the known values that the service supports.
|
|
1908
|
-
* ### Known values supported by the service
|
|
1909
|
-
* **lsilogic** \
|
|
1910
|
-
* **buslogic** \
|
|
1911
|
-
* **pvscsi** \
|
|
1912
|
-
* **lsilogicsas**
|
|
1913
|
-
*/
|
|
1914
|
-
export type ScsiControllerType = string;
|
|
1915
|
-
|
|
1916
|
-
/** Known values of {@link VirtualScsiSharing} that the service accepts. */
|
|
1917
|
-
export enum KnownVirtualScsiSharing {
|
|
1918
|
-
/** NoSharing */
|
|
1919
|
-
NoSharing = "noSharing",
|
|
1920
|
-
/** PhysicalSharing */
|
|
1921
|
-
PhysicalSharing = "physicalSharing",
|
|
1922
|
-
/** VirtualSharing */
|
|
1923
|
-
VirtualSharing = "virtualSharing"
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
/**
|
|
1927
|
-
* Defines values for VirtualScsiSharing. \
|
|
1928
|
-
* {@link KnownVirtualScsiSharing} can be used interchangeably with VirtualScsiSharing,
|
|
1929
|
-
* this enum contains the known values that the service supports.
|
|
1930
|
-
* ### Known values supported by the service
|
|
1931
|
-
* **noSharing** \
|
|
1932
|
-
* **physicalSharing** \
|
|
1933
|
-
* **virtualSharing**
|
|
1934
|
-
*/
|
|
1935
|
-
export type VirtualScsiSharing = string;
|
|
1936
|
-
|
|
1937
|
-
/** Known values of {@link ProvisioningAction} that the service accepts. */
|
|
1938
|
-
export enum KnownProvisioningAction {
|
|
1939
|
-
/** Install */
|
|
1940
|
-
Install = "install",
|
|
1941
|
-
/** Uninstall */
|
|
1942
|
-
Uninstall = "uninstall",
|
|
1943
|
-
/** Repair */
|
|
1944
|
-
Repair = "repair"
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
/**
|
|
1948
|
-
* Defines values for ProvisioningAction. \
|
|
1949
|
-
* {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
|
|
1950
|
-
* this enum contains the known values that the service supports.
|
|
1951
|
-
* ### Known values supported by the service
|
|
1952
|
-
* **install** \
|
|
1953
|
-
* **uninstall** \
|
|
1954
|
-
* **repair**
|
|
1955
|
-
*/
|
|
1956
|
-
export type ProvisioningAction = string;
|
|
1957
|
-
|
|
1958
|
-
/** Optional parameters. */
|
|
1959
|
-
export interface OperationsListOptionalParams
|
|
1960
|
-
extends coreClient.OperationOptions {}
|
|
1961
|
-
|
|
1962
|
-
/** Contains response data for the list operation. */
|
|
1963
|
-
export type OperationsListResponse = OperationsList;
|
|
1964
|
-
|
|
1965
|
-
/** Optional parameters. */
|
|
1966
|
-
export interface OperationsListNextOptionalParams
|
|
1967
|
-
extends coreClient.OperationOptions {}
|
|
1968
|
-
|
|
1969
|
-
/** Contains response data for the listNext operation. */
|
|
1970
|
-
export type OperationsListNextResponse = OperationsList;
|
|
1971
|
-
|
|
1972
|
-
/** Optional parameters. */
|
|
1973
|
-
export interface ResourcePoolsCreateOptionalParams
|
|
1974
|
-
extends coreClient.OperationOptions {
|
|
1975
|
-
/** Request payload. */
|
|
1976
|
-
body?: ResourcePool;
|
|
1977
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1978
|
-
updateIntervalInMs?: number;
|
|
1979
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1980
|
-
resumeFrom?: string;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
/** Contains response data for the create operation. */
|
|
1984
|
-
export type ResourcePoolsCreateResponse = ResourcePool;
|
|
1985
|
-
|
|
1986
|
-
/** Optional parameters. */
|
|
1987
|
-
export interface ResourcePoolsGetOptionalParams
|
|
1988
|
-
extends coreClient.OperationOptions {}
|
|
1989
|
-
|
|
1990
|
-
/** Contains response data for the get operation. */
|
|
1991
|
-
export type ResourcePoolsGetResponse = ResourcePool;
|
|
1992
|
-
|
|
1993
|
-
/** Optional parameters. */
|
|
1994
|
-
export interface ResourcePoolsUpdateOptionalParams
|
|
1995
|
-
extends coreClient.OperationOptions {
|
|
1996
|
-
/** Resource properties to update. */
|
|
1997
|
-
body?: ResourcePatch;
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
/** Contains response data for the update operation. */
|
|
2001
|
-
export type ResourcePoolsUpdateResponse = ResourcePool;
|
|
2002
|
-
|
|
2003
|
-
/** Optional parameters. */
|
|
2004
|
-
export interface ResourcePoolsDeleteOptionalParams
|
|
2005
|
-
extends coreClient.OperationOptions {
|
|
2006
|
-
/** Whether force delete was specified. */
|
|
2007
|
-
force?: boolean;
|
|
2008
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2009
|
-
updateIntervalInMs?: number;
|
|
2010
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2011
|
-
resumeFrom?: string;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
/** Optional parameters. */
|
|
2015
|
-
export interface ResourcePoolsListOptionalParams
|
|
2016
|
-
extends coreClient.OperationOptions {}
|
|
2017
|
-
|
|
2018
|
-
/** Contains response data for the list operation. */
|
|
2019
|
-
export type ResourcePoolsListResponse = ResourcePoolsList;
|
|
2020
|
-
|
|
2021
|
-
/** Optional parameters. */
|
|
2022
|
-
export interface ResourcePoolsListByResourceGroupOptionalParams
|
|
2023
|
-
extends coreClient.OperationOptions {}
|
|
2024
|
-
|
|
2025
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2026
|
-
export type ResourcePoolsListByResourceGroupResponse = ResourcePoolsList;
|
|
2027
|
-
|
|
2028
|
-
/** Optional parameters. */
|
|
2029
|
-
export interface ResourcePoolsListNextOptionalParams
|
|
2030
|
-
extends coreClient.OperationOptions {}
|
|
2031
|
-
|
|
2032
|
-
/** Contains response data for the listNext operation. */
|
|
2033
|
-
export type ResourcePoolsListNextResponse = ResourcePoolsList;
|
|
2034
|
-
|
|
2035
|
-
/** Optional parameters. */
|
|
2036
|
-
export interface ResourcePoolsListByResourceGroupNextOptionalParams
|
|
2037
|
-
extends coreClient.OperationOptions {}
|
|
2038
|
-
|
|
2039
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2040
|
-
export type ResourcePoolsListByResourceGroupNextResponse = ResourcePoolsList;
|
|
2041
|
-
|
|
2042
|
-
/** Optional parameters. */
|
|
2043
|
-
export interface ClustersCreateOptionalParams
|
|
2044
|
-
extends coreClient.OperationOptions {
|
|
2045
|
-
/** Request payload. */
|
|
2046
|
-
body?: Cluster;
|
|
2047
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2048
|
-
updateIntervalInMs?: number;
|
|
2049
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2050
|
-
resumeFrom?: string;
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
/** Contains response data for the create operation. */
|
|
2054
|
-
export type ClustersCreateResponse = Cluster;
|
|
2055
|
-
|
|
2056
|
-
/** Optional parameters. */
|
|
2057
|
-
export interface ClustersGetOptionalParams
|
|
2058
|
-
extends coreClient.OperationOptions {}
|
|
2059
|
-
|
|
2060
|
-
/** Contains response data for the get operation. */
|
|
2061
|
-
export type ClustersGetResponse = Cluster;
|
|
2062
|
-
|
|
2063
|
-
/** Optional parameters. */
|
|
2064
|
-
export interface ClustersUpdateOptionalParams
|
|
2065
|
-
extends coreClient.OperationOptions {
|
|
2066
|
-
/** Resource properties to update. */
|
|
2067
|
-
body?: ResourcePatch;
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
/** Contains response data for the update operation. */
|
|
2071
|
-
export type ClustersUpdateResponse = Cluster;
|
|
2072
|
-
|
|
2073
|
-
/** Optional parameters. */
|
|
2074
|
-
export interface ClustersDeleteOptionalParams
|
|
2075
|
-
extends coreClient.OperationOptions {
|
|
2076
|
-
/** Whether force delete was specified. */
|
|
2077
|
-
force?: boolean;
|
|
2078
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2079
|
-
updateIntervalInMs?: number;
|
|
2080
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2081
|
-
resumeFrom?: string;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
/** Optional parameters. */
|
|
2085
|
-
export interface ClustersListOptionalParams
|
|
2086
|
-
extends coreClient.OperationOptions {}
|
|
2087
|
-
|
|
2088
|
-
/** Contains response data for the list operation. */
|
|
2089
|
-
export type ClustersListResponse = ClustersList;
|
|
2090
|
-
|
|
2091
|
-
/** Optional parameters. */
|
|
2092
|
-
export interface ClustersListByResourceGroupOptionalParams
|
|
2093
|
-
extends coreClient.OperationOptions {}
|
|
2094
|
-
|
|
2095
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2096
|
-
export type ClustersListByResourceGroupResponse = ClustersList;
|
|
2097
|
-
|
|
2098
|
-
/** Optional parameters. */
|
|
2099
|
-
export interface ClustersListNextOptionalParams
|
|
2100
|
-
extends coreClient.OperationOptions {}
|
|
2101
|
-
|
|
2102
|
-
/** Contains response data for the listNext operation. */
|
|
2103
|
-
export type ClustersListNextResponse = ClustersList;
|
|
2104
|
-
|
|
2105
|
-
/** Optional parameters. */
|
|
2106
|
-
export interface ClustersListByResourceGroupNextOptionalParams
|
|
2107
|
-
extends coreClient.OperationOptions {}
|
|
2108
|
-
|
|
2109
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2110
|
-
export type ClustersListByResourceGroupNextResponse = ClustersList;
|
|
2111
|
-
|
|
2112
|
-
/** Optional parameters. */
|
|
2113
|
-
export interface HostsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2114
|
-
/** Request payload. */
|
|
2115
|
-
body?: Host;
|
|
2116
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2117
|
-
updateIntervalInMs?: number;
|
|
2118
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2119
|
-
resumeFrom?: string;
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
/** Contains response data for the create operation. */
|
|
2123
|
-
export type HostsCreateResponse = Host;
|
|
2124
|
-
|
|
2125
|
-
/** Optional parameters. */
|
|
2126
|
-
export interface HostsGetOptionalParams extends coreClient.OperationOptions {}
|
|
2127
|
-
|
|
2128
|
-
/** Contains response data for the get operation. */
|
|
2129
|
-
export type HostsGetResponse = Host;
|
|
2130
|
-
|
|
2131
|
-
/** Optional parameters. */
|
|
2132
|
-
export interface HostsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2133
|
-
/** Resource properties to update. */
|
|
2134
|
-
body?: ResourcePatch;
|
|
2135
|
-
}
|
|
2136
|
-
|
|
2137
|
-
/** Contains response data for the update operation. */
|
|
2138
|
-
export type HostsUpdateResponse = Host;
|
|
2139
|
-
|
|
2140
|
-
/** Optional parameters. */
|
|
2141
|
-
export interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2142
|
-
/** Whether force delete was specified. */
|
|
2143
|
-
force?: boolean;
|
|
2144
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2145
|
-
updateIntervalInMs?: number;
|
|
2146
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2147
|
-
resumeFrom?: string;
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
|
-
/** Optional parameters. */
|
|
2151
|
-
export interface HostsListOptionalParams extends coreClient.OperationOptions {}
|
|
2152
|
-
|
|
2153
|
-
/** Contains response data for the list operation. */
|
|
2154
|
-
export type HostsListResponse = HostsList;
|
|
2155
|
-
|
|
2156
|
-
/** Optional parameters. */
|
|
2157
|
-
export interface HostsListByResourceGroupOptionalParams
|
|
2158
|
-
extends coreClient.OperationOptions {}
|
|
2159
|
-
|
|
2160
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2161
|
-
export type HostsListByResourceGroupResponse = HostsList;
|
|
2162
|
-
|
|
2163
|
-
/** Optional parameters. */
|
|
2164
|
-
export interface HostsListNextOptionalParams
|
|
2165
|
-
extends coreClient.OperationOptions {}
|
|
2166
|
-
|
|
2167
|
-
/** Contains response data for the listNext operation. */
|
|
2168
|
-
export type HostsListNextResponse = HostsList;
|
|
2169
|
-
|
|
2170
|
-
/** Optional parameters. */
|
|
2171
|
-
export interface HostsListByResourceGroupNextOptionalParams
|
|
2172
|
-
extends coreClient.OperationOptions {}
|
|
2173
|
-
|
|
2174
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2175
|
-
export type HostsListByResourceGroupNextResponse = HostsList;
|
|
2176
|
-
|
|
2177
|
-
/** Optional parameters. */
|
|
2178
|
-
export interface DatastoresCreateOptionalParams
|
|
2179
|
-
extends coreClient.OperationOptions {
|
|
2180
|
-
/** Request payload. */
|
|
2181
|
-
body?: Datastore;
|
|
2182
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2183
|
-
updateIntervalInMs?: number;
|
|
2184
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2185
|
-
resumeFrom?: string;
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
/** Contains response data for the create operation. */
|
|
2189
|
-
export type DatastoresCreateResponse = Datastore;
|
|
2190
|
-
|
|
2191
|
-
/** Optional parameters. */
|
|
2192
|
-
export interface DatastoresGetOptionalParams
|
|
2193
|
-
extends coreClient.OperationOptions {}
|
|
2194
|
-
|
|
2195
|
-
/** Contains response data for the get operation. */
|
|
2196
|
-
export type DatastoresGetResponse = Datastore;
|
|
2197
|
-
|
|
2198
|
-
/** Optional parameters. */
|
|
2199
|
-
export interface DatastoresUpdateOptionalParams
|
|
2200
|
-
extends coreClient.OperationOptions {
|
|
2201
|
-
/** Resource properties to update. */
|
|
2202
|
-
body?: ResourcePatch;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
/** Contains response data for the update operation. */
|
|
2206
|
-
export type DatastoresUpdateResponse = Datastore;
|
|
2207
|
-
|
|
2208
|
-
/** Optional parameters. */
|
|
2209
|
-
export interface DatastoresDeleteOptionalParams
|
|
2210
|
-
extends coreClient.OperationOptions {
|
|
2211
|
-
/** Whether force delete was specified. */
|
|
2212
|
-
force?: boolean;
|
|
2213
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2214
|
-
updateIntervalInMs?: number;
|
|
2215
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2216
|
-
resumeFrom?: string;
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
/** Optional parameters. */
|
|
2220
|
-
export interface DatastoresListOptionalParams
|
|
2221
|
-
extends coreClient.OperationOptions {}
|
|
2222
|
-
|
|
2223
|
-
/** Contains response data for the list operation. */
|
|
2224
|
-
export type DatastoresListResponse = DatastoresList;
|
|
2225
|
-
|
|
2226
|
-
/** Optional parameters. */
|
|
2227
|
-
export interface DatastoresListByResourceGroupOptionalParams
|
|
2228
|
-
extends coreClient.OperationOptions {}
|
|
2229
|
-
|
|
2230
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2231
|
-
export type DatastoresListByResourceGroupResponse = DatastoresList;
|
|
2232
|
-
|
|
2233
|
-
/** Optional parameters. */
|
|
2234
|
-
export interface DatastoresListNextOptionalParams
|
|
2235
|
-
extends coreClient.OperationOptions {}
|
|
2236
|
-
|
|
2237
|
-
/** Contains response data for the listNext operation. */
|
|
2238
|
-
export type DatastoresListNextResponse = DatastoresList;
|
|
2239
|
-
|
|
2240
|
-
/** Optional parameters. */
|
|
2241
|
-
export interface DatastoresListByResourceGroupNextOptionalParams
|
|
2242
|
-
extends coreClient.OperationOptions {}
|
|
2243
|
-
|
|
2244
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2245
|
-
export type DatastoresListByResourceGroupNextResponse = DatastoresList;
|
|
2246
|
-
|
|
2247
|
-
/** Optional parameters. */
|
|
2248
|
-
export interface VCentersCreateOptionalParams
|
|
2249
|
-
extends coreClient.OperationOptions {
|
|
2250
|
-
/** Request payload. */
|
|
2251
|
-
body?: VCenter;
|
|
2252
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2253
|
-
updateIntervalInMs?: number;
|
|
2254
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2255
|
-
resumeFrom?: string;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
/** Contains response data for the create operation. */
|
|
2259
|
-
export type VCentersCreateResponse = VCenter;
|
|
2260
|
-
|
|
2261
|
-
/** Optional parameters. */
|
|
2262
|
-
export interface VCentersGetOptionalParams
|
|
2263
|
-
extends coreClient.OperationOptions {}
|
|
2264
|
-
|
|
2265
|
-
/** Contains response data for the get operation. */
|
|
2266
|
-
export type VCentersGetResponse = VCenter;
|
|
2267
|
-
|
|
2268
|
-
/** Optional parameters. */
|
|
2269
|
-
export interface VCentersUpdateOptionalParams
|
|
2270
|
-
extends coreClient.OperationOptions {
|
|
2271
|
-
/** Resource properties to update. */
|
|
2272
|
-
body?: ResourcePatch;
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
/** Contains response data for the update operation. */
|
|
2276
|
-
export type VCentersUpdateResponse = VCenter;
|
|
2277
|
-
|
|
2278
|
-
/** Optional parameters. */
|
|
2279
|
-
export interface VCentersDeleteOptionalParams
|
|
2280
|
-
extends coreClient.OperationOptions {
|
|
2281
|
-
/** Whether force delete was specified. */
|
|
2282
|
-
force?: boolean;
|
|
2283
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2284
|
-
updateIntervalInMs?: number;
|
|
2285
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2286
|
-
resumeFrom?: string;
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
/** Optional parameters. */
|
|
2290
|
-
export interface VCentersListOptionalParams
|
|
2291
|
-
extends coreClient.OperationOptions {}
|
|
2292
|
-
|
|
2293
|
-
/** Contains response data for the list operation. */
|
|
2294
|
-
export type VCentersListResponse = VCentersList;
|
|
2295
|
-
|
|
2296
|
-
/** Optional parameters. */
|
|
2297
|
-
export interface VCentersListByResourceGroupOptionalParams
|
|
2298
|
-
extends coreClient.OperationOptions {}
|
|
2299
|
-
|
|
2300
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2301
|
-
export type VCentersListByResourceGroupResponse = VCentersList;
|
|
2302
|
-
|
|
2303
|
-
/** Optional parameters. */
|
|
2304
|
-
export interface VCentersListNextOptionalParams
|
|
2305
|
-
extends coreClient.OperationOptions {}
|
|
2306
|
-
|
|
2307
|
-
/** Contains response data for the listNext operation. */
|
|
2308
|
-
export type VCentersListNextResponse = VCentersList;
|
|
2309
|
-
|
|
2310
|
-
/** Optional parameters. */
|
|
2311
|
-
export interface VCentersListByResourceGroupNextOptionalParams
|
|
2312
|
-
extends coreClient.OperationOptions {}
|
|
2313
|
-
|
|
2314
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2315
|
-
export type VCentersListByResourceGroupNextResponse = VCentersList;
|
|
2316
|
-
|
|
2317
|
-
/** Optional parameters. */
|
|
2318
|
-
export interface VirtualMachineTemplatesCreateOptionalParams
|
|
2319
|
-
extends coreClient.OperationOptions {
|
|
2320
|
-
/** Request payload. */
|
|
2321
|
-
body?: VirtualMachineTemplate;
|
|
2322
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2323
|
-
updateIntervalInMs?: number;
|
|
2324
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2325
|
-
resumeFrom?: string;
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
|
-
/** Contains response data for the create operation. */
|
|
2329
|
-
export type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;
|
|
2330
|
-
|
|
2331
|
-
/** Optional parameters. */
|
|
2332
|
-
export interface VirtualMachineTemplatesGetOptionalParams
|
|
2333
|
-
extends coreClient.OperationOptions {}
|
|
2334
|
-
|
|
2335
|
-
/** Contains response data for the get operation. */
|
|
2336
|
-
export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
|
|
2337
|
-
|
|
2338
|
-
/** Optional parameters. */
|
|
2339
|
-
export interface VirtualMachineTemplatesUpdateOptionalParams
|
|
2340
|
-
extends coreClient.OperationOptions {
|
|
2341
|
-
/** Resource properties to update. */
|
|
2342
|
-
body?: ResourcePatch;
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2345
|
-
/** Contains response data for the update operation. */
|
|
2346
|
-
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
2347
|
-
|
|
2348
|
-
/** Optional parameters. */
|
|
2349
|
-
export interface VirtualMachineTemplatesDeleteOptionalParams
|
|
2350
|
-
extends coreClient.OperationOptions {
|
|
2351
|
-
/** Whether force delete was specified. */
|
|
2352
|
-
force?: boolean;
|
|
2353
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2354
|
-
updateIntervalInMs?: number;
|
|
2355
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2356
|
-
resumeFrom?: string;
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
/** Optional parameters. */
|
|
2360
|
-
export interface VirtualMachineTemplatesListOptionalParams
|
|
2361
|
-
extends coreClient.OperationOptions {}
|
|
2362
|
-
|
|
2363
|
-
/** Contains response data for the list operation. */
|
|
2364
|
-
export type VirtualMachineTemplatesListResponse = VirtualMachineTemplatesList;
|
|
2365
|
-
|
|
2366
|
-
/** Optional parameters. */
|
|
2367
|
-
export interface VirtualMachineTemplatesListByResourceGroupOptionalParams
|
|
2368
|
-
extends coreClient.OperationOptions {}
|
|
2369
|
-
|
|
2370
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2371
|
-
export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplatesList;
|
|
2372
|
-
|
|
2373
|
-
/** Optional parameters. */
|
|
2374
|
-
export interface VirtualMachineTemplatesListNextOptionalParams
|
|
2375
|
-
extends coreClient.OperationOptions {}
|
|
2376
|
-
|
|
2377
|
-
/** Contains response data for the listNext operation. */
|
|
2378
|
-
export type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplatesList;
|
|
2379
|
-
|
|
2380
|
-
/** Optional parameters. */
|
|
2381
|
-
export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams
|
|
2382
|
-
extends coreClient.OperationOptions {}
|
|
2383
|
-
|
|
2384
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2385
|
-
export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplatesList;
|
|
2386
|
-
|
|
2387
|
-
/** Optional parameters. */
|
|
2388
|
-
export interface VirtualNetworksCreateOptionalParams
|
|
2389
|
-
extends coreClient.OperationOptions {
|
|
2390
|
-
/** Request payload. */
|
|
2391
|
-
body?: VirtualNetwork;
|
|
2392
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2393
|
-
updateIntervalInMs?: number;
|
|
2394
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2395
|
-
resumeFrom?: string;
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
/** Contains response data for the create operation. */
|
|
2399
|
-
export type VirtualNetworksCreateResponse = VirtualNetwork;
|
|
2400
|
-
|
|
2401
|
-
/** Optional parameters. */
|
|
2402
|
-
export interface VirtualNetworksGetOptionalParams
|
|
2403
|
-
extends coreClient.OperationOptions {}
|
|
2404
|
-
|
|
2405
|
-
/** Contains response data for the get operation. */
|
|
2406
|
-
export type VirtualNetworksGetResponse = VirtualNetwork;
|
|
2407
|
-
|
|
2408
|
-
/** Optional parameters. */
|
|
2409
|
-
export interface VirtualNetworksUpdateOptionalParams
|
|
2410
|
-
extends coreClient.OperationOptions {
|
|
2411
|
-
/** Resource properties to update. */
|
|
2412
|
-
body?: ResourcePatch;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
/** Contains response data for the update operation. */
|
|
2416
|
-
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
2417
|
-
|
|
2418
|
-
/** Optional parameters. */
|
|
2419
|
-
export interface VirtualNetworksDeleteOptionalParams
|
|
2420
|
-
extends coreClient.OperationOptions {
|
|
2421
|
-
/** Whether force delete was specified. */
|
|
2422
|
-
force?: boolean;
|
|
2423
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2424
|
-
updateIntervalInMs?: number;
|
|
2425
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2426
|
-
resumeFrom?: string;
|
|
2427
|
-
}
|
|
2428
|
-
|
|
2429
|
-
/** Optional parameters. */
|
|
2430
|
-
export interface VirtualNetworksListOptionalParams
|
|
2431
|
-
extends coreClient.OperationOptions {}
|
|
2432
|
-
|
|
2433
|
-
/** Contains response data for the list operation. */
|
|
2434
|
-
export type VirtualNetworksListResponse = VirtualNetworksList;
|
|
2435
|
-
|
|
2436
|
-
/** Optional parameters. */
|
|
2437
|
-
export interface VirtualNetworksListByResourceGroupOptionalParams
|
|
2438
|
-
extends coreClient.OperationOptions {}
|
|
2439
|
-
|
|
2440
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2441
|
-
export type VirtualNetworksListByResourceGroupResponse = VirtualNetworksList;
|
|
2442
|
-
|
|
2443
|
-
/** Optional parameters. */
|
|
2444
|
-
export interface VirtualNetworksListNextOptionalParams
|
|
2445
|
-
extends coreClient.OperationOptions {}
|
|
2446
|
-
|
|
2447
|
-
/** Contains response data for the listNext operation. */
|
|
2448
|
-
export type VirtualNetworksListNextResponse = VirtualNetworksList;
|
|
2449
|
-
|
|
2450
|
-
/** Optional parameters. */
|
|
2451
|
-
export interface VirtualNetworksListByResourceGroupNextOptionalParams
|
|
2452
|
-
extends coreClient.OperationOptions {}
|
|
2453
|
-
|
|
2454
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2455
|
-
export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworksList;
|
|
2456
|
-
|
|
2457
|
-
/** Optional parameters. */
|
|
2458
|
-
export interface InventoryItemsCreateOptionalParams
|
|
2459
|
-
extends coreClient.OperationOptions {
|
|
2460
|
-
/** Request payload. */
|
|
2461
|
-
body?: InventoryItem;
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
/** Contains response data for the create operation. */
|
|
2465
|
-
export type InventoryItemsCreateResponse = InventoryItem;
|
|
2466
|
-
|
|
2467
|
-
/** Optional parameters. */
|
|
2468
|
-
export interface InventoryItemsGetOptionalParams
|
|
2469
|
-
extends coreClient.OperationOptions {}
|
|
2470
|
-
|
|
2471
|
-
/** Contains response data for the get operation. */
|
|
2472
|
-
export type InventoryItemsGetResponse = InventoryItem;
|
|
2473
|
-
|
|
2474
|
-
/** Optional parameters. */
|
|
2475
|
-
export interface InventoryItemsDeleteOptionalParams
|
|
2476
|
-
extends coreClient.OperationOptions {}
|
|
2477
|
-
|
|
2478
|
-
/** Optional parameters. */
|
|
2479
|
-
export interface InventoryItemsListByVCenterOptionalParams
|
|
2480
|
-
extends coreClient.OperationOptions {}
|
|
2481
|
-
|
|
2482
|
-
/** Contains response data for the listByVCenter operation. */
|
|
2483
|
-
export type InventoryItemsListByVCenterResponse = InventoryItemsList;
|
|
2484
|
-
|
|
2485
|
-
/** Optional parameters. */
|
|
2486
|
-
export interface InventoryItemsListByVCenterNextOptionalParams
|
|
2487
|
-
extends coreClient.OperationOptions {}
|
|
2488
|
-
|
|
2489
|
-
/** Contains response data for the listByVCenterNext operation. */
|
|
2490
|
-
export type InventoryItemsListByVCenterNextResponse = InventoryItemsList;
|
|
2491
|
-
|
|
2492
|
-
/** Optional parameters. */
|
|
2493
|
-
export interface VirtualMachineInstancesCreateOrUpdateOptionalParams
|
|
2494
|
-
extends coreClient.OperationOptions {
|
|
2495
|
-
/** Request payload. */
|
|
2496
|
-
body?: VirtualMachineInstance;
|
|
2497
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2498
|
-
updateIntervalInMs?: number;
|
|
2499
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2500
|
-
resumeFrom?: string;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2504
|
-
export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
|
|
2505
|
-
|
|
2506
|
-
/** Optional parameters. */
|
|
2507
|
-
export interface VirtualMachineInstancesGetOptionalParams
|
|
2508
|
-
extends coreClient.OperationOptions {}
|
|
2509
|
-
|
|
2510
|
-
/** Contains response data for the get operation. */
|
|
2511
|
-
export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
|
|
2512
|
-
|
|
2513
|
-
/** Optional parameters. */
|
|
2514
|
-
export interface VirtualMachineInstancesUpdateOptionalParams
|
|
2515
|
-
extends coreClient.OperationOptions {
|
|
2516
|
-
/** Resource properties to update. */
|
|
2517
|
-
body?: VirtualMachineInstanceUpdate;
|
|
2518
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2519
|
-
updateIntervalInMs?: number;
|
|
2520
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2521
|
-
resumeFrom?: string;
|
|
2522
|
-
}
|
|
2523
|
-
|
|
2524
|
-
/** Contains response data for the update operation. */
|
|
2525
|
-
export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
|
|
2526
|
-
|
|
2527
|
-
/** Optional parameters. */
|
|
2528
|
-
export interface VirtualMachineInstancesDeleteOptionalParams
|
|
2529
|
-
extends coreClient.OperationOptions {
|
|
2530
|
-
/** Whether force delete was specified. */
|
|
2531
|
-
force?: boolean;
|
|
2532
|
-
/** Whether to delete the VM from the vCenter. */
|
|
2533
|
-
deleteFromHost?: boolean;
|
|
2534
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2535
|
-
updateIntervalInMs?: number;
|
|
2536
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2537
|
-
resumeFrom?: string;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
/** Contains response data for the delete operation. */
|
|
2541
|
-
export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
|
|
2542
|
-
|
|
2543
|
-
/** Optional parameters. */
|
|
2544
|
-
export interface VirtualMachineInstancesListOptionalParams
|
|
2545
|
-
extends coreClient.OperationOptions {}
|
|
2546
|
-
|
|
2547
|
-
/** Contains response data for the list operation. */
|
|
2548
|
-
export type VirtualMachineInstancesListResponse = VirtualMachineInstancesList;
|
|
2549
|
-
|
|
2550
|
-
/** Optional parameters. */
|
|
2551
|
-
export interface VirtualMachineInstancesStopOptionalParams
|
|
2552
|
-
extends coreClient.OperationOptions {
|
|
2553
|
-
/** Virtualmachine stop action payload. */
|
|
2554
|
-
body?: StopVirtualMachineOptions;
|
|
2555
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2556
|
-
updateIntervalInMs?: number;
|
|
2557
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2558
|
-
resumeFrom?: string;
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
/** Contains response data for the stop operation. */
|
|
2562
|
-
export type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
|
|
2563
|
-
|
|
2564
|
-
/** Optional parameters. */
|
|
2565
|
-
export interface VirtualMachineInstancesStartOptionalParams
|
|
2566
|
-
extends coreClient.OperationOptions {
|
|
2567
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2568
|
-
updateIntervalInMs?: number;
|
|
2569
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2570
|
-
resumeFrom?: string;
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
/** Contains response data for the start operation. */
|
|
2574
|
-
export type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
|
|
2575
|
-
|
|
2576
|
-
/** Optional parameters. */
|
|
2577
|
-
export interface VirtualMachineInstancesRestartOptionalParams
|
|
2578
|
-
extends coreClient.OperationOptions {
|
|
2579
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2580
|
-
updateIntervalInMs?: number;
|
|
2581
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2582
|
-
resumeFrom?: string;
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
|
-
/** Contains response data for the restart operation. */
|
|
2586
|
-
export type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
|
|
2587
|
-
|
|
2588
|
-
/** Optional parameters. */
|
|
2589
|
-
export interface VirtualMachineInstancesListNextOptionalParams
|
|
2590
|
-
extends coreClient.OperationOptions {}
|
|
2591
|
-
|
|
2592
|
-
/** Contains response data for the listNext operation. */
|
|
2593
|
-
export type VirtualMachineInstancesListNextResponse = VirtualMachineInstancesList;
|
|
2594
|
-
|
|
2595
|
-
/** Optional parameters. */
|
|
2596
|
-
export interface VmInstanceHybridIdentityMetadataGetOptionalParams
|
|
2597
|
-
extends coreClient.OperationOptions {}
|
|
2598
|
-
|
|
2599
|
-
/** Contains response data for the get operation. */
|
|
2600
|
-
export type VmInstanceHybridIdentityMetadataGetResponse = VmInstanceHybridIdentityMetadata;
|
|
2601
|
-
|
|
2602
|
-
/** Optional parameters. */
|
|
2603
|
-
export interface VmInstanceHybridIdentityMetadataListOptionalParams
|
|
2604
|
-
extends coreClient.OperationOptions {}
|
|
2605
|
-
|
|
2606
|
-
/** Contains response data for the list operation. */
|
|
2607
|
-
export type VmInstanceHybridIdentityMetadataListResponse = VmInstanceHybridIdentityMetadataList;
|
|
2608
|
-
|
|
2609
|
-
/** Optional parameters. */
|
|
2610
|
-
export interface VmInstanceHybridIdentityMetadataListNextOptionalParams
|
|
2611
|
-
extends coreClient.OperationOptions {}
|
|
2612
|
-
|
|
2613
|
-
/** Contains response data for the listNext operation. */
|
|
2614
|
-
export type VmInstanceHybridIdentityMetadataListNextResponse = VmInstanceHybridIdentityMetadataList;
|
|
2615
|
-
|
|
2616
|
-
/** Optional parameters. */
|
|
2617
|
-
export interface VMInstanceGuestAgentsCreateOptionalParams
|
|
2618
|
-
extends coreClient.OperationOptions {
|
|
2619
|
-
/** Request payload. */
|
|
2620
|
-
body?: GuestAgent;
|
|
2621
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2622
|
-
updateIntervalInMs?: number;
|
|
2623
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2624
|
-
resumeFrom?: string;
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
/** Contains response data for the create operation. */
|
|
2628
|
-
export type VMInstanceGuestAgentsCreateResponse = GuestAgent;
|
|
2629
|
-
|
|
2630
|
-
/** Optional parameters. */
|
|
2631
|
-
export interface VMInstanceGuestAgentsGetOptionalParams
|
|
2632
|
-
extends coreClient.OperationOptions {}
|
|
2633
|
-
|
|
2634
|
-
/** Contains response data for the get operation. */
|
|
2635
|
-
export type VMInstanceGuestAgentsGetResponse = GuestAgent;
|
|
2636
|
-
|
|
2637
|
-
/** Optional parameters. */
|
|
2638
|
-
export interface VMInstanceGuestAgentsDeleteOptionalParams
|
|
2639
|
-
extends coreClient.OperationOptions {
|
|
2640
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2641
|
-
updateIntervalInMs?: number;
|
|
2642
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2643
|
-
resumeFrom?: string;
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
/** Contains response data for the delete operation. */
|
|
2647
|
-
export type VMInstanceGuestAgentsDeleteResponse = VMInstanceGuestAgentsDeleteHeaders;
|
|
2648
|
-
|
|
2649
|
-
/** Optional parameters. */
|
|
2650
|
-
export interface VMInstanceGuestAgentsListOptionalParams
|
|
2651
|
-
extends coreClient.OperationOptions {}
|
|
2652
|
-
|
|
2653
|
-
/** Contains response data for the list operation. */
|
|
2654
|
-
export type VMInstanceGuestAgentsListResponse = GuestAgentList;
|
|
2655
|
-
|
|
2656
|
-
/** Optional parameters. */
|
|
2657
|
-
export interface VMInstanceGuestAgentsListNextOptionalParams
|
|
2658
|
-
extends coreClient.OperationOptions {}
|
|
2659
|
-
|
|
2660
|
-
/** Contains response data for the listNext operation. */
|
|
2661
|
-
export type VMInstanceGuestAgentsListNextResponse = GuestAgentList;
|
|
2662
|
-
|
|
2663
|
-
/** Optional parameters. */
|
|
2664
|
-
export interface AzureArcVMwareManagementServiceAPIOptionalParams
|
|
2665
|
-
extends coreClient.ServiceClientOptions {
|
|
2666
|
-
/** server parameter */
|
|
2667
|
-
$host?: string;
|
|
2668
|
-
/** Api Version */
|
|
2669
|
-
apiVersion?: string;
|
|
2670
|
-
/** Overrides client endpoint. */
|
|
2671
|
-
endpoint?: string;
|
|
2672
|
-
}
|