@azure/arm-connectedvmware 1.0.0-alpha.20250108.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ResourcePool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcePool\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"properties.vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"properties.inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cpuSharesLevel: {\n serializedName: \"properties.cpuSharesLevel\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cpuReservationMHz: {\n serializedName: \"properties.cpuReservationMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cpuLimitMHz: {\n serializedName: \"properties.cpuLimitMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n memSharesLevel: {\n serializedName: \"properties.memSharesLevel\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n memReservationMB: {\n serializedName: \"properties.memReservationMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n memLimitMB: {\n serializedName: \"properties.memLimitMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n memOverallUsageGB: {\n serializedName: \"properties.memOverallUsageGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n memCapacityGB: {\n serializedName: \"properties.memCapacityGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cpuOverallUsageMHz: {\n serializedName: \"properties.cpuOverallUsageMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cpuCapacityMHz: {\n serializedName: \"properties.cpuCapacityMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datastoreIds: {\n serializedName: \"properties.datastoreIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n networkIds: {\n serializedName: \"properties.networkIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastUpdatedAt: {\n serializedName: \"lastUpdatedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ResourcePoolsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcePoolsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcePool\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"properties.vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"properties.inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n usedMemoryGB: {\n serializedName: \"properties.usedMemoryGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n totalMemoryGB: {\n serializedName: \"properties.totalMemoryGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n usedCpuMHz: {\n serializedName: \"properties.usedCpuMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n totalCpuMHz: {\n serializedName: \"properties.totalCpuMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n datastoreIds: {\n serializedName: \"properties.datastoreIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n networkIds: {\n serializedName: \"properties.networkIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClustersList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClustersList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Host: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Host\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"properties.vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"properties.inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n overallMemoryUsageGB: {\n serializedName: \"properties.overallMemoryUsageGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n memorySizeGB: {\n serializedName: \"properties.memorySizeGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n overallCpuUsageMHz: {\n serializedName: \"properties.overallCpuUsageMHz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cpuMhz: {\n serializedName: \"properties.cpuMhz\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n datastoreIds: {\n serializedName: \"properties.datastoreIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n networkIds: {\n serializedName: \"properties.networkIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HostsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Host\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Datastore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Datastore\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"properties.vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"properties.inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n capacityGB: {\n serializedName: \"properties.capacityGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n freeSpaceGB: {\n serializedName: \"properties.freeSpaceGB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatastoresList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatastoresList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Datastore\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VCenter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VCenter\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n port: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1\n },\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n instanceUuid: {\n serializedName: \"properties.instanceUuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n connectionStatus: {\n serializedName: \"properties.connectionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"VICredential\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VICredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VICredential\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VCentersList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VCentersList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VCenter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualMachineTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"properties.vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"properties.inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n memorySizeMB: {\n serializedName: \"properties.memorySizeMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numCPUs: {\n serializedName: \"properties.numCPUs\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numCoresPerSocket: {\n serializedName: \"properties.numCoresPerSocket\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osName: {\n serializedName: \"properties.osName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkInterfaces: {\n serializedName: \"properties.networkInterfaces\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\"\n }\n }\n }\n },\n disks: {\n serializedName: \"properties.disks\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\"\n }\n }\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersionStatus: {\n serializedName: \"properties.toolsVersionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersion: {\n serializedName: \"properties.toolsVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n firmwareType: {\n serializedName: \"properties.firmwareType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n label: {\n serializedName: \"label\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n macAddress: {\n serializedName: \"macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkId: {\n serializedName: \"networkId\",\n type: {\n name: \"String\"\n }\n },\n nicType: {\n serializedName: \"nicType\",\n type: {\n name: \"String\"\n }\n },\n powerOnBoot: {\n serializedName: \"powerOnBoot\",\n type: {\n name: \"String\"\n }\n },\n networkMoRefId: {\n serializedName: \"networkMoRefId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkMoName: {\n serializedName: \"networkMoName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceKey: {\n serializedName: \"deviceKey\",\n type: {\n name: \"Number\"\n }\n },\n ipSettings: {\n serializedName: \"ipSettings\",\n type: {\n name: \"Composite\",\n className: \"NicIPSettings\"\n }\n }\n }\n }\n};\n\nexport const NicIPSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NicIPSettings\",\n modelProperties: {\n allocationMethod: {\n serializedName: \"allocationMethod\",\n type: {\n name: \"String\"\n }\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n gateway: {\n serializedName: \"gateway\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n type: {\n name: \"String\"\n }\n },\n primaryWinsServer: {\n serializedName: \"primaryWinsServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n secondaryWinsServer: {\n serializedName: \"secondaryWinsServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressInfo: {\n serializedName: \"ipAddressInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NicIPAddressSettings\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NicIPAddressSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NicIPAddressSettings\",\n modelProperties: {\n allocationMethod: {\n serializedName: \"allocationMethod\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddress: {\n serializedName: \"ipAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualDisk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n label: {\n serializedName: \"label\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n diskObjectId: {\n serializedName: \"diskObjectId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n diskSizeGB: {\n serializedName: \"diskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n deviceKey: {\n serializedName: \"deviceKey\",\n type: {\n name: \"Number\"\n }\n },\n diskMode: {\n serializedName: \"diskMode\",\n type: {\n name: \"String\"\n }\n },\n controllerKey: {\n serializedName: \"controllerKey\",\n type: {\n name: \"Number\"\n }\n },\n unitNumber: {\n serializedName: \"unitNumber\",\n type: {\n name: \"Number\"\n }\n },\n deviceName: {\n serializedName: \"deviceName\",\n type: {\n name: \"String\"\n }\n },\n diskType: {\n serializedName: \"diskType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineTemplatesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplatesList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"properties.vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"properties.inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworksList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworksList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InventoryItemProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItemProperties\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator: {\n serializedName: \"inventoryType\",\n clientName: \"inventoryType\"\n },\n modelProperties: {\n inventoryType: {\n serializedName: \"inventoryType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n managedResourceId: {\n serializedName: \"managedResourceId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"moRefId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"moName\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const InventoryItemsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItemsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InventoryItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PlacementProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlacementProfile\",\n modelProperties: {\n resourcePoolId: {\n serializedName: \"resourcePoolId\",\n type: {\n name: \"String\"\n }\n },\n clusterId: {\n serializedName: \"clusterId\",\n type: {\n name: \"String\"\n }\n },\n hostId: {\n serializedName: \"hostId\",\n type: {\n name: \"String\"\n }\n },\n datastoreId: {\n serializedName: \"datastoreId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OsProfileForVMInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OsProfileForVMInstance\",\n modelProperties: {\n computerName: {\n serializedName: \"computerName\",\n type: {\n name: \"String\"\n }\n },\n adminUsername: {\n serializedName: \"adminUsername\",\n type: {\n name: \"String\"\n }\n },\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\"\n }\n },\n guestId: {\n serializedName: \"guestId\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n osSku: {\n serializedName: \"osSku\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsRunningStatus: {\n serializedName: \"toolsRunningStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersionStatus: {\n serializedName: \"toolsVersionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersion: {\n serializedName: \"toolsVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HardwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n modelProperties: {\n memorySizeMB: {\n serializedName: \"memorySizeMB\",\n type: {\n name: \"Number\"\n }\n },\n numCPUs: {\n serializedName: \"numCPUs\",\n type: {\n name: \"Number\"\n }\n },\n numCoresPerSocket: {\n serializedName: \"numCoresPerSocket\",\n type: {\n name: \"Number\"\n }\n },\n cpuHotAddEnabled: {\n serializedName: \"cpuHotAddEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n cpuHotRemoveEnabled: {\n serializedName: \"cpuHotRemoveEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n memoryHotAddEnabled: {\n serializedName: \"memoryHotAddEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfile\",\n modelProperties: {\n networkInterfaces: {\n serializedName: \"networkInterfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n modelProperties: {\n disks: {\n serializedName: \"disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\"\n }\n }\n }\n },\n scsiControllers: {\n serializedName: \"scsiControllers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualScsiController\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualScsiController: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualScsiController\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n controllerKey: {\n serializedName: \"controllerKey\",\n type: {\n name: \"Number\"\n }\n },\n busNumber: {\n serializedName: \"busNumber\",\n type: {\n name: \"Number\"\n }\n },\n scsiCtlrUnitNumber: {\n serializedName: \"scsiCtlrUnitNumber\",\n type: {\n name: \"Number\"\n }\n },\n sharing: {\n serializedName: \"sharing\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\",\n modelProperties: {\n uefiSettings: {\n serializedName: \"uefiSettings\",\n type: {\n name: \"Composite\",\n className: \"UefiSettings\"\n }\n }\n }\n }\n};\n\nexport const UefiSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UefiSettings\",\n modelProperties: {\n secureBootEnabled: {\n serializedName: \"secureBootEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const InfrastructureProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InfrastructureProfile\",\n modelProperties: {\n templateId: {\n serializedName: \"templateId\",\n type: {\n name: \"String\"\n }\n },\n vCenterId: {\n serializedName: \"vCenterId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"moRefId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"moName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"folderPath\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n instanceUuid: {\n serializedName: \"instanceUuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n smbiosUuid: {\n serializedName: \"smbiosUuid\",\n type: {\n name: \"String\"\n }\n },\n firmwareType: {\n serializedName: \"firmwareType\",\n type: {\n name: \"String\"\n }\n },\n customResourceName: {\n serializedName: \"customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstanceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceUpdate\",\n modelProperties: {\n hardwareProfile: {\n serializedName: \"properties.hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\"\n }\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfileUpdate\"\n }\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfileUpdate\"\n }\n }\n }\n }\n};\n\nexport const StorageProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageProfileUpdate\",\n modelProperties: {\n disks: {\n serializedName: \"disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskUpdate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualDiskUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGB: {\n serializedName: \"diskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n deviceKey: {\n serializedName: \"deviceKey\",\n type: {\n name: \"Number\"\n }\n },\n diskMode: {\n serializedName: \"diskMode\",\n type: {\n name: \"String\"\n }\n },\n controllerKey: {\n serializedName: \"controllerKey\",\n type: {\n name: \"Number\"\n }\n },\n unitNumber: {\n serializedName: \"unitNumber\",\n type: {\n name: \"Number\"\n }\n },\n deviceName: {\n serializedName: \"deviceName\",\n type: {\n name: \"String\"\n }\n },\n diskType: {\n serializedName: \"diskType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfileUpdate\",\n modelProperties: {\n networkInterfaces: {\n serializedName: \"networkInterfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceUpdate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkInterfaceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n networkId: {\n serializedName: \"networkId\",\n type: {\n name: \"String\"\n }\n },\n nicType: {\n serializedName: \"nicType\",\n type: {\n name: \"String\"\n }\n },\n powerOnBoot: {\n serializedName: \"powerOnBoot\",\n type: {\n name: \"String\"\n }\n },\n deviceKey: {\n serializedName: \"deviceKey\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstancesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstance\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StopVirtualMachineOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StopVirtualMachineOptions\",\n modelProperties: {\n skipShutdown: {\n defaultValue: false,\n serializedName: \"skipShutdown\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const VmInstanceHybridIdentityMetadataList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadataList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadata\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GuestCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestCredential\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HttpProxyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpProxyConfiguration\",\n modelProperties: {\n httpsProxy: {\n serializedName: \"httpsProxy\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GuestAgentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestAgentList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GuestAgent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Condition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Condition\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InventoryItemDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\",\n modelProperties: {\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"moName\",\n type: {\n name: \"String\"\n }\n },\n inventoryType: {\n serializedName: \"inventoryType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourcePoolInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"ResourcePool\",\n type: {\n name: \"Composite\",\n className: \"ResourcePoolInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n parent: {\n serializedName: \"parent\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"VirtualMachine\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n osName: {\n serializedName: \"osName\",\n type: {\n name: \"String\"\n }\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n folderPath: {\n serializedName: \"folderPath\",\n type: {\n name: \"String\"\n }\n },\n host: {\n serializedName: \"host\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\"\n }\n },\n resourcePool: {\n serializedName: \"resourcePool\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\"\n }\n },\n cluster: {\n serializedName: \"cluster\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\"\n }\n },\n instanceUuid: {\n serializedName: \"instanceUuid\",\n type: {\n name: \"String\"\n }\n },\n smbiosUuid: {\n serializedName: \"smbiosUuid\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n serializedName: \"powerState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsRunningStatus: {\n serializedName: \"toolsRunningStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersionStatus: {\n serializedName: \"toolsVersionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersion: {\n serializedName: \"toolsVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineTemplateInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"VirtualMachineTemplate\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n memorySizeMB: {\n serializedName: \"memorySizeMB\",\n type: {\n name: \"Number\"\n }\n },\n numCPUs: {\n serializedName: \"numCPUs\",\n type: {\n name: \"Number\"\n }\n },\n numCoresPerSocket: {\n serializedName: \"numCoresPerSocket\",\n type: {\n name: \"Number\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n osName: {\n serializedName: \"osName\",\n type: {\n name: \"String\"\n }\n },\n toolsVersionStatus: {\n serializedName: \"toolsVersionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n toolsVersion: {\n serializedName: \"toolsVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"folderPath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"VirtualNetwork\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties\n }\n }\n};\n\nexport const ClusterInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"Cluster\",\n type: {\n name: \"Composite\",\n className: \"ClusterInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties\n }\n }\n};\n\nexport const DatastoreInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"Datastore\",\n type: {\n name: \"Composite\",\n className: \"DatastoreInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n capacityGB: {\n serializedName: \"capacityGB\",\n type: {\n name: \"Number\"\n }\n },\n freeSpaceGB: {\n serializedName: \"freeSpaceGB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const HostInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"Host\",\n type: {\n name: \"Composite\",\n className: \"HostInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n parent: {\n serializedName: \"parent\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const InventoryItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItem\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n inventoryType: {\n serializedName: \"properties.inventoryType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n managedResourceId: {\n serializedName: \"properties.managedResourceId\",\n type: {\n name: \"String\"\n }\n },\n moRefId: {\n serializedName: \"properties.moRefId\",\n type: {\n name: \"String\"\n }\n },\n moName: {\n serializedName: \"properties.moName\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstance\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n placementProfile: {\n serializedName: \"properties.placementProfile\",\n type: {\n name: \"Composite\",\n className: \"PlacementProfile\"\n }\n },\n osProfile: {\n serializedName: \"properties.osProfile\",\n type: {\n name: \"Composite\",\n className: \"OsProfileForVMInstance\"\n }\n },\n hardwareProfile: {\n serializedName: \"properties.hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\"\n }\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfile\"\n }\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\"\n }\n },\n securityProfile: {\n serializedName: \"properties.securityProfile\",\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\"\n }\n },\n infrastructureProfile: {\n serializedName: \"properties.infrastructureProfile\",\n type: {\n name: \"Composite\",\n className: \"InfrastructureProfile\"\n }\n },\n powerState: {\n serializedName: \"properties.powerState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceUid: {\n serializedName: \"properties.resourceUid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VmInstanceHybridIdentityMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadata\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n resourceUid: {\n serializedName: \"properties.resourceUid\",\n type: {\n name: \"String\"\n }\n },\n publicKey: {\n serializedName: \"properties.publicKey\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GuestAgent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestAgent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n uuid: {\n serializedName: \"properties.uuid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"GuestCredential\"\n }\n },\n privateLinkScopeResourceId: {\n serializedName: \"properties.privateLinkScopeResourceId\",\n type: {\n name: \"String\"\n }\n },\n httpProxyConfig: {\n serializedName: \"properties.httpProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"HttpProxyConfiguration\"\n }\n },\n provisioningAction: {\n serializedName: \"properties.provisioningAction\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n customResourceName: {\n serializedName: \"properties.customResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statuses: {\n serializedName: \"properties.statuses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceStatus\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourcePoolsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcePoolsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HostsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatastoresDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatastoresDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VCentersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VCentersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineTemplatesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplatesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworksDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworksDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstancesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstancesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstancesStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstancesStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineInstancesRestartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesRestartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VMInstanceGuestAgentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMInstanceGuestAgentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n InventoryItemProperties: InventoryItemProperties,\n \"InventoryItemProperties.ResourcePool\": ResourcePoolInventoryItem,\n \"InventoryItemProperties.VirtualMachine\": VirtualMachineInventoryItem,\n \"InventoryItemProperties.VirtualMachineTemplate\": VirtualMachineTemplateInventoryItem,\n \"InventoryItemProperties.VirtualNetwork\": VirtualNetworkInventoryItem,\n \"InventoryItemProperties.Cluster\": ClusterInventoryItem,\n \"InventoryItemProperties.Datastore\": DatastoreInventoryItem,\n \"InventoryItemProperties.Host\": HostInventoryItem\n};\n"]}
|
|
@@ -0,0 +1,245 @@
|
|
|
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
|
+
import { ResourcePool as ResourcePoolMapper, ResourcePatch as ResourcePatchMapper, Cluster as ClusterMapper, Host as HostMapper, Datastore as DatastoreMapper, VCenter as VCenterMapper, VirtualMachineTemplate as VirtualMachineTemplateMapper, VirtualNetwork as VirtualNetworkMapper, InventoryItem as InventoryItemMapper, VirtualMachineInstance as VirtualMachineInstanceMapper, VirtualMachineInstanceUpdate as VirtualMachineInstanceUpdateMapper, StopVirtualMachineOptions as StopVirtualMachineOptionsMapper, GuestAgent as GuestAgentMapper } from "../models/mappers.js";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export const $host = {
|
|
21
|
+
parameterPath: "$host",
|
|
22
|
+
mapper: {
|
|
23
|
+
serializedName: "$host",
|
|
24
|
+
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true
|
|
30
|
+
};
|
|
31
|
+
export const apiVersion = {
|
|
32
|
+
parameterPath: "apiVersion",
|
|
33
|
+
mapper: {
|
|
34
|
+
defaultValue: "2023-10-01",
|
|
35
|
+
isConstant: true,
|
|
36
|
+
serializedName: "api-version",
|
|
37
|
+
type: {
|
|
38
|
+
name: "String"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export const nextLink = {
|
|
43
|
+
parameterPath: "nextLink",
|
|
44
|
+
mapper: {
|
|
45
|
+
serializedName: "nextLink",
|
|
46
|
+
required: true,
|
|
47
|
+
type: {
|
|
48
|
+
name: "String"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
skipEncoding: true
|
|
52
|
+
};
|
|
53
|
+
export const contentType = {
|
|
54
|
+
parameterPath: ["options", "contentType"],
|
|
55
|
+
mapper: {
|
|
56
|
+
defaultValue: "application/json",
|
|
57
|
+
isConstant: true,
|
|
58
|
+
serializedName: "Content-Type",
|
|
59
|
+
type: {
|
|
60
|
+
name: "String"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
export const body = {
|
|
65
|
+
parameterPath: ["options", "body"],
|
|
66
|
+
mapper: ResourcePoolMapper
|
|
67
|
+
};
|
|
68
|
+
export const subscriptionId = {
|
|
69
|
+
parameterPath: "subscriptionId",
|
|
70
|
+
mapper: {
|
|
71
|
+
serializedName: "subscriptionId",
|
|
72
|
+
required: true,
|
|
73
|
+
type: {
|
|
74
|
+
name: "String"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
export const resourceGroupName = {
|
|
79
|
+
parameterPath: "resourceGroupName",
|
|
80
|
+
mapper: {
|
|
81
|
+
serializedName: "resourceGroupName",
|
|
82
|
+
required: true,
|
|
83
|
+
type: {
|
|
84
|
+
name: "String"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
export const resourcePoolName = {
|
|
89
|
+
parameterPath: "resourcePoolName",
|
|
90
|
+
mapper: {
|
|
91
|
+
serializedName: "resourcePoolName",
|
|
92
|
+
required: true,
|
|
93
|
+
type: {
|
|
94
|
+
name: "String"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
export const body1 = {
|
|
99
|
+
parameterPath: ["options", "body"],
|
|
100
|
+
mapper: ResourcePatchMapper
|
|
101
|
+
};
|
|
102
|
+
export const force = {
|
|
103
|
+
parameterPath: ["options", "force"],
|
|
104
|
+
mapper: {
|
|
105
|
+
serializedName: "force",
|
|
106
|
+
type: {
|
|
107
|
+
name: "Boolean"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
export const body2 = {
|
|
112
|
+
parameterPath: ["options", "body"],
|
|
113
|
+
mapper: ClusterMapper
|
|
114
|
+
};
|
|
115
|
+
export const clusterName = {
|
|
116
|
+
parameterPath: "clusterName",
|
|
117
|
+
mapper: {
|
|
118
|
+
serializedName: "clusterName",
|
|
119
|
+
required: true,
|
|
120
|
+
type: {
|
|
121
|
+
name: "String"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
export const body3 = {
|
|
126
|
+
parameterPath: ["options", "body"],
|
|
127
|
+
mapper: HostMapper
|
|
128
|
+
};
|
|
129
|
+
export const hostName = {
|
|
130
|
+
parameterPath: "hostName",
|
|
131
|
+
mapper: {
|
|
132
|
+
serializedName: "hostName",
|
|
133
|
+
required: true,
|
|
134
|
+
type: {
|
|
135
|
+
name: "String"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
export const body4 = {
|
|
140
|
+
parameterPath: ["options", "body"],
|
|
141
|
+
mapper: DatastoreMapper
|
|
142
|
+
};
|
|
143
|
+
export const datastoreName = {
|
|
144
|
+
parameterPath: "datastoreName",
|
|
145
|
+
mapper: {
|
|
146
|
+
serializedName: "datastoreName",
|
|
147
|
+
required: true,
|
|
148
|
+
type: {
|
|
149
|
+
name: "String"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
export const body5 = {
|
|
154
|
+
parameterPath: ["options", "body"],
|
|
155
|
+
mapper: VCenterMapper
|
|
156
|
+
};
|
|
157
|
+
export const vcenterName = {
|
|
158
|
+
parameterPath: "vcenterName",
|
|
159
|
+
mapper: {
|
|
160
|
+
serializedName: "vcenterName",
|
|
161
|
+
required: true,
|
|
162
|
+
type: {
|
|
163
|
+
name: "String"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
};
|
|
167
|
+
export const body6 = {
|
|
168
|
+
parameterPath: ["options", "body"],
|
|
169
|
+
mapper: VirtualMachineTemplateMapper
|
|
170
|
+
};
|
|
171
|
+
export const virtualMachineTemplateName = {
|
|
172
|
+
parameterPath: "virtualMachineTemplateName",
|
|
173
|
+
mapper: {
|
|
174
|
+
serializedName: "virtualMachineTemplateName",
|
|
175
|
+
required: true,
|
|
176
|
+
type: {
|
|
177
|
+
name: "String"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
export const body7 = {
|
|
182
|
+
parameterPath: ["options", "body"],
|
|
183
|
+
mapper: VirtualNetworkMapper
|
|
184
|
+
};
|
|
185
|
+
export const virtualNetworkName = {
|
|
186
|
+
parameterPath: "virtualNetworkName",
|
|
187
|
+
mapper: {
|
|
188
|
+
serializedName: "virtualNetworkName",
|
|
189
|
+
required: true,
|
|
190
|
+
type: {
|
|
191
|
+
name: "String"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
export const body8 = {
|
|
196
|
+
parameterPath: ["options", "body"],
|
|
197
|
+
mapper: InventoryItemMapper
|
|
198
|
+
};
|
|
199
|
+
export const inventoryItemName = {
|
|
200
|
+
parameterPath: "inventoryItemName",
|
|
201
|
+
mapper: {
|
|
202
|
+
serializedName: "inventoryItemName",
|
|
203
|
+
required: true,
|
|
204
|
+
type: {
|
|
205
|
+
name: "String"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
};
|
|
209
|
+
export const body9 = {
|
|
210
|
+
parameterPath: ["options", "body"],
|
|
211
|
+
mapper: VirtualMachineInstanceMapper
|
|
212
|
+
};
|
|
213
|
+
export const resourceUri = {
|
|
214
|
+
parameterPath: "resourceUri",
|
|
215
|
+
mapper: {
|
|
216
|
+
serializedName: "resourceUri",
|
|
217
|
+
required: true,
|
|
218
|
+
type: {
|
|
219
|
+
name: "String"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
skipEncoding: true
|
|
223
|
+
};
|
|
224
|
+
export const body10 = {
|
|
225
|
+
parameterPath: ["options", "body"],
|
|
226
|
+
mapper: VirtualMachineInstanceUpdateMapper
|
|
227
|
+
};
|
|
228
|
+
export const deleteFromHost = {
|
|
229
|
+
parameterPath: ["options", "deleteFromHost"],
|
|
230
|
+
mapper: {
|
|
231
|
+
serializedName: "deleteFromHost",
|
|
232
|
+
type: {
|
|
233
|
+
name: "Boolean"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
export const body11 = {
|
|
238
|
+
parameterPath: ["options", "body"],
|
|
239
|
+
mapper: StopVirtualMachineOptionsMapper
|
|
240
|
+
};
|
|
241
|
+
export const body12 = {
|
|
242
|
+
parameterPath: ["options", "body"],
|
|
243
|
+
mapper: GuestAgentMapper
|
|
244
|
+
};
|
|
245
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n ResourcePool as ResourcePoolMapper,\n ResourcePatch as ResourcePatchMapper,\n Cluster as ClusterMapper,\n Host as HostMapper,\n Datastore as DatastoreMapper,\n VCenter as VCenterMapper,\n VirtualMachineTemplate as VirtualMachineTemplateMapper,\n VirtualNetwork as VirtualNetworkMapper,\n InventoryItem as InventoryItemMapper,\n VirtualMachineInstance as VirtualMachineInstanceMapper,\n VirtualMachineInstanceUpdate as VirtualMachineInstanceUpdateMapper,\n StopVirtualMachineOptions as StopVirtualMachineOptionsMapper,\n GuestAgent as GuestAgentMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-10-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ResourcePoolMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourcePoolName: OperationURLParameter = {\n parameterPath: \"resourcePoolName\",\n mapper: {\n serializedName: \"resourcePoolName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ResourcePatchMapper\n};\n\nexport const force: OperationQueryParameter = {\n parameterPath: [\"options\", \"force\"],\n mapper: {\n serializedName: \"force\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ClusterMapper\n};\n\nexport const clusterName: OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n serializedName: \"clusterName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body3: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: HostMapper\n};\n\nexport const hostName: OperationURLParameter = {\n parameterPath: \"hostName\",\n mapper: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DatastoreMapper\n};\n\nexport const datastoreName: OperationURLParameter = {\n parameterPath: \"datastoreName\",\n mapper: {\n serializedName: \"datastoreName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VCenterMapper\n};\n\nexport const vcenterName: OperationURLParameter = {\n parameterPath: \"vcenterName\",\n mapper: {\n serializedName: \"vcenterName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body6: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VirtualMachineTemplateMapper\n};\n\nexport const virtualMachineTemplateName: OperationURLParameter = {\n parameterPath: \"virtualMachineTemplateName\",\n mapper: {\n serializedName: \"virtualMachineTemplateName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body7: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VirtualNetworkMapper\n};\n\nexport const virtualNetworkName: OperationURLParameter = {\n parameterPath: \"virtualNetworkName\",\n mapper: {\n serializedName: \"virtualNetworkName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body8: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: InventoryItemMapper\n};\n\nexport const inventoryItemName: OperationURLParameter = {\n parameterPath: \"inventoryItemName\",\n mapper: {\n serializedName: \"inventoryItemName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body9: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VirtualMachineInstanceMapper\n};\n\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const body10: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VirtualMachineInstanceUpdateMapper\n};\n\nexport const deleteFromHost: OperationQueryParameter = {\n parameterPath: [\"options\", \"deleteFromHost\"],\n mapper: {\n serializedName: \"deleteFromHost\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const body11: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: StopVirtualMachineOptionsMapper\n};\n\nexport const body12: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: GuestAgentMapper\n};\n"]}
|