@azure/arm-vmwarecloudsimple 3.1.1-alpha.20250214.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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link GuestOsnicCustomizationAllocation} that the service accepts. */
|
|
9
|
+
export var KnownGuestOsnicCustomizationAllocation;
|
|
10
|
+
(function (KnownGuestOsnicCustomizationAllocation) {
|
|
11
|
+
/** Static */
|
|
12
|
+
KnownGuestOsnicCustomizationAllocation["Static"] = "static";
|
|
13
|
+
/** Dynamic */
|
|
14
|
+
KnownGuestOsnicCustomizationAllocation["Dynamic"] = "dynamic";
|
|
15
|
+
})(KnownGuestOsnicCustomizationAllocation || (KnownGuestOsnicCustomizationAllocation = {}));
|
|
16
|
+
/** Known values of {@link CustomizationHostNameType} that the service accepts. */
|
|
17
|
+
export var KnownCustomizationHostNameType;
|
|
18
|
+
(function (KnownCustomizationHostNameType) {
|
|
19
|
+
/** UserDefined */
|
|
20
|
+
KnownCustomizationHostNameType["UserDefined"] = "USER_DEFINED";
|
|
21
|
+
/** PrefixBased */
|
|
22
|
+
KnownCustomizationHostNameType["PrefixBased"] = "PREFIX_BASED";
|
|
23
|
+
/** Fixed */
|
|
24
|
+
KnownCustomizationHostNameType["Fixed"] = "FIXED";
|
|
25
|
+
/** VirtualMachineName */
|
|
26
|
+
KnownCustomizationHostNameType["VirtualMachineName"] = "VIRTUAL_MACHINE_NAME";
|
|
27
|
+
/** CustomName */
|
|
28
|
+
KnownCustomizationHostNameType["CustomName"] = "CUSTOM_NAME";
|
|
29
|
+
})(KnownCustomizationHostNameType || (KnownCustomizationHostNameType = {}));
|
|
30
|
+
/** Known values of {@link CustomizationIdentityType} that the service accepts. */
|
|
31
|
+
export var KnownCustomizationIdentityType;
|
|
32
|
+
(function (KnownCustomizationIdentityType) {
|
|
33
|
+
/** WindowsText */
|
|
34
|
+
KnownCustomizationIdentityType["WindowsText"] = "WINDOWS_TEXT";
|
|
35
|
+
/** Windows */
|
|
36
|
+
KnownCustomizationIdentityType["Windows"] = "WINDOWS";
|
|
37
|
+
/** Linux */
|
|
38
|
+
KnownCustomizationIdentityType["Linux"] = "LINUX";
|
|
39
|
+
})(KnownCustomizationIdentityType || (KnownCustomizationIdentityType = {}));
|
|
40
|
+
/** Known values of {@link CustomizationIPAddressType} that the service accepts. */
|
|
41
|
+
export var KnownCustomizationIPAddressType;
|
|
42
|
+
(function (KnownCustomizationIPAddressType) {
|
|
43
|
+
/** Custom */
|
|
44
|
+
KnownCustomizationIPAddressType["Custom"] = "CUSTOM";
|
|
45
|
+
/** DhcpIP */
|
|
46
|
+
KnownCustomizationIPAddressType["DhcpIP"] = "DHCP_IP";
|
|
47
|
+
/** FixedIP */
|
|
48
|
+
KnownCustomizationIPAddressType["FixedIP"] = "FIXED_IP";
|
|
49
|
+
/** UserDefined */
|
|
50
|
+
KnownCustomizationIPAddressType["UserDefined"] = "USER_DEFINED";
|
|
51
|
+
})(KnownCustomizationIPAddressType || (KnownCustomizationIPAddressType = {}));
|
|
52
|
+
/** Known values of {@link CustomizationPolicyPropertiesType} that the service accepts. */
|
|
53
|
+
export var KnownCustomizationPolicyPropertiesType;
|
|
54
|
+
(function (KnownCustomizationPolicyPropertiesType) {
|
|
55
|
+
/** Linux */
|
|
56
|
+
KnownCustomizationPolicyPropertiesType["Linux"] = "LINUX";
|
|
57
|
+
/** Windows */
|
|
58
|
+
KnownCustomizationPolicyPropertiesType["Windows"] = "WINDOWS";
|
|
59
|
+
})(KnownCustomizationPolicyPropertiesType || (KnownCustomizationPolicyPropertiesType = {}));
|
|
60
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAw5BH,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,aAAa;IACb,2DAAiB,CAAA;IACjB,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD;AAYD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,kBAAkB;IAClB,8DAA4B,CAAA;IAC5B,kBAAkB;IAClB,8DAA4B,CAAA;IAC5B,YAAY;IACZ,iDAAe,CAAA;IACf,yBAAyB;IACzB,6EAA2C,CAAA;IAC3C,iBAAiB;IACjB,4DAA0B,CAAA;AAC5B,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACxC,kBAAkB;IAClB,8DAA4B,CAAA;IAC5B,cAAc;IACd,qDAAmB,CAAA;IACnB,YAAY;IACZ,iDAAe,CAAA;AACjB,CAAC,EAPW,8BAA8B,KAA9B,8BAA8B,QAOzC;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,aAAa;IACb,oDAAiB,CAAA;IACjB,aAAa;IACb,qDAAkB,CAAA;IAClB,cAAc;IACd,uDAAoB,CAAA;IACpB,kBAAkB;IAClB,+DAA4B,CAAA;AAC9B,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,YAAY;IACZ,yDAAe,CAAA;IACf,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** List of available operations */\nexport interface AvailableOperationsListResponse {\n /** Link for next list of available operations */\n nextLink?: string;\n /** Returns a list of available operations */\n value?: AvailableOperation[];\n}\n\n/** Resource provider available operation model */\nexport interface AvailableOperation {\n /** The list of operations */\n display?: AvailableOperationDisplay;\n /** Indicating whether the operation is a data action or not */\n isDataAction?: boolean;\n /** {resourceProviderNamespace}/{resourceType}/{read|write|delete|action} */\n name?: string;\n /** The origin of operation */\n origin?: OperationOrigin;\n /** The list of specification's service metrics */\n serviceSpecification?: AvailableOperationDisplayPropertyServiceSpecificationMetricsList;\n}\n\n/** Resource provider available operation display model */\nexport interface AvailableOperationDisplay {\n /** Description of the operation for display purposes */\n description?: string;\n /** Name of the operation for display purposes */\n operation?: string;\n /** Name of the provider for display purposes */\n provider?: string;\n /** Name of the resource type for display purposes */\n resource?: string;\n}\n\n/** List of available operation display property service specification metrics */\nexport interface AvailableOperationDisplayPropertyServiceSpecificationMetricsList {\n /** Metric specifications of operation */\n metricSpecifications?: AvailableOperationDisplayPropertyServiceSpecificationMetricsItem[];\n}\n\n/** Available operation display property service specification metrics item */\nexport interface AvailableOperationDisplayPropertyServiceSpecificationMetricsItem {\n /** Metric's aggregation type for e.g. (Average, Total) */\n aggregationType: AggregationType;\n /** Metric's description */\n displayDescription: string;\n /** Human readable metric's name */\n displayName: string;\n /** Metric's name/id */\n name: string;\n /** Metric's unit */\n unit: string;\n}\n\n/** General error model */\nexport interface CsrpError {\n /** Error's body */\n error?: CsrpErrorBody;\n}\n\n/** Error properties */\nexport interface CsrpErrorBody {\n /**\n * Error's code\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error's details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CsrpErrorBody[];\n /**\n * Error's message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Error's target */\n target?: string;\n}\n\n/** List of dedicated nodes response model */\nexport interface DedicatedCloudNodeListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /** Results of the DedicatedCloudNode list */\n value?: DedicatedCloudNode[];\n}\n\n/** Dedicated cloud node model */\nexport interface DedicatedCloudNode {\n /**\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudNodes/{dedicatedCloudNodeName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location: string;\n /**\n * {dedicatedCloudNodeName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Dedicated Cloud Nodes SKU */\n sku?: Sku;\n /** Dedicated Cloud Nodes tags */\n tags?: { [propertyName: string]: string };\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Availability Zone id, e.g. \"az1\" */\n availabilityZoneId?: string;\n /**\n * Availability Zone name, e.g. \"Availability Zone 1\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityZoneName?: string;\n /**\n * VMWare Cloud Rack Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudRackName?: string;\n /**\n * date time the resource was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /** count of nodes to create */\n nodesCount?: number;\n /** Placement Group id, e.g. \"n1\" */\n placementGroupId?: string;\n /**\n * Placement Name, e.g. \"Placement Group 1\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly placementGroupName?: string;\n /**\n * Private Cloud Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudId?: string;\n /**\n * Resource Pool Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudName?: string;\n /**\n * The provisioning status of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** purchase id */\n purchaseId?: string;\n /**\n * Node status, indicates is private cloud set up on this node or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: NodeStatus;\n /**\n * VMWare Cluster Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareClusterName?: string;\n /** SKU's id */\n idPropertiesSkuDescriptionId?: string;\n /** SKU's name */\n namePropertiesSkuDescriptionName?: string;\n}\n\n/** The purchase SKU for CloudSimple paid resources */\nexport interface Sku {\n /** The capacity of the SKU */\n capacity?: string;\n /** 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, ... */\n description?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here */\n family?: string;\n /** The name of the SKU for VMWare CloudSimple Node */\n name: string;\n /** The tier of the SKU */\n tier?: string;\n}\n\n/** List of dedicated cloud services */\nexport interface DedicatedCloudServiceListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /** Results of the DedicatedCloudService list */\n value?: DedicatedCloudService[];\n}\n\n/** Dedicated cloud service model */\nexport interface DedicatedCloudService {\n /**\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location: string;\n /**\n * {dedicatedCloudServiceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The list of tags */\n tags?: { [propertyName: string]: string };\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** gateway Subnet for the account. It will collect the subnet address and always treat it as /28 */\n gatewaySubnet?: string;\n /**\n * indicates whether account onboarded or not in a given region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAccountOnboarded?: OnboardingStatus;\n /**\n * total nodes purchased\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodes?: number;\n /**\n * link to a service management web portal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceURL?: string;\n}\n\n/** List of SKU availabilities */\nexport interface SkuAvailabilityListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /** Results of the DedicatedPlacementGroupSkuAvailability list */\n value?: SkuAvailability[];\n}\n\n/** SKU availability model */\nexport interface SkuAvailability {\n /** CloudSimple Availability Zone id */\n dedicatedAvailabilityZoneId?: string;\n /** CloudSimple Availability Zone Name */\n dedicatedAvailabilityZoneName?: string;\n /** CloudSimple Placement Group Id */\n dedicatedPlacementGroupId?: string;\n /** CloudSimple Placement Group name */\n dedicatedPlacementGroupName?: string;\n /** indicates how many resources of a given SKU is available in a AZ->PG */\n limit: number;\n /** resource type e.g. DedicatedCloudNodes */\n resourceType?: string;\n /** sku id */\n skuId?: string;\n /** sku name */\n skuName?: string;\n}\n\n/** Operation status response */\nexport interface OperationResource {\n /**\n * End time of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** Error Message if operation failed */\n error?: OperationError;\n /**\n * Operation Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Operation ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Start time of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Operation status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** Operation error model */\nexport interface OperationError {\n /** Error's code */\n code?: string;\n /** Error's message */\n message?: string;\n}\n\n/** List of private clouds */\nexport interface PrivateCloudList {\n /** Link for next list of Private Clouds */\n nextLink?: string;\n /** the list of private clouds */\n value?: PrivateCloud[];\n}\n\n/** Private cloud model */\nexport interface PrivateCloud {\n /** Azure Id, e.g. \"/subscriptions/4da99247-a172-4ed6-8ae9-ebed2d12f839/providers/Microsoft.VMwareCloudSimple/privateClouds/cloud123\" */\n id?: string;\n /** Location where private cloud created, e.g \"westus\" */\n location?: string;\n /** Private cloud name */\n name?: string;\n /** Azure Resource type */\n type?: \"Microsoft.VMwareCloudSimple/privateClouds\";\n /** Availability Zone id, e.g. \"az1\" */\n availabilityZoneId?: string;\n /** Availability Zone name, e.g. \"Availability Zone 1\" */\n availabilityZoneName?: string;\n /** Number of clusters */\n clustersNumber?: number;\n /** User's emails who created cloud */\n createdBy?: string;\n /** When private cloud was created */\n createdOn?: Date;\n /** Array of DNS servers */\n dnsServers?: string[];\n /** Expiration date of PC */\n expires?: string;\n /** Nsx Type, e.g. \"Advanced\" */\n nsxType?: string;\n /** Placement Group id, e.g. \"n1\" */\n placementGroupId?: string;\n /** Placement Group name */\n placementGroupName?: string;\n /** Id of a private cloud */\n privateCloudId?: string;\n /** The list of Resource Pools */\n resourcePools?: ResourcePool[];\n /** Private Cloud state, e.g. \"operational\" */\n state?: string;\n /** Number of cores */\n totalCpuCores?: number;\n /** Number of nodes */\n totalNodes?: number;\n /** Memory size */\n totalRam?: number;\n /** Disk space in TB */\n totalStorage?: number;\n /** Virtualization type e.g. \"vSphere\" */\n typePropertiesType?: string;\n /** e.g. \"6.5u2\" */\n vSphereVersion?: string;\n /** FQDN for vcenter access */\n vcenterFqdn?: string;\n /** Vcenter ip address */\n vcenterRefid?: string;\n /** The list of Virtual Machine Templates */\n virtualMachineTemplates?: VirtualMachineTemplate[];\n /** The list of Virtual Networks */\n virtualNetworks?: VirtualNetwork[];\n /** Is Vrops enabled/disabled */\n vrOpsEnabled?: boolean;\n}\n\n/** Resource pool model */\nexport interface ResourcePool {\n /** resource pool id (privateCloudId:vsphereId) */\n id: string;\n /**\n * Azure region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * {ResourcePoolName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The Private Cloud Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudId?: string;\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Hierarchical resource pool name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullName?: string;\n}\n\n/** Virtual machine template model */\nexport interface VirtualMachineTemplate {\n /**\n * virtual machine template id (privateCloudId:vsphereId)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location?: string;\n /**\n * {virtualMachineTemplateName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The amount of memory */\n amountOfRam?: number;\n /** The list of Virtual Disk Controllers */\n controllers?: VirtualDiskController[];\n /** The description of Virtual Machine Template */\n description?: string;\n /** The list of Virtual Disks */\n disks?: VirtualDisk[];\n /** Expose Guest OS or not */\n exposeToGuestVM?: boolean;\n /**\n * The Guest OS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOS?: string;\n /**\n * The Guest OS types\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOSType?: string;\n /** The list of Virtual NICs */\n nics?: VirtualNic[];\n /** The number of CPU cores */\n numberOfCores?: number;\n /** path to folder */\n path?: string;\n /** The Private Cloud Id */\n privateCloudId?: string;\n /** The list of VSphere networks */\n vSphereNetworks?: string[];\n /** The tags from VSphere */\n vSphereTags?: string[];\n /**\n * The VMware tools version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwaretools?: string;\n}\n\n/** Virtual disk controller model */\nexport interface VirtualDiskController {\n /**\n * Controller's id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The display name of Controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * dik controller subtype (VMWARE_PARAVIRTUAL, BUS_PARALLEL, LSI_PARALLEL, LSI_SAS)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subType?: string;\n /**\n * disk controller type (SCSI)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Virtual disk model */\nexport interface VirtualDisk {\n /** Disk's Controller id */\n controllerId: string;\n /** Disk's independence mode type */\n independenceMode: DiskIndependenceMode;\n /** Disk's total size */\n totalSize: number;\n /** Disk's id */\n virtualDiskId?: string;\n /**\n * Disk's display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualDiskName?: string;\n}\n\n/** Virtual NIC model */\nexport interface VirtualNic {\n /** guest OS customization for nic */\n customization?: GuestOsnicCustomization;\n /** NIC ip address */\n ipAddresses?: string[];\n /** NIC MAC address */\n macAddress?: string;\n /** Virtual Network */\n network: VirtualNetwork;\n /** NIC type */\n nicType: NICType;\n /** Is NIC powered on/off on boot */\n powerOnBoot?: boolean;\n /** NIC id */\n virtualNicId?: string;\n /**\n * NIC name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNicName?: string;\n}\n\n/** Guest OS nic customization */\nexport interface GuestOsnicCustomization {\n /** IP address allocation method */\n allocation?: GuestOsnicCustomizationAllocation;\n /** List of dns servers to use */\n dnsServers?: string[];\n /** Gateway addresses assigned to nic */\n gateway?: string[];\n /** Static ip address for nic */\n ipAddress?: string;\n /** Network mask for nic */\n mask?: string;\n /** primary WINS server for Windows */\n primaryWinsServer?: string;\n /** secondary WINS server for Windows */\n secondaryWinsServer?: string;\n}\n\n/** Virtual network model */\nexport interface VirtualNetwork {\n /**\n * can be used in vm creation/deletion\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignable?: boolean;\n /** virtual network id (privateCloudId:vsphereId) */\n id: string;\n /**\n * Azure region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * {VirtualNetworkName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The Private Cloud id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudId?: string;\n}\n\n/** List of customization polices response model */\nexport interface CustomizationPoliciesListResponse {\n /** Link for next list of the Customization policy */\n nextLink?: string;\n /** List of the customization policies */\n value?: CustomizationPolicy[];\n}\n\n/** The virtual machine customization policy */\nexport interface CustomizationPolicy {\n /** Customization policy azure id */\n id?: string;\n /** Azure region */\n location?: string;\n /**\n * Customization policy name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n /** Policy description */\n description?: string;\n /** The Private cloud id */\n privateCloudId?: string;\n /** Detailed customization policy specification */\n specification?: CustomizationSpecification;\n /** The type of customization (Linux or Windows) */\n typePropertiesType?: CustomizationPolicyPropertiesType;\n /** Policy version */\n version?: string;\n}\n\n/** The specification for Customization Policy */\nexport interface CustomizationSpecification {\n /** Customization Identity. It contains data about user and hostname */\n identity?: CustomizationIdentity;\n /** Network interface settings */\n nicSettings?: CustomizationNicSetting[];\n}\n\nexport interface CustomizationIdentity {\n /** Windows Text Identity. Prepared data */\n data?: string;\n /** Virtual machine host name settings */\n hostName?: CustomizationHostName;\n /** Identity type */\n type?: CustomizationIdentityType;\n /** Windows Identity. User data customization */\n userData?: CustomizationIdentityUserData;\n}\n\n/** Host name model */\nexport interface CustomizationHostName {\n /** Hostname */\n name?: string;\n /** Type of host name */\n type?: CustomizationHostNameType;\n}\n\n/** Windows Identity. User data customization */\nexport interface CustomizationIdentityUserData {\n /** Is password predefined in customization policy */\n isPasswordPredefined?: boolean;\n}\n\nexport interface CustomizationNicSetting {\n /** The list of adapters' settings */\n adapter?: CustomizationIPSettings;\n /** NIC mac address */\n macAddress?: string;\n}\n\nexport interface CustomizationIPSettings {\n /** The list of gateways */\n gateway?: string[];\n /** Ip address customization settings */\n ip?: CustomizationIPAddress;\n /** Adapter subnet mask */\n subnetMask?: string;\n}\n\nexport interface CustomizationIPAddress {\n /** Argument when Custom ip type is selected */\n argument?: string;\n /** Defined Ip Address when Fixed ip type is selected */\n ipAddress?: string;\n /** Customization Specification ip type */\n type?: CustomizationIPAddressType;\n}\n\n/** List of resource pools response model */\nexport interface ResourcePoolsListResponse {\n /** Link for next list of ResourcePoolsList */\n nextLink?: string;\n /** Results of the Resource pools list */\n value?: ResourcePool[];\n}\n\n/** List of virtual machine templates */\nexport interface VirtualMachineTemplateListResponse {\n /** Link for next list of VirtualMachineTemplate */\n nextLink?: string;\n /** Results of the VM template list */\n value?: VirtualMachineTemplate[];\n}\n\n/** List of virtual networks */\nexport interface VirtualNetworkListResponse {\n /** Link for next list of VirtualNetwork */\n nextLink?: string;\n /** Results of the VirtualNetwork list */\n value?: VirtualNetwork[];\n}\n\n/** List of usages */\nexport interface UsageListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /**\n * The list of usages\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Usage[];\n}\n\n/** Usage model */\nexport interface Usage {\n /** The current usage value */\n currentValue: number;\n /** 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 */\n limit: number;\n /** Usage name value and localized name */\n name?: UsageName;\n /** The usages' unit */\n unit?: UsageCount;\n}\n\n/** User name model */\nexport interface UsageName {\n /** e.g. \"Virtual Machines\" */\n localizedValue?: string;\n /** resource type or resource type sku name, e.g. virtualMachines */\n value?: string;\n}\n\n/** List of virtual machines */\nexport interface VirtualMachineListResponse {\n /** Link for next list of VirtualMachines */\n nextLink?: string;\n /** Results of the VirtualMachine list */\n value?: VirtualMachine[];\n}\n\n/** Virtual machine model */\nexport interface VirtualMachine {\n /**\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/virtualMachines/{virtualMachineName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location: string;\n /**\n * {virtualMachineName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The list of tags */\n tags?: { [propertyName: string]: string };\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The amount of memory */\n amountOfRam?: number;\n /**\n * The list of Virtual Disks' Controllers\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly controllers?: VirtualDiskController[];\n /** Virtual machine properties */\n customization?: GuestOSCustomization;\n /** The list of Virtual Disks */\n disks?: VirtualDisk[];\n /**\n * The DNS name of Virtual Machine in VCenter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsname?: string;\n /** Expose Guest OS or not */\n exposeToGuestVM?: boolean;\n /**\n * The path to virtual machine folder in VCenter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly folder?: string;\n /**\n * The name of Guest OS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOS?: string;\n /**\n * The Guest OS type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOSType?: GuestOSType;\n /** The list of Virtual NICs */\n nics?: VirtualNic[];\n /** The number of CPU cores */\n numberOfCores?: number;\n /** Password for login. Deprecated - use customization property */\n password?: string;\n /** Private Cloud Id */\n privateCloudId?: string;\n /**\n * The provisioning status of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The public ip of Virtual Machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIP?: string;\n /** Virtual Machines Resource Pool */\n resourcePool?: ResourcePool;\n /**\n * The status of Virtual machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: VirtualMachineStatus;\n /** Virtual Machine Template Id */\n templateId?: string;\n /** Username for login. Deprecated - use customization property */\n username?: string;\n /** The list of Virtual VSphere Networks */\n vSphereNetworks?: string[];\n /**\n * The internal id of Virtual Machine in VCenter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmId?: string;\n /**\n * VMware tools version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwaretools?: string;\n}\n\n/** Guest OS Customization properties */\nexport interface GuestOSCustomization {\n /** List of dns servers to use */\n dnsServers?: string[];\n /** Virtual Machine hostname */\n hostName?: string;\n /** Password for login */\n password?: string;\n /** id of customization policy */\n policyId?: string;\n /** Username for login */\n username?: string;\n}\n\n/** General patch payload modal */\nexport interface PatchPayload {\n /** The tags key:value pairs */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of virtual machine stop modes */\nexport interface VirtualMachineStopMode {\n /** mode indicates a type of stop operation - reboot, suspend, shutdown or power-off */\n mode?: StopMode;\n}\n\n/** Defines headers for Operations_get operation. */\nexport interface OperationsGetHeaders {\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for Operations_get operation. */\nexport interface OperationsGetExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for DedicatedCloudNodes_createOrUpdate operation. */\nexport interface DedicatedCloudNodesCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for DedicatedCloudNodes_delete operation. */\nexport interface DedicatedCloudNodesDeleteExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for DedicatedCloudServices_delete operation. */\nexport interface DedicatedCloudServicesDeleteExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for VirtualMachines_createOrUpdate operation. */\nexport interface VirtualMachinesCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for VirtualMachines_delete operation. */\nexport interface VirtualMachinesDeleteHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_delete operation. */\nexport interface VirtualMachinesDeleteExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for VirtualMachines_start operation. */\nexport interface VirtualMachinesStartHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_start operation. */\nexport interface VirtualMachinesStartExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for VirtualMachines_stop operation. */\nexport interface VirtualMachinesStopHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_stop operation. */\nexport interface VirtualMachinesStopExceptionHeaders {\n contentType?: string;\n}\n\n/** Known values of {@link GuestOsnicCustomizationAllocation} that the service accepts. */\nexport enum KnownGuestOsnicCustomizationAllocation {\n /** Static */\n Static = \"static\",\n /** Dynamic */\n Dynamic = \"dynamic\"\n}\n\n/**\n * Defines values for GuestOsnicCustomizationAllocation. \\\n * {@link KnownGuestOsnicCustomizationAllocation} can be used interchangeably with GuestOsnicCustomizationAllocation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **static** \\\n * **dynamic**\n */\nexport type GuestOsnicCustomizationAllocation = string;\n\n/** Known values of {@link CustomizationHostNameType} that the service accepts. */\nexport enum KnownCustomizationHostNameType {\n /** UserDefined */\n UserDefined = \"USER_DEFINED\",\n /** PrefixBased */\n PrefixBased = \"PREFIX_BASED\",\n /** Fixed */\n Fixed = \"FIXED\",\n /** VirtualMachineName */\n VirtualMachineName = \"VIRTUAL_MACHINE_NAME\",\n /** CustomName */\n CustomName = \"CUSTOM_NAME\"\n}\n\n/**\n * Defines values for CustomizationHostNameType. \\\n * {@link KnownCustomizationHostNameType} can be used interchangeably with CustomizationHostNameType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **USER_DEFINED** \\\n * **PREFIX_BASED** \\\n * **FIXED** \\\n * **VIRTUAL_MACHINE_NAME** \\\n * **CUSTOM_NAME**\n */\nexport type CustomizationHostNameType = string;\n\n/** Known values of {@link CustomizationIdentityType} that the service accepts. */\nexport enum KnownCustomizationIdentityType {\n /** WindowsText */\n WindowsText = \"WINDOWS_TEXT\",\n /** Windows */\n Windows = \"WINDOWS\",\n /** Linux */\n Linux = \"LINUX\"\n}\n\n/**\n * Defines values for CustomizationIdentityType. \\\n * {@link KnownCustomizationIdentityType} can be used interchangeably with CustomizationIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WINDOWS_TEXT** \\\n * **WINDOWS** \\\n * **LINUX**\n */\nexport type CustomizationIdentityType = string;\n\n/** Known values of {@link CustomizationIPAddressType} that the service accepts. */\nexport enum KnownCustomizationIPAddressType {\n /** Custom */\n Custom = \"CUSTOM\",\n /** DhcpIP */\n DhcpIP = \"DHCP_IP\",\n /** FixedIP */\n FixedIP = \"FIXED_IP\",\n /** UserDefined */\n UserDefined = \"USER_DEFINED\"\n}\n\n/**\n * Defines values for CustomizationIPAddressType. \\\n * {@link KnownCustomizationIPAddressType} can be used interchangeably with CustomizationIPAddressType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CUSTOM** \\\n * **DHCP_IP** \\\n * **FIXED_IP** \\\n * **USER_DEFINED**\n */\nexport type CustomizationIPAddressType = string;\n\n/** Known values of {@link CustomizationPolicyPropertiesType} that the service accepts. */\nexport enum KnownCustomizationPolicyPropertiesType {\n /** Linux */\n Linux = \"LINUX\",\n /** Windows */\n Windows = \"WINDOWS\"\n}\n\n/**\n * Defines values for CustomizationPolicyPropertiesType. \\\n * {@link KnownCustomizationPolicyPropertiesType} can be used interchangeably with CustomizationPolicyPropertiesType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LINUX** \\\n * **WINDOWS**\n */\nexport type CustomizationPolicyPropertiesType = string;\n/** Defines values for OperationOrigin. */\nexport type OperationOrigin = \"user\" | \"system\" | \"user,system\";\n/** Defines values for AggregationType. */\nexport type AggregationType = \"Average\" | \"Total\";\n/** Defines values for NodeStatus. */\nexport type NodeStatus = \"unused\" | \"used\";\n/** Defines values for OnboardingStatus. */\nexport type OnboardingStatus =\n | \"notOnBoarded\"\n | \"onBoarded\"\n | \"onBoardingFailed\"\n | \"onBoarding\";\n/** Defines values for DiskIndependenceMode. */\nexport type DiskIndependenceMode =\n | \"persistent\"\n | \"independent_persistent\"\n | \"independent_nonpersistent\";\n/** Defines values for NICType. */\nexport type NICType =\n | \"E1000\"\n | \"E1000E\"\n | \"PCNET32\"\n | \"VMXNET\"\n | \"VMXNET2\"\n | \"VMXNET3\";\n/** Defines values for UsageCount. */\nexport type UsageCount =\n | \"Count\"\n | \"Bytes\"\n | \"Seconds\"\n | \"Percent\"\n | \"CountPerSecond\"\n | \"BytesPerSecond\";\n/** Defines values for GuestOSType. */\nexport type GuestOSType = \"linux\" | \"windows\" | \"other\";\n/** Defines values for VirtualMachineStatus. */\nexport type VirtualMachineStatus =\n | \"running\"\n | \"suspended\"\n | \"poweredoff\"\n | \"updating\"\n | \"deallocating\"\n | \"deleting\";\n/** Defines values for StopMode. */\nexport type StopMode = \"reboot\" | \"suspend\" | \"shutdown\" | \"poweroff\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableOperationsListResponse;\n\n/** Optional parameters. */\nexport interface OperationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationsGetResponse = OperationResource;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableOperationsListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DedicatedCloudNodesListBySubscriptionResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DedicatedCloudNodesListByResourceGroupResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DedicatedCloudNodesGetResponse = DedicatedCloudNode;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DedicatedCloudNodesCreateOrUpdateResponse = DedicatedCloudNodesCreateOrUpdateHeaders &\n DedicatedCloudNode;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DedicatedCloudNodesUpdateResponse = DedicatedCloudNode;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DedicatedCloudNodesListBySubscriptionNextResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DedicatedCloudNodesListByResourceGroupNextResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DedicatedCloudServicesListBySubscriptionResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DedicatedCloudServicesListByResourceGroupResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DedicatedCloudServicesGetResponse = DedicatedCloudService;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DedicatedCloudServicesCreateOrUpdateResponse = DedicatedCloudService;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DedicatedCloudServicesUpdateResponse = DedicatedCloudService;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DedicatedCloudServicesListBySubscriptionNextResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DedicatedCloudServicesListByResourceGroupNextResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface SkusAvailabilityListOptionalParams\n extends coreClient.OperationOptions {\n /** sku id, if no sku is passed availability for all skus will be returned */\n skuId?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SkusAvailabilityListResponse = SkuAvailabilityListResponse;\n\n/** Optional parameters. */\nexport interface SkusAvailabilityListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SkusAvailabilityListNextResponse = SkuAvailabilityListResponse;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateCloudsListResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface PrivateCloudsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateCloudsGetResponse = PrivateCloud;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateCloudsListNextResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface CustomizationPoliciesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. only type is allowed here as a filter e.g. $filter=type eq 'xxxx' */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CustomizationPoliciesListOperationResponse = CustomizationPoliciesListResponse;\n\n/** Optional parameters. */\nexport interface CustomizationPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CustomizationPoliciesGetResponse = CustomizationPolicy;\n\n/** Optional parameters. */\nexport interface CustomizationPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CustomizationPoliciesListNextResponse = CustomizationPoliciesListResponse;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ResourcePoolsListOperationResponse = ResourcePoolsListResponse;\n\n/** Optional parameters. */\nexport interface ResourcePoolsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ResourcePoolsGetResponse = ResourcePool;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ResourcePoolsListNextResponse = ResourcePoolsListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachineTemplatesListResponse = VirtualMachineTemplateListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplateListResponse;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworksListResponse = VirtualNetworkListResponse;\n\n/** Optional parameters. */\nexport interface VirtualNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworksGetResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworksListNextResponse = VirtualNetworkListResponse;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. only name.value is allowed here as a filter e.g. $filter=name.value eq 'xxxx' */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = UsageListResponse;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = UsageListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VirtualMachinesListBySubscriptionResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VirtualMachinesListByResourceGroupResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachinesGetResponse = VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachinesCreateOrUpdateResponse = VirtualMachinesCreateOrUpdateHeaders &\n VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualMachinesDeleteResponse = VirtualMachinesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachinesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachinesUpdateResponse = VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesStopOptionalParams\n extends coreClient.OperationOptions {\n /** body stop mode parameter (reboot, shutdown, etc...) */\n m?: VirtualMachineStopMode;\n /** query stop mode parameter (reboot, shutdown, etc...) */\n mode?: StopMode;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VirtualMachinesListBySubscriptionNextResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VMwareCloudSimpleOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const AvailableOperationsListResponse: coreClient.CompositeMapper;
|
|
3
|
+
export declare const AvailableOperation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const AvailableOperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const AvailableOperationDisplayPropertyServiceSpecificationMetricsList: coreClient.CompositeMapper;
|
|
6
|
+
export declare const AvailableOperationDisplayPropertyServiceSpecificationMetricsItem: coreClient.CompositeMapper;
|
|
7
|
+
export declare const CsrpError: coreClient.CompositeMapper;
|
|
8
|
+
export declare const CsrpErrorBody: coreClient.CompositeMapper;
|
|
9
|
+
export declare const DedicatedCloudNodeListResponse: coreClient.CompositeMapper;
|
|
10
|
+
export declare const DedicatedCloudNode: coreClient.CompositeMapper;
|
|
11
|
+
export declare const Sku: coreClient.CompositeMapper;
|
|
12
|
+
export declare const DedicatedCloudServiceListResponse: coreClient.CompositeMapper;
|
|
13
|
+
export declare const DedicatedCloudService: coreClient.CompositeMapper;
|
|
14
|
+
export declare const SkuAvailabilityListResponse: coreClient.CompositeMapper;
|
|
15
|
+
export declare const SkuAvailability: coreClient.CompositeMapper;
|
|
16
|
+
export declare const OperationResource: coreClient.CompositeMapper;
|
|
17
|
+
export declare const OperationError: coreClient.CompositeMapper;
|
|
18
|
+
export declare const PrivateCloudList: coreClient.CompositeMapper;
|
|
19
|
+
export declare const PrivateCloud: coreClient.CompositeMapper;
|
|
20
|
+
export declare const ResourcePool: coreClient.CompositeMapper;
|
|
21
|
+
export declare const VirtualMachineTemplate: coreClient.CompositeMapper;
|
|
22
|
+
export declare const VirtualDiskController: coreClient.CompositeMapper;
|
|
23
|
+
export declare const VirtualDisk: coreClient.CompositeMapper;
|
|
24
|
+
export declare const VirtualNic: coreClient.CompositeMapper;
|
|
25
|
+
export declare const GuestOsnicCustomization: coreClient.CompositeMapper;
|
|
26
|
+
export declare const VirtualNetwork: coreClient.CompositeMapper;
|
|
27
|
+
export declare const CustomizationPoliciesListResponse: coreClient.CompositeMapper;
|
|
28
|
+
export declare const CustomizationPolicy: coreClient.CompositeMapper;
|
|
29
|
+
export declare const CustomizationSpecification: coreClient.CompositeMapper;
|
|
30
|
+
export declare const CustomizationIdentity: coreClient.CompositeMapper;
|
|
31
|
+
export declare const CustomizationHostName: coreClient.CompositeMapper;
|
|
32
|
+
export declare const CustomizationIdentityUserData: coreClient.CompositeMapper;
|
|
33
|
+
export declare const CustomizationNicSetting: coreClient.CompositeMapper;
|
|
34
|
+
export declare const CustomizationIPSettings: coreClient.CompositeMapper;
|
|
35
|
+
export declare const CustomizationIPAddress: coreClient.CompositeMapper;
|
|
36
|
+
export declare const ResourcePoolsListResponse: coreClient.CompositeMapper;
|
|
37
|
+
export declare const VirtualMachineTemplateListResponse: coreClient.CompositeMapper;
|
|
38
|
+
export declare const VirtualNetworkListResponse: coreClient.CompositeMapper;
|
|
39
|
+
export declare const UsageListResponse: coreClient.CompositeMapper;
|
|
40
|
+
export declare const Usage: coreClient.CompositeMapper;
|
|
41
|
+
export declare const UsageName: coreClient.CompositeMapper;
|
|
42
|
+
export declare const VirtualMachineListResponse: coreClient.CompositeMapper;
|
|
43
|
+
export declare const VirtualMachine: coreClient.CompositeMapper;
|
|
44
|
+
export declare const GuestOSCustomization: coreClient.CompositeMapper;
|
|
45
|
+
export declare const PatchPayload: coreClient.CompositeMapper;
|
|
46
|
+
export declare const VirtualMachineStopMode: coreClient.CompositeMapper;
|
|
47
|
+
export declare const OperationsGetHeaders: coreClient.CompositeMapper;
|
|
48
|
+
export declare const OperationsGetExceptionHeaders: coreClient.CompositeMapper;
|
|
49
|
+
export declare const DedicatedCloudNodesCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
50
|
+
export declare const DedicatedCloudNodesDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
51
|
+
export declare const DedicatedCloudServicesDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
52
|
+
export declare const VirtualMachinesCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
53
|
+
export declare const VirtualMachinesDeleteHeaders: coreClient.CompositeMapper;
|
|
54
|
+
export declare const VirtualMachinesDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
55
|
+
export declare const VirtualMachinesStartHeaders: coreClient.CompositeMapper;
|
|
56
|
+
export declare const VirtualMachinesStartExceptionHeaders: coreClient.CompositeMapper;
|
|
57
|
+
export declare const VirtualMachinesStopHeaders: coreClient.CompositeMapper;
|
|
58
|
+
export declare const VirtualMachinesStopExceptionHeaders: coreClient.CompositeMapper;
|
|
59
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAyBxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA0C3C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA+BlD,CAAC;AAEF,eAAO,MAAM,gEAAgE,EAAE,UAAU,CAAC,eAqBzF,CAAC;AAEF,eAAO,MAAM,gEAAgE,EAAE,UAAU,CAAC,eA4CzF,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAclC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAwCtC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAyBvD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAwJ3C,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eAsC5B,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAyB1D,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA8E9C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAyBpD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAwDxC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAiD1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAyBzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAwMrC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAiDrC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqJ/C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAmC9C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eA8CpC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAwEnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAyFhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAiDvC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAyB1D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAgE5C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eA0BnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAiC9C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAmB9C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eActD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAoBhD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eA+BhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAyB3D,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,UAAU,CAAC,eA4C9B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAmBlC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA6NvC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA+C7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAcrC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eActD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAyBjE,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAclE,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,UAAU,CAAC,eAcrE,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAa7D,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAyBrD,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAc9D,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAyBpD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAc7D,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAc5D,CAAC"}
|