@azure/arm-vmwarecloudsimple 3.1.1-alpha.20250217.1 → 3.1.1-alpha.20250218.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 +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -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-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/customizationPolicies.d.ts +3 -3
- package/dist/browser/operations/customizationPolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/customizationPolicies.js +3 -3
- package/dist/browser/operations/customizationPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudNodes.d.ts +3 -3
- package/dist/browser/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudNodes.js +43 -47
- package/dist/browser/operations/dedicatedCloudNodes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudServices.d.ts +3 -3
- package/dist/browser/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudServices.js +37 -41
- package/dist/browser/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateClouds.d.ts +3 -3
- package/dist/browser/operations/privateClouds.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateClouds.js +3 -3
- package/dist/browser/operations/privateClouds.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/resourcePools.d.ts +3 -3
- package/dist/browser/operations/resourcePools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/resourcePools.js +3 -3
- package/dist/browser/operations/resourcePools.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skusAvailability.d.ts +3 -3
- package/dist/browser/operations/skusAvailability.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skusAvailability.js +3 -3
- package/dist/browser/operations/skusAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
- package/dist/browser/operations/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachineTemplates.d.ts +3 -3
- package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachineTemplates.js +3 -3
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachines.d.ts +3 -3
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachines.js +171 -191
- package/dist/browser/operations/virtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualNetworks.d.ts +3 -3
- package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualNetworks.js +3 -3
- package/dist/browser/operations/virtualNetworks.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/customizationPolicies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudNodes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudServices.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateClouds.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateClouds.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skusAvailability.d.ts +1 -1
- package/dist/browser/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skusAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/vMwareCloudSimple.d.ts +2 -2
- package/dist/browser/vMwareCloudSimple.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/vMwareCloudSimple.js +15 -18
- package/dist/browser/vMwareCloudSimple.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 +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-vmwarecloudsimple.d.ts → dist/commonjs/models/index.d.ts} +1302 -1855
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +63 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +59 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2407 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +35 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +310 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/customizationPolicies.d.ts +46 -0
- package/dist/commonjs/operations/customizationPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/customizationPolicies.js +186 -0
- package/dist/commonjs/operations/customizationPolicies.js.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.d.ts +94 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.js +466 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist/commonjs/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudServices.js +448 -0
- package/dist/commonjs/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +40 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +173 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateClouds.d.ts +42 -0
- package/dist/commonjs/operations/privateClouds.d.ts.map +1 -0
- package/dist/commonjs/operations/privateClouds.js +179 -0
- package/dist/commonjs/operations/privateClouds.js.map +1 -0
- package/dist/commonjs/operations/resourcePools.d.ts +46 -0
- package/dist/commonjs/operations/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operations/resourcePools.js +186 -0
- package/dist/commonjs/operations/resourcePools.js.map +1 -0
- package/dist/commonjs/operations/skusAvailability.d.ts +35 -0
- package/dist/commonjs/operations/skusAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/skusAvailability.js +149 -0
- package/dist/commonjs/operations/skusAvailability.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts +48 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js +188 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operations/virtualMachines.d.ts +143 -0
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachines.js +710 -0
- package/dist/commonjs/operations/virtualMachines.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts +48 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.js +188 -0
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.js +10 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +19 -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/privateClouds.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts +21 -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/skusAvailability.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +22 -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/virtualMachines.d.ts +107 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +22 -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/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/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/commonjs/vMwareCloudSimple.d.ts +30 -0
- package/dist/commonjs/vMwareCloudSimple.d.ts.map +1 -0
- package/dist/commonjs/vMwareCloudSimple.js +112 -0
- package/dist/commonjs/vMwareCloudSimple.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1302 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +60 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +59 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2403 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +35 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +307 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/customizationPolicies.d.ts +46 -0
- package/dist/esm/operations/customizationPolicies.d.ts.map +1 -0
- package/dist/esm/operations/customizationPolicies.js +182 -0
- package/dist/esm/operations/customizationPolicies.js.map +1 -0
- package/dist/esm/operations/dedicatedCloudNodes.d.ts +94 -0
- package/dist/esm/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/esm/operations/dedicatedCloudNodes.js +462 -0
- package/dist/esm/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist/esm/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist/esm/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/esm/operations/dedicatedCloudServices.js +444 -0
- package/dist/esm/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +40 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +169 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateClouds.d.ts +42 -0
- package/dist/esm/operations/privateClouds.d.ts.map +1 -0
- package/dist/esm/operations/privateClouds.js +175 -0
- package/dist/esm/operations/privateClouds.js.map +1 -0
- package/dist/esm/operations/resourcePools.d.ts +46 -0
- package/dist/esm/operations/resourcePools.d.ts.map +1 -0
- package/dist/esm/operations/resourcePools.js +182 -0
- package/dist/esm/operations/resourcePools.js.map +1 -0
- package/dist/esm/operations/skusAvailability.d.ts +35 -0
- package/dist/esm/operations/skusAvailability.d.ts.map +1 -0
- package/dist/esm/operations/skusAvailability.js +145 -0
- package/dist/esm/operations/skusAvailability.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts +48 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.js +184 -0
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operations/virtualMachines.d.ts +143 -0
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachines.js +706 -0
- package/dist/esm/operations/virtualMachines.js.map +1 -0
- package/dist/esm/operations/virtualNetworks.d.ts +48 -0
- package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworks.js +184 -0
- package/dist/esm/operations/virtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.d.ts +58 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.js +9 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.js +9 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +19 -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/privateClouds.d.ts +19 -0
- package/dist/esm/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateClouds.js +9 -0
- package/dist/esm/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts +21 -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/skusAvailability.d.ts +12 -0
- package/dist/esm/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skusAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +22 -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/virtualMachines.d.ts +107 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +22 -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/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/esm/vMwareCloudSimple.d.ts +30 -0
- package/dist/esm/vMwareCloudSimple.d.ts.map +1 -0
- package/dist/esm/vMwareCloudSimple.js +107 -0
- package/dist/esm/vMwareCloudSimple.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 +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1302 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +60 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +59 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2403 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +35 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +307 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/customizationPolicies.d.ts +46 -0
- package/dist/react-native/operations/customizationPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/customizationPolicies.js +182 -0
- package/dist/react-native/operations/customizationPolicies.js.map +1 -0
- package/dist/react-native/operations/dedicatedCloudNodes.d.ts +94 -0
- package/dist/react-native/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/react-native/operations/dedicatedCloudNodes.js +462 -0
- package/dist/react-native/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist/react-native/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist/react-native/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/react-native/operations/dedicatedCloudServices.js +444 -0
- package/dist/react-native/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +40 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +169 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateClouds.d.ts +42 -0
- package/dist/react-native/operations/privateClouds.d.ts.map +1 -0
- package/dist/react-native/operations/privateClouds.js +175 -0
- package/dist/react-native/operations/privateClouds.js.map +1 -0
- package/dist/react-native/operations/resourcePools.d.ts +46 -0
- package/dist/react-native/operations/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operations/resourcePools.js +182 -0
- package/dist/react-native/operations/resourcePools.js.map +1 -0
- package/dist/react-native/operations/skusAvailability.d.ts +35 -0
- package/dist/react-native/operations/skusAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/skusAvailability.js +145 -0
- package/dist/react-native/operations/skusAvailability.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts +48 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.js +184 -0
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operations/virtualMachines.d.ts +143 -0
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachines.js +706 -0
- package/dist/react-native/operations/virtualMachines.js.map +1 -0
- package/dist/react-native/operations/virtualNetworks.d.ts +48 -0
- package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworks.js +184 -0
- package/dist/react-native/operations/virtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.js +9 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.js +9 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +19 -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/privateClouds.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateClouds.js +9 -0
- package/dist/react-native/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts +21 -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/skusAvailability.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +22 -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/virtualMachines.d.ts +107 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +22 -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/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/dist/react-native/vMwareCloudSimple.d.ts +30 -0
- package/dist/react-native/vMwareCloudSimple.d.ts.map +1 -0
- package/dist/react-native/vMwareCloudSimple.js +107 -0
- package/dist/react-native/vMwareCloudSimple.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -5973
- 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/customizationPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/customizationPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customizationPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/customizationPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/customizationPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/customizationPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customizationPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/customizationPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsGetSample.js +0 -56
- package/dist-esm/samples-dev/operationsGetSample.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 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsGetSample.js +0 -36
- package/dist-esm/samples-dev/privateCloudsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListSample.js +0 -51
- package/dist-esm/samples-dev/privateCloudsListSample.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 -37
- package/dist-esm/samples-dev/resourcePoolsGetSample.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 -52
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +0 -1
- package/dist-esm/samples-dev/skusAvailabilityListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusAvailabilityListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusAvailabilityListSample.js +0 -51
- package/dist-esm/samples-dev/skusAvailabilityListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -51
- package/dist-esm/samples-dev/usagesListSample.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 -37
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.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/virtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js +0 -58
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +0 -53
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +0 -30
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.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 -37
- package/dist-esm/samples-dev/virtualNetworksGetSample.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/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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.map +0 -1
- package/dist-esm/src/operations/customizationPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/customizationPolicies.js.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudNodes.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudNodes.js.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudServices.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateClouds.d.ts.map +0 -1
- package/dist-esm/src/operations/privateClouds.js.map +0 -1
- package/dist-esm/src/operations/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operations/resourcePools.js.map +0 -1
- package/dist-esm/src/operations/skusAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/skusAvailability.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/customizationPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- 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/privateClouds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateClouds.js.map +0 -1
- 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/skusAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skusAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- 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/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- 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/pagingHelper.js.map +0 -1
- package/dist-esm/src/vMwareCloudSimple.d.ts.map +0 -1
- package/dist-esm/src/vMwareCloudSimple.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1504
- package/src/models/mappers.ts +0 -2479
- package/src/models/parameters.ts +0 -351
- package/src/operations/customizationPolicies.ts +0 -229
- package/src/operations/dedicatedCloudNodes.ts +0 -592
- package/src/operations/dedicatedCloudServices.ts +0 -564
- package/src/operations/index.ts +0 -19
- package/src/operations/operations.ts +0 -197
- package/src/operations/privateClouds.ts +0 -211
- package/src/operations/resourcePools.ts +0 -229
- package/src/operations/skusAvailability.ts +0 -170
- package/src/operations/usages.ts +0 -170
- package/src/operations/virtualMachineTemplates.ts +0 -251
- package/src/operations/virtualMachines.ts +0 -986
- package/src/operations/virtualNetworks.ts +0 -251
- package/src/operationsInterfaces/customizationPolicies.ts +0 -44
- package/src/operationsInterfaces/dedicatedCloudNodes.ts +0 -114
- package/src/operationsInterfaces/dedicatedCloudServices.ts +0 -103
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/operations.ts +0 -40
- package/src/operationsInterfaces/privateClouds.ts +0 -40
- package/src/operationsInterfaces/resourcePools.ts +0 -44
- package/src/operationsInterfaces/skusAvailability.ts +0 -24
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -46
- package/src/operationsInterfaces/virtualMachines.ts +0 -207
- package/src/operationsInterfaces/virtualNetworks.ts +0 -46
- package/src/pagingHelper.ts +0 -39
- package/src/vMwareCloudSimple.ts +0 -184
- package/tsconfig.json +0 -33
- /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}/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/customizationPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudNodes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateClouds.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skusAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.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
|
@@ -0,0 +1,1302 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** List of available operations */
|
|
3
|
+
export interface AvailableOperationsListResponse {
|
|
4
|
+
/** Link for next list of available operations */
|
|
5
|
+
nextLink?: string;
|
|
6
|
+
/** Returns a list of available operations */
|
|
7
|
+
value?: AvailableOperation[];
|
|
8
|
+
}
|
|
9
|
+
/** Resource provider available operation model */
|
|
10
|
+
export interface AvailableOperation {
|
|
11
|
+
/** The list of operations */
|
|
12
|
+
display?: AvailableOperationDisplay;
|
|
13
|
+
/** Indicating whether the operation is a data action or not */
|
|
14
|
+
isDataAction?: boolean;
|
|
15
|
+
/** {resourceProviderNamespace}/{resourceType}/{read|write|delete|action} */
|
|
16
|
+
name?: string;
|
|
17
|
+
/** The origin of operation */
|
|
18
|
+
origin?: OperationOrigin;
|
|
19
|
+
/** The list of specification's service metrics */
|
|
20
|
+
serviceSpecification?: AvailableOperationDisplayPropertyServiceSpecificationMetricsList;
|
|
21
|
+
}
|
|
22
|
+
/** Resource provider available operation display model */
|
|
23
|
+
export interface AvailableOperationDisplay {
|
|
24
|
+
/** Description of the operation for display purposes */
|
|
25
|
+
description?: string;
|
|
26
|
+
/** Name of the operation for display purposes */
|
|
27
|
+
operation?: string;
|
|
28
|
+
/** Name of the provider for display purposes */
|
|
29
|
+
provider?: string;
|
|
30
|
+
/** Name of the resource type for display purposes */
|
|
31
|
+
resource?: string;
|
|
32
|
+
}
|
|
33
|
+
/** List of available operation display property service specification metrics */
|
|
34
|
+
export interface AvailableOperationDisplayPropertyServiceSpecificationMetricsList {
|
|
35
|
+
/** Metric specifications of operation */
|
|
36
|
+
metricSpecifications?: AvailableOperationDisplayPropertyServiceSpecificationMetricsItem[];
|
|
37
|
+
}
|
|
38
|
+
/** Available operation display property service specification metrics item */
|
|
39
|
+
export interface AvailableOperationDisplayPropertyServiceSpecificationMetricsItem {
|
|
40
|
+
/** Metric's aggregation type for e.g. (Average, Total) */
|
|
41
|
+
aggregationType: AggregationType;
|
|
42
|
+
/** Metric's description */
|
|
43
|
+
displayDescription: string;
|
|
44
|
+
/** Human readable metric's name */
|
|
45
|
+
displayName: string;
|
|
46
|
+
/** Metric's name/id */
|
|
47
|
+
name: string;
|
|
48
|
+
/** Metric's unit */
|
|
49
|
+
unit: string;
|
|
50
|
+
}
|
|
51
|
+
/** General error model */
|
|
52
|
+
export interface CsrpError {
|
|
53
|
+
/** Error's body */
|
|
54
|
+
error?: CsrpErrorBody;
|
|
55
|
+
}
|
|
56
|
+
/** Error properties */
|
|
57
|
+
export interface CsrpErrorBody {
|
|
58
|
+
/**
|
|
59
|
+
* Error's code
|
|
60
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
+
*/
|
|
62
|
+
readonly code?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Error's details
|
|
65
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
+
*/
|
|
67
|
+
readonly details?: CsrpErrorBody[];
|
|
68
|
+
/**
|
|
69
|
+
* Error's message
|
|
70
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
+
*/
|
|
72
|
+
readonly message?: string;
|
|
73
|
+
/** Error's target */
|
|
74
|
+
target?: string;
|
|
75
|
+
}
|
|
76
|
+
/** List of dedicated nodes response model */
|
|
77
|
+
export interface DedicatedCloudNodeListResponse {
|
|
78
|
+
/** Link for next list of DedicatedCloudNode */
|
|
79
|
+
nextLink?: string;
|
|
80
|
+
/** Results of the DedicatedCloudNode list */
|
|
81
|
+
value?: DedicatedCloudNode[];
|
|
82
|
+
}
|
|
83
|
+
/** Dedicated cloud node model */
|
|
84
|
+
export interface DedicatedCloudNode {
|
|
85
|
+
/**
|
|
86
|
+
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudNodes/{dedicatedCloudNodeName}
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly id?: string;
|
|
90
|
+
/** Azure region */
|
|
91
|
+
location: string;
|
|
92
|
+
/**
|
|
93
|
+
* {dedicatedCloudNodeName}
|
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
+
*/
|
|
96
|
+
readonly name?: string;
|
|
97
|
+
/** Dedicated Cloud Nodes SKU */
|
|
98
|
+
sku?: Sku;
|
|
99
|
+
/** Dedicated Cloud Nodes tags */
|
|
100
|
+
tags?: {
|
|
101
|
+
[propertyName: string]: string;
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* {resourceProviderNamespace}/{resourceType}
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly type?: string;
|
|
108
|
+
/** Availability Zone id, e.g. "az1" */
|
|
109
|
+
availabilityZoneId?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Availability Zone name, e.g. "Availability Zone 1"
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly availabilityZoneName?: string;
|
|
115
|
+
/**
|
|
116
|
+
* VMWare Cloud Rack Name
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly cloudRackName?: string;
|
|
120
|
+
/**
|
|
121
|
+
* date time the resource was created
|
|
122
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
+
*/
|
|
124
|
+
readonly created?: Date;
|
|
125
|
+
/** count of nodes to create */
|
|
126
|
+
nodesCount?: number;
|
|
127
|
+
/** Placement Group id, e.g. "n1" */
|
|
128
|
+
placementGroupId?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Placement Name, e.g. "Placement Group 1"
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly placementGroupName?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Private Cloud Id
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly privateCloudId?: string;
|
|
139
|
+
/**
|
|
140
|
+
* Resource Pool Name
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly privateCloudName?: string;
|
|
144
|
+
/**
|
|
145
|
+
* The provisioning status of the resource
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly provisioningState?: string;
|
|
149
|
+
/** purchase id */
|
|
150
|
+
purchaseId?: string;
|
|
151
|
+
/**
|
|
152
|
+
* Node status, indicates is private cloud set up on this node or not
|
|
153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
154
|
+
*/
|
|
155
|
+
readonly status?: NodeStatus;
|
|
156
|
+
/**
|
|
157
|
+
* VMWare Cluster Name
|
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
+
*/
|
|
160
|
+
readonly vmwareClusterName?: string;
|
|
161
|
+
/** SKU's id */
|
|
162
|
+
idPropertiesSkuDescriptionId?: string;
|
|
163
|
+
/** SKU's name */
|
|
164
|
+
namePropertiesSkuDescriptionName?: string;
|
|
165
|
+
}
|
|
166
|
+
/** The purchase SKU for CloudSimple paid resources */
|
|
167
|
+
export interface Sku {
|
|
168
|
+
/** The capacity of the SKU */
|
|
169
|
+
capacity?: string;
|
|
170
|
+
/** dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ... */
|
|
171
|
+
description?: string;
|
|
172
|
+
/** If the service has different generations of hardware, for the same SKU, then that can be captured here */
|
|
173
|
+
family?: string;
|
|
174
|
+
/** The name of the SKU for VMWare CloudSimple Node */
|
|
175
|
+
name: string;
|
|
176
|
+
/** The tier of the SKU */
|
|
177
|
+
tier?: string;
|
|
178
|
+
}
|
|
179
|
+
/** List of dedicated cloud services */
|
|
180
|
+
export interface DedicatedCloudServiceListResponse {
|
|
181
|
+
/** Link for next list of DedicatedCloudNode */
|
|
182
|
+
nextLink?: string;
|
|
183
|
+
/** Results of the DedicatedCloudService list */
|
|
184
|
+
value?: DedicatedCloudService[];
|
|
185
|
+
}
|
|
186
|
+
/** Dedicated cloud service model */
|
|
187
|
+
export interface DedicatedCloudService {
|
|
188
|
+
/**
|
|
189
|
+
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
|
|
190
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
191
|
+
*/
|
|
192
|
+
readonly id?: string;
|
|
193
|
+
/** Azure region */
|
|
194
|
+
location: string;
|
|
195
|
+
/**
|
|
196
|
+
* {dedicatedCloudServiceName}
|
|
197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
198
|
+
*/
|
|
199
|
+
readonly name?: string;
|
|
200
|
+
/** The list of tags */
|
|
201
|
+
tags?: {
|
|
202
|
+
[propertyName: string]: string;
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* {resourceProviderNamespace}/{resourceType}
|
|
206
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
+
*/
|
|
208
|
+
readonly type?: string;
|
|
209
|
+
/** gateway Subnet for the account. It will collect the subnet address and always treat it as /28 */
|
|
210
|
+
gatewaySubnet?: string;
|
|
211
|
+
/**
|
|
212
|
+
* indicates whether account onboarded or not in a given region
|
|
213
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
|
+
*/
|
|
215
|
+
readonly isAccountOnboarded?: OnboardingStatus;
|
|
216
|
+
/**
|
|
217
|
+
* total nodes purchased
|
|
218
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
+
*/
|
|
220
|
+
readonly nodes?: number;
|
|
221
|
+
/**
|
|
222
|
+
* link to a service management web portal
|
|
223
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
224
|
+
*/
|
|
225
|
+
readonly serviceURL?: string;
|
|
226
|
+
}
|
|
227
|
+
/** List of SKU availabilities */
|
|
228
|
+
export interface SkuAvailabilityListResponse {
|
|
229
|
+
/** Link for next list of DedicatedCloudNode */
|
|
230
|
+
nextLink?: string;
|
|
231
|
+
/** Results of the DedicatedPlacementGroupSkuAvailability list */
|
|
232
|
+
value?: SkuAvailability[];
|
|
233
|
+
}
|
|
234
|
+
/** SKU availability model */
|
|
235
|
+
export interface SkuAvailability {
|
|
236
|
+
/** CloudSimple Availability Zone id */
|
|
237
|
+
dedicatedAvailabilityZoneId?: string;
|
|
238
|
+
/** CloudSimple Availability Zone Name */
|
|
239
|
+
dedicatedAvailabilityZoneName?: string;
|
|
240
|
+
/** CloudSimple Placement Group Id */
|
|
241
|
+
dedicatedPlacementGroupId?: string;
|
|
242
|
+
/** CloudSimple Placement Group name */
|
|
243
|
+
dedicatedPlacementGroupName?: string;
|
|
244
|
+
/** indicates how many resources of a given SKU is available in a AZ->PG */
|
|
245
|
+
limit: number;
|
|
246
|
+
/** resource type e.g. DedicatedCloudNodes */
|
|
247
|
+
resourceType?: string;
|
|
248
|
+
/** sku id */
|
|
249
|
+
skuId?: string;
|
|
250
|
+
/** sku name */
|
|
251
|
+
skuName?: string;
|
|
252
|
+
}
|
|
253
|
+
/** Operation status response */
|
|
254
|
+
export interface OperationResource {
|
|
255
|
+
/**
|
|
256
|
+
* End time of the operation
|
|
257
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
258
|
+
*/
|
|
259
|
+
readonly endTime?: Date;
|
|
260
|
+
/** Error Message if operation failed */
|
|
261
|
+
error?: OperationError;
|
|
262
|
+
/**
|
|
263
|
+
* Operation Id
|
|
264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
+
*/
|
|
266
|
+
readonly id?: string;
|
|
267
|
+
/**
|
|
268
|
+
* Operation ID
|
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
+
*/
|
|
271
|
+
readonly name?: string;
|
|
272
|
+
/**
|
|
273
|
+
* Start time of the operation
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly startTime?: Date;
|
|
277
|
+
/**
|
|
278
|
+
* Operation status
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly status?: string;
|
|
282
|
+
}
|
|
283
|
+
/** Operation error model */
|
|
284
|
+
export interface OperationError {
|
|
285
|
+
/** Error's code */
|
|
286
|
+
code?: string;
|
|
287
|
+
/** Error's message */
|
|
288
|
+
message?: string;
|
|
289
|
+
}
|
|
290
|
+
/** List of private clouds */
|
|
291
|
+
export interface PrivateCloudList {
|
|
292
|
+
/** Link for next list of Private Clouds */
|
|
293
|
+
nextLink?: string;
|
|
294
|
+
/** the list of private clouds */
|
|
295
|
+
value?: PrivateCloud[];
|
|
296
|
+
}
|
|
297
|
+
/** Private cloud model */
|
|
298
|
+
export interface PrivateCloud {
|
|
299
|
+
/** Azure Id, e.g. "/subscriptions/4da99247-a172-4ed6-8ae9-ebed2d12f839/providers/Microsoft.VMwareCloudSimple/privateClouds/cloud123" */
|
|
300
|
+
id?: string;
|
|
301
|
+
/** Location where private cloud created, e.g "westus" */
|
|
302
|
+
location?: string;
|
|
303
|
+
/** Private cloud name */
|
|
304
|
+
name?: string;
|
|
305
|
+
/** Azure Resource type */
|
|
306
|
+
type?: "Microsoft.VMwareCloudSimple/privateClouds";
|
|
307
|
+
/** Availability Zone id, e.g. "az1" */
|
|
308
|
+
availabilityZoneId?: string;
|
|
309
|
+
/** Availability Zone name, e.g. "Availability Zone 1" */
|
|
310
|
+
availabilityZoneName?: string;
|
|
311
|
+
/** Number of clusters */
|
|
312
|
+
clustersNumber?: number;
|
|
313
|
+
/** User's emails who created cloud */
|
|
314
|
+
createdBy?: string;
|
|
315
|
+
/** When private cloud was created */
|
|
316
|
+
createdOn?: Date;
|
|
317
|
+
/** Array of DNS servers */
|
|
318
|
+
dnsServers?: string[];
|
|
319
|
+
/** Expiration date of PC */
|
|
320
|
+
expires?: string;
|
|
321
|
+
/** Nsx Type, e.g. "Advanced" */
|
|
322
|
+
nsxType?: string;
|
|
323
|
+
/** Placement Group id, e.g. "n1" */
|
|
324
|
+
placementGroupId?: string;
|
|
325
|
+
/** Placement Group name */
|
|
326
|
+
placementGroupName?: string;
|
|
327
|
+
/** Id of a private cloud */
|
|
328
|
+
privateCloudId?: string;
|
|
329
|
+
/** The list of Resource Pools */
|
|
330
|
+
resourcePools?: ResourcePool[];
|
|
331
|
+
/** Private Cloud state, e.g. "operational" */
|
|
332
|
+
state?: string;
|
|
333
|
+
/** Number of cores */
|
|
334
|
+
totalCpuCores?: number;
|
|
335
|
+
/** Number of nodes */
|
|
336
|
+
totalNodes?: number;
|
|
337
|
+
/** Memory size */
|
|
338
|
+
totalRam?: number;
|
|
339
|
+
/** Disk space in TB */
|
|
340
|
+
totalStorage?: number;
|
|
341
|
+
/** Virtualization type e.g. "vSphere" */
|
|
342
|
+
typePropertiesType?: string;
|
|
343
|
+
/** e.g. "6.5u2" */
|
|
344
|
+
vSphereVersion?: string;
|
|
345
|
+
/** FQDN for vcenter access */
|
|
346
|
+
vcenterFqdn?: string;
|
|
347
|
+
/** Vcenter ip address */
|
|
348
|
+
vcenterRefid?: string;
|
|
349
|
+
/** The list of Virtual Machine Templates */
|
|
350
|
+
virtualMachineTemplates?: VirtualMachineTemplate[];
|
|
351
|
+
/** The list of Virtual Networks */
|
|
352
|
+
virtualNetworks?: VirtualNetwork[];
|
|
353
|
+
/** Is Vrops enabled/disabled */
|
|
354
|
+
vrOpsEnabled?: boolean;
|
|
355
|
+
}
|
|
356
|
+
/** Resource pool model */
|
|
357
|
+
export interface ResourcePool {
|
|
358
|
+
/** resource pool id (privateCloudId:vsphereId) */
|
|
359
|
+
id: string;
|
|
360
|
+
/**
|
|
361
|
+
* Azure region
|
|
362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
+
*/
|
|
364
|
+
readonly location?: string;
|
|
365
|
+
/**
|
|
366
|
+
* {ResourcePoolName}
|
|
367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
+
*/
|
|
369
|
+
readonly name?: string;
|
|
370
|
+
/**
|
|
371
|
+
* The Private Cloud Id
|
|
372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
+
*/
|
|
374
|
+
readonly privateCloudId?: string;
|
|
375
|
+
/**
|
|
376
|
+
* {resourceProviderNamespace}/{resourceType}
|
|
377
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
+
*/
|
|
379
|
+
readonly type?: string;
|
|
380
|
+
/**
|
|
381
|
+
* Hierarchical resource pool name
|
|
382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
+
*/
|
|
384
|
+
readonly fullName?: string;
|
|
385
|
+
}
|
|
386
|
+
/** Virtual machine template model */
|
|
387
|
+
export interface VirtualMachineTemplate {
|
|
388
|
+
/**
|
|
389
|
+
* virtual machine template id (privateCloudId:vsphereId)
|
|
390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
391
|
+
*/
|
|
392
|
+
readonly id?: string;
|
|
393
|
+
/** Azure region */
|
|
394
|
+
location?: string;
|
|
395
|
+
/**
|
|
396
|
+
* {virtualMachineTemplateName}
|
|
397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
398
|
+
*/
|
|
399
|
+
readonly name?: string;
|
|
400
|
+
/**
|
|
401
|
+
* {resourceProviderNamespace}/{resourceType}
|
|
402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
403
|
+
*/
|
|
404
|
+
readonly type?: string;
|
|
405
|
+
/** The amount of memory */
|
|
406
|
+
amountOfRam?: number;
|
|
407
|
+
/** The list of Virtual Disk Controllers */
|
|
408
|
+
controllers?: VirtualDiskController[];
|
|
409
|
+
/** The description of Virtual Machine Template */
|
|
410
|
+
description?: string;
|
|
411
|
+
/** The list of Virtual Disks */
|
|
412
|
+
disks?: VirtualDisk[];
|
|
413
|
+
/** Expose Guest OS or not */
|
|
414
|
+
exposeToGuestVM?: boolean;
|
|
415
|
+
/**
|
|
416
|
+
* The Guest OS
|
|
417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
+
*/
|
|
419
|
+
readonly guestOS?: string;
|
|
420
|
+
/**
|
|
421
|
+
* The Guest OS types
|
|
422
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
423
|
+
*/
|
|
424
|
+
readonly guestOSType?: string;
|
|
425
|
+
/** The list of Virtual NICs */
|
|
426
|
+
nics?: VirtualNic[];
|
|
427
|
+
/** The number of CPU cores */
|
|
428
|
+
numberOfCores?: number;
|
|
429
|
+
/** path to folder */
|
|
430
|
+
path?: string;
|
|
431
|
+
/** The Private Cloud Id */
|
|
432
|
+
privateCloudId?: string;
|
|
433
|
+
/** The list of VSphere networks */
|
|
434
|
+
vSphereNetworks?: string[];
|
|
435
|
+
/** The tags from VSphere */
|
|
436
|
+
vSphereTags?: string[];
|
|
437
|
+
/**
|
|
438
|
+
* The VMware tools version
|
|
439
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
440
|
+
*/
|
|
441
|
+
readonly vmwaretools?: string;
|
|
442
|
+
}
|
|
443
|
+
/** Virtual disk controller model */
|
|
444
|
+
export interface VirtualDiskController {
|
|
445
|
+
/**
|
|
446
|
+
* Controller's id
|
|
447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
+
*/
|
|
449
|
+
readonly id?: string;
|
|
450
|
+
/**
|
|
451
|
+
* The display name of Controller
|
|
452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
453
|
+
*/
|
|
454
|
+
readonly name?: string;
|
|
455
|
+
/**
|
|
456
|
+
* dik controller subtype (VMWARE_PARAVIRTUAL, BUS_PARALLEL, LSI_PARALLEL, LSI_SAS)
|
|
457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
458
|
+
*/
|
|
459
|
+
readonly subType?: string;
|
|
460
|
+
/**
|
|
461
|
+
* disk controller type (SCSI)
|
|
462
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
463
|
+
*/
|
|
464
|
+
readonly type?: string;
|
|
465
|
+
}
|
|
466
|
+
/** Virtual disk model */
|
|
467
|
+
export interface VirtualDisk {
|
|
468
|
+
/** Disk's Controller id */
|
|
469
|
+
controllerId: string;
|
|
470
|
+
/** Disk's independence mode type */
|
|
471
|
+
independenceMode: DiskIndependenceMode;
|
|
472
|
+
/** Disk's total size */
|
|
473
|
+
totalSize: number;
|
|
474
|
+
/** Disk's id */
|
|
475
|
+
virtualDiskId?: string;
|
|
476
|
+
/**
|
|
477
|
+
* Disk's display name
|
|
478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
+
*/
|
|
480
|
+
readonly virtualDiskName?: string;
|
|
481
|
+
}
|
|
482
|
+
/** Virtual NIC model */
|
|
483
|
+
export interface VirtualNic {
|
|
484
|
+
/** guest OS customization for nic */
|
|
485
|
+
customization?: GuestOsnicCustomization;
|
|
486
|
+
/** NIC ip address */
|
|
487
|
+
ipAddresses?: string[];
|
|
488
|
+
/** NIC MAC address */
|
|
489
|
+
macAddress?: string;
|
|
490
|
+
/** Virtual Network */
|
|
491
|
+
network: VirtualNetwork;
|
|
492
|
+
/** NIC type */
|
|
493
|
+
nicType: NICType;
|
|
494
|
+
/** Is NIC powered on/off on boot */
|
|
495
|
+
powerOnBoot?: boolean;
|
|
496
|
+
/** NIC id */
|
|
497
|
+
virtualNicId?: string;
|
|
498
|
+
/**
|
|
499
|
+
* NIC name
|
|
500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
|
+
*/
|
|
502
|
+
readonly virtualNicName?: string;
|
|
503
|
+
}
|
|
504
|
+
/** Guest OS nic customization */
|
|
505
|
+
export interface GuestOsnicCustomization {
|
|
506
|
+
/** IP address allocation method */
|
|
507
|
+
allocation?: GuestOsnicCustomizationAllocation;
|
|
508
|
+
/** List of dns servers to use */
|
|
509
|
+
dnsServers?: string[];
|
|
510
|
+
/** Gateway addresses assigned to nic */
|
|
511
|
+
gateway?: string[];
|
|
512
|
+
/** Static ip address for nic */
|
|
513
|
+
ipAddress?: string;
|
|
514
|
+
/** Network mask for nic */
|
|
515
|
+
mask?: string;
|
|
516
|
+
/** primary WINS server for Windows */
|
|
517
|
+
primaryWinsServer?: string;
|
|
518
|
+
/** secondary WINS server for Windows */
|
|
519
|
+
secondaryWinsServer?: string;
|
|
520
|
+
}
|
|
521
|
+
/** Virtual network model */
|
|
522
|
+
export interface VirtualNetwork {
|
|
523
|
+
/**
|
|
524
|
+
* can be used in vm creation/deletion
|
|
525
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
526
|
+
*/
|
|
527
|
+
readonly assignable?: boolean;
|
|
528
|
+
/** virtual network id (privateCloudId:vsphereId) */
|
|
529
|
+
id: string;
|
|
530
|
+
/**
|
|
531
|
+
* Azure region
|
|
532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
+
*/
|
|
534
|
+
readonly location?: string;
|
|
535
|
+
/**
|
|
536
|
+
* {VirtualNetworkName}
|
|
537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
+
*/
|
|
539
|
+
readonly name?: string;
|
|
540
|
+
/**
|
|
541
|
+
* {resourceProviderNamespace}/{resourceType}
|
|
542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
+
*/
|
|
544
|
+
readonly type?: string;
|
|
545
|
+
/**
|
|
546
|
+
* The Private Cloud id
|
|
547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
548
|
+
*/
|
|
549
|
+
readonly privateCloudId?: string;
|
|
550
|
+
}
|
|
551
|
+
/** List of customization polices response model */
|
|
552
|
+
export interface CustomizationPoliciesListResponse {
|
|
553
|
+
/** Link for next list of the Customization policy */
|
|
554
|
+
nextLink?: string;
|
|
555
|
+
/** List of the customization policies */
|
|
556
|
+
value?: CustomizationPolicy[];
|
|
557
|
+
}
|
|
558
|
+
/** The virtual machine customization policy */
|
|
559
|
+
export interface CustomizationPolicy {
|
|
560
|
+
/** Customization policy azure id */
|
|
561
|
+
id?: string;
|
|
562
|
+
/** Azure region */
|
|
563
|
+
location?: string;
|
|
564
|
+
/**
|
|
565
|
+
* Customization policy name
|
|
566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
+
*/
|
|
568
|
+
readonly name?: string;
|
|
569
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
570
|
+
readonly type?: string;
|
|
571
|
+
/** Policy description */
|
|
572
|
+
description?: string;
|
|
573
|
+
/** The Private cloud id */
|
|
574
|
+
privateCloudId?: string;
|
|
575
|
+
/** Detailed customization policy specification */
|
|
576
|
+
specification?: CustomizationSpecification;
|
|
577
|
+
/** The type of customization (Linux or Windows) */
|
|
578
|
+
typePropertiesType?: CustomizationPolicyPropertiesType;
|
|
579
|
+
/** Policy version */
|
|
580
|
+
version?: string;
|
|
581
|
+
}
|
|
582
|
+
/** The specification for Customization Policy */
|
|
583
|
+
export interface CustomizationSpecification {
|
|
584
|
+
/** Customization Identity. It contains data about user and hostname */
|
|
585
|
+
identity?: CustomizationIdentity;
|
|
586
|
+
/** Network interface settings */
|
|
587
|
+
nicSettings?: CustomizationNicSetting[];
|
|
588
|
+
}
|
|
589
|
+
export interface CustomizationIdentity {
|
|
590
|
+
/** Windows Text Identity. Prepared data */
|
|
591
|
+
data?: string;
|
|
592
|
+
/** Virtual machine host name settings */
|
|
593
|
+
hostName?: CustomizationHostName;
|
|
594
|
+
/** Identity type */
|
|
595
|
+
type?: CustomizationIdentityType;
|
|
596
|
+
/** Windows Identity. User data customization */
|
|
597
|
+
userData?: CustomizationIdentityUserData;
|
|
598
|
+
}
|
|
599
|
+
/** Host name model */
|
|
600
|
+
export interface CustomizationHostName {
|
|
601
|
+
/** Hostname */
|
|
602
|
+
name?: string;
|
|
603
|
+
/** Type of host name */
|
|
604
|
+
type?: CustomizationHostNameType;
|
|
605
|
+
}
|
|
606
|
+
/** Windows Identity. User data customization */
|
|
607
|
+
export interface CustomizationIdentityUserData {
|
|
608
|
+
/** Is password predefined in customization policy */
|
|
609
|
+
isPasswordPredefined?: boolean;
|
|
610
|
+
}
|
|
611
|
+
export interface CustomizationNicSetting {
|
|
612
|
+
/** The list of adapters' settings */
|
|
613
|
+
adapter?: CustomizationIPSettings;
|
|
614
|
+
/** NIC mac address */
|
|
615
|
+
macAddress?: string;
|
|
616
|
+
}
|
|
617
|
+
export interface CustomizationIPSettings {
|
|
618
|
+
/** The list of gateways */
|
|
619
|
+
gateway?: string[];
|
|
620
|
+
/** Ip address customization settings */
|
|
621
|
+
ip?: CustomizationIPAddress;
|
|
622
|
+
/** Adapter subnet mask */
|
|
623
|
+
subnetMask?: string;
|
|
624
|
+
}
|
|
625
|
+
export interface CustomizationIPAddress {
|
|
626
|
+
/** Argument when Custom ip type is selected */
|
|
627
|
+
argument?: string;
|
|
628
|
+
/** Defined Ip Address when Fixed ip type is selected */
|
|
629
|
+
ipAddress?: string;
|
|
630
|
+
/** Customization Specification ip type */
|
|
631
|
+
type?: CustomizationIPAddressType;
|
|
632
|
+
}
|
|
633
|
+
/** List of resource pools response model */
|
|
634
|
+
export interface ResourcePoolsListResponse {
|
|
635
|
+
/** Link for next list of ResourcePoolsList */
|
|
636
|
+
nextLink?: string;
|
|
637
|
+
/** Results of the Resource pools list */
|
|
638
|
+
value?: ResourcePool[];
|
|
639
|
+
}
|
|
640
|
+
/** List of virtual machine templates */
|
|
641
|
+
export interface VirtualMachineTemplateListResponse {
|
|
642
|
+
/** Link for next list of VirtualMachineTemplate */
|
|
643
|
+
nextLink?: string;
|
|
644
|
+
/** Results of the VM template list */
|
|
645
|
+
value?: VirtualMachineTemplate[];
|
|
646
|
+
}
|
|
647
|
+
/** List of virtual networks */
|
|
648
|
+
export interface VirtualNetworkListResponse {
|
|
649
|
+
/** Link for next list of VirtualNetwork */
|
|
650
|
+
nextLink?: string;
|
|
651
|
+
/** Results of the VirtualNetwork list */
|
|
652
|
+
value?: VirtualNetwork[];
|
|
653
|
+
}
|
|
654
|
+
/** List of usages */
|
|
655
|
+
export interface UsageListResponse {
|
|
656
|
+
/** Link for next list of DedicatedCloudNode */
|
|
657
|
+
nextLink?: string;
|
|
658
|
+
/**
|
|
659
|
+
* The list of usages
|
|
660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
661
|
+
*/
|
|
662
|
+
readonly value?: Usage[];
|
|
663
|
+
}
|
|
664
|
+
/** Usage model */
|
|
665
|
+
export interface Usage {
|
|
666
|
+
/** The current usage value */
|
|
667
|
+
currentValue: number;
|
|
668
|
+
/** limit of a given sku in a region for a subscription. The maximum permitted value for the usage quota. If there is no limit, this value will be -1 */
|
|
669
|
+
limit: number;
|
|
670
|
+
/** Usage name value and localized name */
|
|
671
|
+
name?: UsageName;
|
|
672
|
+
/** The usages' unit */
|
|
673
|
+
unit?: UsageCount;
|
|
674
|
+
}
|
|
675
|
+
/** User name model */
|
|
676
|
+
export interface UsageName {
|
|
677
|
+
/** e.g. "Virtual Machines" */
|
|
678
|
+
localizedValue?: string;
|
|
679
|
+
/** resource type or resource type sku name, e.g. virtualMachines */
|
|
680
|
+
value?: string;
|
|
681
|
+
}
|
|
682
|
+
/** List of virtual machines */
|
|
683
|
+
export interface VirtualMachineListResponse {
|
|
684
|
+
/** Link for next list of VirtualMachines */
|
|
685
|
+
nextLink?: string;
|
|
686
|
+
/** Results of the VirtualMachine list */
|
|
687
|
+
value?: VirtualMachine[];
|
|
688
|
+
}
|
|
689
|
+
/** Virtual machine model */
|
|
690
|
+
export interface VirtualMachine {
|
|
691
|
+
/**
|
|
692
|
+
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/virtualMachines/{virtualMachineName}
|
|
693
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
694
|
+
*/
|
|
695
|
+
readonly id?: string;
|
|
696
|
+
/** Azure region */
|
|
697
|
+
location: string;
|
|
698
|
+
/**
|
|
699
|
+
* {virtualMachineName}
|
|
700
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
701
|
+
*/
|
|
702
|
+
readonly name?: string;
|
|
703
|
+
/** The list of tags */
|
|
704
|
+
tags?: {
|
|
705
|
+
[propertyName: string]: string;
|
|
706
|
+
};
|
|
707
|
+
/**
|
|
708
|
+
* {resourceProviderNamespace}/{resourceType}
|
|
709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
710
|
+
*/
|
|
711
|
+
readonly type?: string;
|
|
712
|
+
/** The amount of memory */
|
|
713
|
+
amountOfRam?: number;
|
|
714
|
+
/**
|
|
715
|
+
* The list of Virtual Disks' Controllers
|
|
716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
717
|
+
*/
|
|
718
|
+
readonly controllers?: VirtualDiskController[];
|
|
719
|
+
/** Virtual machine properties */
|
|
720
|
+
customization?: GuestOSCustomization;
|
|
721
|
+
/** The list of Virtual Disks */
|
|
722
|
+
disks?: VirtualDisk[];
|
|
723
|
+
/**
|
|
724
|
+
* The DNS name of Virtual Machine in VCenter
|
|
725
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
726
|
+
*/
|
|
727
|
+
readonly dnsname?: string;
|
|
728
|
+
/** Expose Guest OS or not */
|
|
729
|
+
exposeToGuestVM?: boolean;
|
|
730
|
+
/**
|
|
731
|
+
* The path to virtual machine folder in VCenter
|
|
732
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
733
|
+
*/
|
|
734
|
+
readonly folder?: string;
|
|
735
|
+
/**
|
|
736
|
+
* The name of Guest OS
|
|
737
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
738
|
+
*/
|
|
739
|
+
readonly guestOS?: string;
|
|
740
|
+
/**
|
|
741
|
+
* The Guest OS type
|
|
742
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
743
|
+
*/
|
|
744
|
+
readonly guestOSType?: GuestOSType;
|
|
745
|
+
/** The list of Virtual NICs */
|
|
746
|
+
nics?: VirtualNic[];
|
|
747
|
+
/** The number of CPU cores */
|
|
748
|
+
numberOfCores?: number;
|
|
749
|
+
/** Password for login. Deprecated - use customization property */
|
|
750
|
+
password?: string;
|
|
751
|
+
/** Private Cloud Id */
|
|
752
|
+
privateCloudId?: string;
|
|
753
|
+
/**
|
|
754
|
+
* The provisioning status of the resource
|
|
755
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
756
|
+
*/
|
|
757
|
+
readonly provisioningState?: string;
|
|
758
|
+
/**
|
|
759
|
+
* The public ip of Virtual Machine
|
|
760
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
761
|
+
*/
|
|
762
|
+
readonly publicIP?: string;
|
|
763
|
+
/** Virtual Machines Resource Pool */
|
|
764
|
+
resourcePool?: ResourcePool;
|
|
765
|
+
/**
|
|
766
|
+
* The status of Virtual machine
|
|
767
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
768
|
+
*/
|
|
769
|
+
readonly status?: VirtualMachineStatus;
|
|
770
|
+
/** Virtual Machine Template Id */
|
|
771
|
+
templateId?: string;
|
|
772
|
+
/** Username for login. Deprecated - use customization property */
|
|
773
|
+
username?: string;
|
|
774
|
+
/** The list of Virtual VSphere Networks */
|
|
775
|
+
vSphereNetworks?: string[];
|
|
776
|
+
/**
|
|
777
|
+
* The internal id of Virtual Machine in VCenter
|
|
778
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
779
|
+
*/
|
|
780
|
+
readonly vmId?: string;
|
|
781
|
+
/**
|
|
782
|
+
* VMware tools version
|
|
783
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
784
|
+
*/
|
|
785
|
+
readonly vmwaretools?: string;
|
|
786
|
+
}
|
|
787
|
+
/** Guest OS Customization properties */
|
|
788
|
+
export interface GuestOSCustomization {
|
|
789
|
+
/** List of dns servers to use */
|
|
790
|
+
dnsServers?: string[];
|
|
791
|
+
/** Virtual Machine hostname */
|
|
792
|
+
hostName?: string;
|
|
793
|
+
/** Password for login */
|
|
794
|
+
password?: string;
|
|
795
|
+
/** id of customization policy */
|
|
796
|
+
policyId?: string;
|
|
797
|
+
/** Username for login */
|
|
798
|
+
username?: string;
|
|
799
|
+
}
|
|
800
|
+
/** General patch payload modal */
|
|
801
|
+
export interface PatchPayload {
|
|
802
|
+
/** The tags key:value pairs */
|
|
803
|
+
tags?: {
|
|
804
|
+
[propertyName: string]: string;
|
|
805
|
+
};
|
|
806
|
+
}
|
|
807
|
+
/** List of virtual machine stop modes */
|
|
808
|
+
export interface VirtualMachineStopMode {
|
|
809
|
+
/** mode indicates a type of stop operation - reboot, suspend, shutdown or power-off */
|
|
810
|
+
mode?: StopMode;
|
|
811
|
+
}
|
|
812
|
+
/** Defines headers for Operations_get operation. */
|
|
813
|
+
export interface OperationsGetHeaders {
|
|
814
|
+
location?: string;
|
|
815
|
+
retryAfter?: number;
|
|
816
|
+
}
|
|
817
|
+
/** Defines headers for Operations_get operation. */
|
|
818
|
+
export interface OperationsGetExceptionHeaders {
|
|
819
|
+
contentType?: string;
|
|
820
|
+
}
|
|
821
|
+
/** Defines headers for DedicatedCloudNodes_createOrUpdate operation. */
|
|
822
|
+
export interface DedicatedCloudNodesCreateOrUpdateHeaders {
|
|
823
|
+
azureAsyncOperation?: string;
|
|
824
|
+
location?: string;
|
|
825
|
+
retryAfter?: number;
|
|
826
|
+
}
|
|
827
|
+
/** Defines headers for DedicatedCloudNodes_delete operation. */
|
|
828
|
+
export interface DedicatedCloudNodesDeleteExceptionHeaders {
|
|
829
|
+
contentType?: string;
|
|
830
|
+
}
|
|
831
|
+
/** Defines headers for DedicatedCloudServices_delete operation. */
|
|
832
|
+
export interface DedicatedCloudServicesDeleteExceptionHeaders {
|
|
833
|
+
contentType?: string;
|
|
834
|
+
}
|
|
835
|
+
/** Defines headers for VirtualMachines_createOrUpdate operation. */
|
|
836
|
+
export interface VirtualMachinesCreateOrUpdateHeaders {
|
|
837
|
+
azureAsyncOperation?: string;
|
|
838
|
+
}
|
|
839
|
+
/** Defines headers for VirtualMachines_delete operation. */
|
|
840
|
+
export interface VirtualMachinesDeleteHeaders {
|
|
841
|
+
azureAsyncOperation?: string;
|
|
842
|
+
location?: string;
|
|
843
|
+
retryAfter?: number;
|
|
844
|
+
}
|
|
845
|
+
/** Defines headers for VirtualMachines_delete operation. */
|
|
846
|
+
export interface VirtualMachinesDeleteExceptionHeaders {
|
|
847
|
+
contentType?: string;
|
|
848
|
+
}
|
|
849
|
+
/** Defines headers for VirtualMachines_start operation. */
|
|
850
|
+
export interface VirtualMachinesStartHeaders {
|
|
851
|
+
azureAsyncOperation?: string;
|
|
852
|
+
location?: string;
|
|
853
|
+
retryAfter?: number;
|
|
854
|
+
}
|
|
855
|
+
/** Defines headers for VirtualMachines_start operation. */
|
|
856
|
+
export interface VirtualMachinesStartExceptionHeaders {
|
|
857
|
+
contentType?: string;
|
|
858
|
+
}
|
|
859
|
+
/** Defines headers for VirtualMachines_stop operation. */
|
|
860
|
+
export interface VirtualMachinesStopHeaders {
|
|
861
|
+
azureAsyncOperation?: string;
|
|
862
|
+
location?: string;
|
|
863
|
+
retryAfter?: number;
|
|
864
|
+
}
|
|
865
|
+
/** Defines headers for VirtualMachines_stop operation. */
|
|
866
|
+
export interface VirtualMachinesStopExceptionHeaders {
|
|
867
|
+
contentType?: string;
|
|
868
|
+
}
|
|
869
|
+
/** Known values of {@link GuestOsnicCustomizationAllocation} that the service accepts. */
|
|
870
|
+
export declare enum KnownGuestOsnicCustomizationAllocation {
|
|
871
|
+
/** Static */
|
|
872
|
+
Static = "static",
|
|
873
|
+
/** Dynamic */
|
|
874
|
+
Dynamic = "dynamic"
|
|
875
|
+
}
|
|
876
|
+
/**
|
|
877
|
+
* Defines values for GuestOsnicCustomizationAllocation. \
|
|
878
|
+
* {@link KnownGuestOsnicCustomizationAllocation} can be used interchangeably with GuestOsnicCustomizationAllocation,
|
|
879
|
+
* this enum contains the known values that the service supports.
|
|
880
|
+
* ### Known values supported by the service
|
|
881
|
+
* **static** \
|
|
882
|
+
* **dynamic**
|
|
883
|
+
*/
|
|
884
|
+
export type GuestOsnicCustomizationAllocation = string;
|
|
885
|
+
/** Known values of {@link CustomizationHostNameType} that the service accepts. */
|
|
886
|
+
export declare enum KnownCustomizationHostNameType {
|
|
887
|
+
/** UserDefined */
|
|
888
|
+
UserDefined = "USER_DEFINED",
|
|
889
|
+
/** PrefixBased */
|
|
890
|
+
PrefixBased = "PREFIX_BASED",
|
|
891
|
+
/** Fixed */
|
|
892
|
+
Fixed = "FIXED",
|
|
893
|
+
/** VirtualMachineName */
|
|
894
|
+
VirtualMachineName = "VIRTUAL_MACHINE_NAME",
|
|
895
|
+
/** CustomName */
|
|
896
|
+
CustomName = "CUSTOM_NAME"
|
|
897
|
+
}
|
|
898
|
+
/**
|
|
899
|
+
* Defines values for CustomizationHostNameType. \
|
|
900
|
+
* {@link KnownCustomizationHostNameType} can be used interchangeably with CustomizationHostNameType,
|
|
901
|
+
* this enum contains the known values that the service supports.
|
|
902
|
+
* ### Known values supported by the service
|
|
903
|
+
* **USER_DEFINED** \
|
|
904
|
+
* **PREFIX_BASED** \
|
|
905
|
+
* **FIXED** \
|
|
906
|
+
* **VIRTUAL_MACHINE_NAME** \
|
|
907
|
+
* **CUSTOM_NAME**
|
|
908
|
+
*/
|
|
909
|
+
export type CustomizationHostNameType = string;
|
|
910
|
+
/** Known values of {@link CustomizationIdentityType} that the service accepts. */
|
|
911
|
+
export declare enum KnownCustomizationIdentityType {
|
|
912
|
+
/** WindowsText */
|
|
913
|
+
WindowsText = "WINDOWS_TEXT",
|
|
914
|
+
/** Windows */
|
|
915
|
+
Windows = "WINDOWS",
|
|
916
|
+
/** Linux */
|
|
917
|
+
Linux = "LINUX"
|
|
918
|
+
}
|
|
919
|
+
/**
|
|
920
|
+
* Defines values for CustomizationIdentityType. \
|
|
921
|
+
* {@link KnownCustomizationIdentityType} can be used interchangeably with CustomizationIdentityType,
|
|
922
|
+
* this enum contains the known values that the service supports.
|
|
923
|
+
* ### Known values supported by the service
|
|
924
|
+
* **WINDOWS_TEXT** \
|
|
925
|
+
* **WINDOWS** \
|
|
926
|
+
* **LINUX**
|
|
927
|
+
*/
|
|
928
|
+
export type CustomizationIdentityType = string;
|
|
929
|
+
/** Known values of {@link CustomizationIPAddressType} that the service accepts. */
|
|
930
|
+
export declare enum KnownCustomizationIPAddressType {
|
|
931
|
+
/** Custom */
|
|
932
|
+
Custom = "CUSTOM",
|
|
933
|
+
/** DhcpIP */
|
|
934
|
+
DhcpIP = "DHCP_IP",
|
|
935
|
+
/** FixedIP */
|
|
936
|
+
FixedIP = "FIXED_IP",
|
|
937
|
+
/** UserDefined */
|
|
938
|
+
UserDefined = "USER_DEFINED"
|
|
939
|
+
}
|
|
940
|
+
/**
|
|
941
|
+
* Defines values for CustomizationIPAddressType. \
|
|
942
|
+
* {@link KnownCustomizationIPAddressType} can be used interchangeably with CustomizationIPAddressType,
|
|
943
|
+
* this enum contains the known values that the service supports.
|
|
944
|
+
* ### Known values supported by the service
|
|
945
|
+
* **CUSTOM** \
|
|
946
|
+
* **DHCP_IP** \
|
|
947
|
+
* **FIXED_IP** \
|
|
948
|
+
* **USER_DEFINED**
|
|
949
|
+
*/
|
|
950
|
+
export type CustomizationIPAddressType = string;
|
|
951
|
+
/** Known values of {@link CustomizationPolicyPropertiesType} that the service accepts. */
|
|
952
|
+
export declare enum KnownCustomizationPolicyPropertiesType {
|
|
953
|
+
/** Linux */
|
|
954
|
+
Linux = "LINUX",
|
|
955
|
+
/** Windows */
|
|
956
|
+
Windows = "WINDOWS"
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* Defines values for CustomizationPolicyPropertiesType. \
|
|
960
|
+
* {@link KnownCustomizationPolicyPropertiesType} can be used interchangeably with CustomizationPolicyPropertiesType,
|
|
961
|
+
* this enum contains the known values that the service supports.
|
|
962
|
+
* ### Known values supported by the service
|
|
963
|
+
* **LINUX** \
|
|
964
|
+
* **WINDOWS**
|
|
965
|
+
*/
|
|
966
|
+
export type CustomizationPolicyPropertiesType = string;
|
|
967
|
+
/** Defines values for OperationOrigin. */
|
|
968
|
+
export type OperationOrigin = "user" | "system" | "user,system";
|
|
969
|
+
/** Defines values for AggregationType. */
|
|
970
|
+
export type AggregationType = "Average" | "Total";
|
|
971
|
+
/** Defines values for NodeStatus. */
|
|
972
|
+
export type NodeStatus = "unused" | "used";
|
|
973
|
+
/** Defines values for OnboardingStatus. */
|
|
974
|
+
export type OnboardingStatus = "notOnBoarded" | "onBoarded" | "onBoardingFailed" | "onBoarding";
|
|
975
|
+
/** Defines values for DiskIndependenceMode. */
|
|
976
|
+
export type DiskIndependenceMode = "persistent" | "independent_persistent" | "independent_nonpersistent";
|
|
977
|
+
/** Defines values for NICType. */
|
|
978
|
+
export type NICType = "E1000" | "E1000E" | "PCNET32" | "VMXNET" | "VMXNET2" | "VMXNET3";
|
|
979
|
+
/** Defines values for UsageCount. */
|
|
980
|
+
export type UsageCount = "Count" | "Bytes" | "Seconds" | "Percent" | "CountPerSecond" | "BytesPerSecond";
|
|
981
|
+
/** Defines values for GuestOSType. */
|
|
982
|
+
export type GuestOSType = "linux" | "windows" | "other";
|
|
983
|
+
/** Defines values for VirtualMachineStatus. */
|
|
984
|
+
export type VirtualMachineStatus = "running" | "suspended" | "poweredoff" | "updating" | "deallocating" | "deleting";
|
|
985
|
+
/** Defines values for StopMode. */
|
|
986
|
+
export type StopMode = "reboot" | "suspend" | "shutdown" | "poweroff";
|
|
987
|
+
/** Optional parameters. */
|
|
988
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
989
|
+
}
|
|
990
|
+
/** Contains response data for the list operation. */
|
|
991
|
+
export type OperationsListResponse = AvailableOperationsListResponse;
|
|
992
|
+
/** Optional parameters. */
|
|
993
|
+
export interface OperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
994
|
+
}
|
|
995
|
+
/** Contains response data for the get operation. */
|
|
996
|
+
export type OperationsGetResponse = OperationResource;
|
|
997
|
+
/** Optional parameters. */
|
|
998
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
999
|
+
}
|
|
1000
|
+
/** Contains response data for the listNext operation. */
|
|
1001
|
+
export type OperationsListNextResponse = AvailableOperationsListResponse;
|
|
1002
|
+
/** Optional parameters. */
|
|
1003
|
+
export interface DedicatedCloudNodesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1004
|
+
/** The filter to apply on the list operation */
|
|
1005
|
+
filter?: string;
|
|
1006
|
+
/** The maximum number of record sets to return */
|
|
1007
|
+
top?: number;
|
|
1008
|
+
/** to be used by nextLink implementation */
|
|
1009
|
+
skipToken?: string;
|
|
1010
|
+
}
|
|
1011
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1012
|
+
export type DedicatedCloudNodesListBySubscriptionResponse = DedicatedCloudNodeListResponse;
|
|
1013
|
+
/** Optional parameters. */
|
|
1014
|
+
export interface DedicatedCloudNodesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1015
|
+
/** The filter to apply on the list operation */
|
|
1016
|
+
filter?: string;
|
|
1017
|
+
/** The maximum number of record sets to return */
|
|
1018
|
+
top?: number;
|
|
1019
|
+
/** to be used by nextLink implementation */
|
|
1020
|
+
skipToken?: string;
|
|
1021
|
+
}
|
|
1022
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1023
|
+
export type DedicatedCloudNodesListByResourceGroupResponse = DedicatedCloudNodeListResponse;
|
|
1024
|
+
/** Optional parameters. */
|
|
1025
|
+
export interface DedicatedCloudNodesGetOptionalParams extends coreClient.OperationOptions {
|
|
1026
|
+
}
|
|
1027
|
+
/** Contains response data for the get operation. */
|
|
1028
|
+
export type DedicatedCloudNodesGetResponse = DedicatedCloudNode;
|
|
1029
|
+
/** Optional parameters. */
|
|
1030
|
+
export interface DedicatedCloudNodesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1031
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1032
|
+
updateIntervalInMs?: number;
|
|
1033
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1034
|
+
resumeFrom?: string;
|
|
1035
|
+
}
|
|
1036
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1037
|
+
export type DedicatedCloudNodesCreateOrUpdateResponse = DedicatedCloudNodesCreateOrUpdateHeaders & DedicatedCloudNode;
|
|
1038
|
+
/** Optional parameters. */
|
|
1039
|
+
export interface DedicatedCloudNodesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1040
|
+
}
|
|
1041
|
+
/** Optional parameters. */
|
|
1042
|
+
export interface DedicatedCloudNodesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1043
|
+
}
|
|
1044
|
+
/** Contains response data for the update operation. */
|
|
1045
|
+
export type DedicatedCloudNodesUpdateResponse = DedicatedCloudNode;
|
|
1046
|
+
/** Optional parameters. */
|
|
1047
|
+
export interface DedicatedCloudNodesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1048
|
+
}
|
|
1049
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1050
|
+
export type DedicatedCloudNodesListBySubscriptionNextResponse = DedicatedCloudNodeListResponse;
|
|
1051
|
+
/** Optional parameters. */
|
|
1052
|
+
export interface DedicatedCloudNodesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1053
|
+
}
|
|
1054
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1055
|
+
export type DedicatedCloudNodesListByResourceGroupNextResponse = DedicatedCloudNodeListResponse;
|
|
1056
|
+
/** Optional parameters. */
|
|
1057
|
+
export interface DedicatedCloudServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1058
|
+
/** The filter to apply on the list operation */
|
|
1059
|
+
filter?: string;
|
|
1060
|
+
/** The maximum number of record sets to return */
|
|
1061
|
+
top?: number;
|
|
1062
|
+
/** to be used by nextLink implementation */
|
|
1063
|
+
skipToken?: string;
|
|
1064
|
+
}
|
|
1065
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1066
|
+
export type DedicatedCloudServicesListBySubscriptionResponse = DedicatedCloudServiceListResponse;
|
|
1067
|
+
/** Optional parameters. */
|
|
1068
|
+
export interface DedicatedCloudServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1069
|
+
/** The filter to apply on the list operation */
|
|
1070
|
+
filter?: string;
|
|
1071
|
+
/** The maximum number of record sets to return */
|
|
1072
|
+
top?: number;
|
|
1073
|
+
/** to be used by nextLink implementation */
|
|
1074
|
+
skipToken?: string;
|
|
1075
|
+
}
|
|
1076
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1077
|
+
export type DedicatedCloudServicesListByResourceGroupResponse = DedicatedCloudServiceListResponse;
|
|
1078
|
+
/** Optional parameters. */
|
|
1079
|
+
export interface DedicatedCloudServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
1080
|
+
}
|
|
1081
|
+
/** Contains response data for the get operation. */
|
|
1082
|
+
export type DedicatedCloudServicesGetResponse = DedicatedCloudService;
|
|
1083
|
+
/** Optional parameters. */
|
|
1084
|
+
export interface DedicatedCloudServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1085
|
+
}
|
|
1086
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1087
|
+
export type DedicatedCloudServicesCreateOrUpdateResponse = DedicatedCloudService;
|
|
1088
|
+
/** Optional parameters. */
|
|
1089
|
+
export interface DedicatedCloudServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1090
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1091
|
+
updateIntervalInMs?: number;
|
|
1092
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1093
|
+
resumeFrom?: string;
|
|
1094
|
+
}
|
|
1095
|
+
/** Optional parameters. */
|
|
1096
|
+
export interface DedicatedCloudServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1097
|
+
}
|
|
1098
|
+
/** Contains response data for the update operation. */
|
|
1099
|
+
export type DedicatedCloudServicesUpdateResponse = DedicatedCloudService;
|
|
1100
|
+
/** Optional parameters. */
|
|
1101
|
+
export interface DedicatedCloudServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1102
|
+
}
|
|
1103
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1104
|
+
export type DedicatedCloudServicesListBySubscriptionNextResponse = DedicatedCloudServiceListResponse;
|
|
1105
|
+
/** Optional parameters. */
|
|
1106
|
+
export interface DedicatedCloudServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1107
|
+
}
|
|
1108
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1109
|
+
export type DedicatedCloudServicesListByResourceGroupNextResponse = DedicatedCloudServiceListResponse;
|
|
1110
|
+
/** Optional parameters. */
|
|
1111
|
+
export interface SkusAvailabilityListOptionalParams extends coreClient.OperationOptions {
|
|
1112
|
+
/** sku id, if no sku is passed availability for all skus will be returned */
|
|
1113
|
+
skuId?: string;
|
|
1114
|
+
}
|
|
1115
|
+
/** Contains response data for the list operation. */
|
|
1116
|
+
export type SkusAvailabilityListResponse = SkuAvailabilityListResponse;
|
|
1117
|
+
/** Optional parameters. */
|
|
1118
|
+
export interface SkusAvailabilityListNextOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
+
}
|
|
1120
|
+
/** Contains response data for the listNext operation. */
|
|
1121
|
+
export type SkusAvailabilityListNextResponse = SkuAvailabilityListResponse;
|
|
1122
|
+
/** Optional parameters. */
|
|
1123
|
+
export interface PrivateCloudsListOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
+
}
|
|
1125
|
+
/** Contains response data for the list operation. */
|
|
1126
|
+
export type PrivateCloudsListResponse = PrivateCloudList;
|
|
1127
|
+
/** Optional parameters. */
|
|
1128
|
+
export interface PrivateCloudsGetOptionalParams extends coreClient.OperationOptions {
|
|
1129
|
+
}
|
|
1130
|
+
/** Contains response data for the get operation. */
|
|
1131
|
+
export type PrivateCloudsGetResponse = PrivateCloud;
|
|
1132
|
+
/** Optional parameters. */
|
|
1133
|
+
export interface PrivateCloudsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1134
|
+
}
|
|
1135
|
+
/** Contains response data for the listNext operation. */
|
|
1136
|
+
export type PrivateCloudsListNextResponse = PrivateCloudList;
|
|
1137
|
+
/** Optional parameters. */
|
|
1138
|
+
export interface CustomizationPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1139
|
+
/** The filter to apply on the list operation. only type is allowed here as a filter e.g. $filter=type eq 'xxxx' */
|
|
1140
|
+
filter?: string;
|
|
1141
|
+
}
|
|
1142
|
+
/** Contains response data for the list operation. */
|
|
1143
|
+
export type CustomizationPoliciesListOperationResponse = CustomizationPoliciesListResponse;
|
|
1144
|
+
/** Optional parameters. */
|
|
1145
|
+
export interface CustomizationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1146
|
+
}
|
|
1147
|
+
/** Contains response data for the get operation. */
|
|
1148
|
+
export type CustomizationPoliciesGetResponse = CustomizationPolicy;
|
|
1149
|
+
/** Optional parameters. */
|
|
1150
|
+
export interface CustomizationPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1151
|
+
}
|
|
1152
|
+
/** Contains response data for the listNext operation. */
|
|
1153
|
+
export type CustomizationPoliciesListNextResponse = CustomizationPoliciesListResponse;
|
|
1154
|
+
/** Optional parameters. */
|
|
1155
|
+
export interface ResourcePoolsListOptionalParams extends coreClient.OperationOptions {
|
|
1156
|
+
}
|
|
1157
|
+
/** Contains response data for the list operation. */
|
|
1158
|
+
export type ResourcePoolsListOperationResponse = ResourcePoolsListResponse;
|
|
1159
|
+
/** Optional parameters. */
|
|
1160
|
+
export interface ResourcePoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
1161
|
+
}
|
|
1162
|
+
/** Contains response data for the get operation. */
|
|
1163
|
+
export type ResourcePoolsGetResponse = ResourcePool;
|
|
1164
|
+
/** Optional parameters. */
|
|
1165
|
+
export interface ResourcePoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1166
|
+
}
|
|
1167
|
+
/** Contains response data for the listNext operation. */
|
|
1168
|
+
export type ResourcePoolsListNextResponse = ResourcePoolsListResponse;
|
|
1169
|
+
/** Optional parameters. */
|
|
1170
|
+
export interface VirtualMachineTemplatesListOptionalParams extends coreClient.OperationOptions {
|
|
1171
|
+
}
|
|
1172
|
+
/** Contains response data for the list operation. */
|
|
1173
|
+
export type VirtualMachineTemplatesListResponse = VirtualMachineTemplateListResponse;
|
|
1174
|
+
/** Optional parameters. */
|
|
1175
|
+
export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1176
|
+
}
|
|
1177
|
+
/** Contains response data for the get operation. */
|
|
1178
|
+
export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
|
|
1179
|
+
/** Optional parameters. */
|
|
1180
|
+
export interface VirtualMachineTemplatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1181
|
+
}
|
|
1182
|
+
/** Contains response data for the listNext operation. */
|
|
1183
|
+
export type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplateListResponse;
|
|
1184
|
+
/** Optional parameters. */
|
|
1185
|
+
export interface VirtualNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
1186
|
+
}
|
|
1187
|
+
/** Contains response data for the list operation. */
|
|
1188
|
+
export type VirtualNetworksListResponse = VirtualNetworkListResponse;
|
|
1189
|
+
/** Optional parameters. */
|
|
1190
|
+
export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
1191
|
+
}
|
|
1192
|
+
/** Contains response data for the get operation. */
|
|
1193
|
+
export type VirtualNetworksGetResponse = VirtualNetwork;
|
|
1194
|
+
/** Optional parameters. */
|
|
1195
|
+
export interface VirtualNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1196
|
+
}
|
|
1197
|
+
/** Contains response data for the listNext operation. */
|
|
1198
|
+
export type VirtualNetworksListNextResponse = VirtualNetworkListResponse;
|
|
1199
|
+
/** Optional parameters. */
|
|
1200
|
+
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1201
|
+
/** The filter to apply on the list operation. only name.value is allowed here as a filter e.g. $filter=name.value eq 'xxxx' */
|
|
1202
|
+
filter?: string;
|
|
1203
|
+
}
|
|
1204
|
+
/** Contains response data for the list operation. */
|
|
1205
|
+
export type UsagesListResponse = UsageListResponse;
|
|
1206
|
+
/** Optional parameters. */
|
|
1207
|
+
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1208
|
+
}
|
|
1209
|
+
/** Contains response data for the listNext operation. */
|
|
1210
|
+
export type UsagesListNextResponse = UsageListResponse;
|
|
1211
|
+
/** Optional parameters. */
|
|
1212
|
+
export interface VirtualMachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1213
|
+
/** The filter to apply on the list operation */
|
|
1214
|
+
filter?: string;
|
|
1215
|
+
/** The maximum number of record sets to return */
|
|
1216
|
+
top?: number;
|
|
1217
|
+
/** to be used by nextLink implementation */
|
|
1218
|
+
skipToken?: string;
|
|
1219
|
+
}
|
|
1220
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1221
|
+
export type VirtualMachinesListBySubscriptionResponse = VirtualMachineListResponse;
|
|
1222
|
+
/** Optional parameters. */
|
|
1223
|
+
export interface VirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1224
|
+
/** The filter to apply on the list operation */
|
|
1225
|
+
filter?: string;
|
|
1226
|
+
/** The maximum number of record sets to return */
|
|
1227
|
+
top?: number;
|
|
1228
|
+
/** to be used by nextLink implementation */
|
|
1229
|
+
skipToken?: string;
|
|
1230
|
+
}
|
|
1231
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1232
|
+
export type VirtualMachinesListByResourceGroupResponse = VirtualMachineListResponse;
|
|
1233
|
+
/** Optional parameters. */
|
|
1234
|
+
export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
1235
|
+
}
|
|
1236
|
+
/** Contains response data for the get operation. */
|
|
1237
|
+
export type VirtualMachinesGetResponse = VirtualMachine;
|
|
1238
|
+
/** Optional parameters. */
|
|
1239
|
+
export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1240
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1241
|
+
updateIntervalInMs?: number;
|
|
1242
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1243
|
+
resumeFrom?: string;
|
|
1244
|
+
}
|
|
1245
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1246
|
+
export type VirtualMachinesCreateOrUpdateResponse = VirtualMachinesCreateOrUpdateHeaders & VirtualMachine;
|
|
1247
|
+
/** Optional parameters. */
|
|
1248
|
+
export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1249
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1250
|
+
updateIntervalInMs?: number;
|
|
1251
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1252
|
+
resumeFrom?: string;
|
|
1253
|
+
}
|
|
1254
|
+
/** Contains response data for the delete operation. */
|
|
1255
|
+
export type VirtualMachinesDeleteResponse = VirtualMachinesDeleteHeaders;
|
|
1256
|
+
/** Optional parameters. */
|
|
1257
|
+
export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1258
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1259
|
+
updateIntervalInMs?: number;
|
|
1260
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1261
|
+
resumeFrom?: string;
|
|
1262
|
+
}
|
|
1263
|
+
/** Contains response data for the update operation. */
|
|
1264
|
+
export type VirtualMachinesUpdateResponse = VirtualMachine;
|
|
1265
|
+
/** Optional parameters. */
|
|
1266
|
+
export interface VirtualMachinesStartOptionalParams extends coreClient.OperationOptions {
|
|
1267
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1268
|
+
updateIntervalInMs?: number;
|
|
1269
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1270
|
+
resumeFrom?: string;
|
|
1271
|
+
}
|
|
1272
|
+
/** Optional parameters. */
|
|
1273
|
+
export interface VirtualMachinesStopOptionalParams extends coreClient.OperationOptions {
|
|
1274
|
+
/** body stop mode parameter (reboot, shutdown, etc...) */
|
|
1275
|
+
m?: VirtualMachineStopMode;
|
|
1276
|
+
/** query stop mode parameter (reboot, shutdown, etc...) */
|
|
1277
|
+
mode?: StopMode;
|
|
1278
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1279
|
+
updateIntervalInMs?: number;
|
|
1280
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1281
|
+
resumeFrom?: string;
|
|
1282
|
+
}
|
|
1283
|
+
/** Optional parameters. */
|
|
1284
|
+
export interface VirtualMachinesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1285
|
+
}
|
|
1286
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1287
|
+
export type VirtualMachinesListBySubscriptionNextResponse = VirtualMachineListResponse;
|
|
1288
|
+
/** Optional parameters. */
|
|
1289
|
+
export interface VirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1290
|
+
}
|
|
1291
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1292
|
+
export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineListResponse;
|
|
1293
|
+
/** Optional parameters. */
|
|
1294
|
+
export interface VMwareCloudSimpleOptionalParams extends coreClient.ServiceClientOptions {
|
|
1295
|
+
/** server parameter */
|
|
1296
|
+
$host?: string;
|
|
1297
|
+
/** Api Version */
|
|
1298
|
+
apiVersion?: string;
|
|
1299
|
+
/** Overrides client endpoint. */
|
|
1300
|
+
endpoint?: string;
|
|
1301
|
+
}
|
|
1302
|
+
//# sourceMappingURL=index.d.ts.map
|