@azure/arm-connectedvmware 1.0.0-alpha.20250619.1 → 1.0.0-alpha.20250718.2
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/dist/browser/azureArcVMwareManagementServiceAPI.js +25 -5
- package/dist/browser/azureArcVMwareManagementServiceAPI.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +146 -67
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/clusters.js +67 -91
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/datastores.js +67 -91
- package/dist/browser/operations/datastores.js.map +1 -1
- package/dist/browser/operations/hosts.js +67 -91
- package/dist/browser/operations/hosts.js.map +1 -1
- package/dist/browser/operations/inventoryItems.js +23 -40
- package/dist/browser/operations/inventoryItems.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/resourcePools.js +67 -91
- package/dist/browser/operations/resourcePools.js.map +1 -1
- package/dist/browser/operations/vCenters.js +67 -91
- package/dist/browser/operations/vCenters.js.map +1 -1
- package/dist/browser/operations/vMInstanceGuestAgents.js +45 -52
- package/dist/browser/operations/vMInstanceGuestAgents.js.map +1 -1
- package/dist/browser/operations/virtualMachineInstances.js +89 -76
- package/dist/browser/operations/virtualMachineInstances.js.map +1 -1
- package/dist/browser/operations/virtualMachineTemplates.js +67 -91
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/browser/operations/virtualNetworks.js +67 -91
- package/dist/browser/operations/virtualNetworks.js.map +1 -1
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js +23 -40
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js +25 -5
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +146 -67
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +67 -90
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/datastores.js +67 -90
- package/dist/commonjs/operations/datastores.js.map +1 -1
- package/dist/commonjs/operations/hosts.js +67 -90
- package/dist/commonjs/operations/hosts.js.map +1 -1
- package/dist/commonjs/operations/inventoryItems.js +23 -39
- package/dist/commonjs/operations/inventoryItems.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/resourcePools.js +67 -90
- package/dist/commonjs/operations/resourcePools.js.map +1 -1
- package/dist/commonjs/operations/vCenters.js +67 -90
- package/dist/commonjs/operations/vCenters.js.map +1 -1
- package/dist/commonjs/operations/vMInstanceGuestAgents.js +45 -51
- package/dist/commonjs/operations/vMInstanceGuestAgents.js.map +1 -1
- package/dist/commonjs/operations/virtualMachineInstances.js +89 -75
- package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -1
- package/dist/commonjs/operations/virtualMachineTemplates.js +67 -90
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworks.js +67 -90
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -1
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js +23 -39
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/azureArcVMwareManagementServiceAPI.js +25 -5
- package/dist/esm/azureArcVMwareManagementServiceAPI.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +146 -67
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/clusters.js +67 -91
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/datastores.js +67 -91
- package/dist/esm/operations/datastores.js.map +1 -1
- package/dist/esm/operations/hosts.js +67 -91
- package/dist/esm/operations/hosts.js.map +1 -1
- package/dist/esm/operations/inventoryItems.js +23 -40
- package/dist/esm/operations/inventoryItems.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/resourcePools.js +67 -91
- package/dist/esm/operations/resourcePools.js.map +1 -1
- package/dist/esm/operations/vCenters.js +67 -91
- package/dist/esm/operations/vCenters.js.map +1 -1
- package/dist/esm/operations/vMInstanceGuestAgents.js +45 -52
- package/dist/esm/operations/vMInstanceGuestAgents.js.map +1 -1
- package/dist/esm/operations/virtualMachineInstances.js +89 -76
- package/dist/esm/operations/virtualMachineInstances.js.map +1 -1
- package/dist/esm/operations/virtualMachineTemplates.js +67 -91
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/esm/operations/virtualNetworks.js +67 -91
- package/dist/esm/operations/virtualNetworks.js.map +1 -1
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js +23 -40
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js +25 -5
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +146 -67
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/clusters.js +67 -91
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/datastores.js +67 -91
- package/dist/react-native/operations/datastores.js.map +1 -1
- package/dist/react-native/operations/hosts.js +67 -91
- package/dist/react-native/operations/hosts.js.map +1 -1
- package/dist/react-native/operations/inventoryItems.js +23 -40
- package/dist/react-native/operations/inventoryItems.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/resourcePools.js +67 -91
- package/dist/react-native/operations/resourcePools.js.map +1 -1
- package/dist/react-native/operations/vCenters.js +67 -91
- package/dist/react-native/operations/vCenters.js.map +1 -1
- package/dist/react-native/operations/vMInstanceGuestAgents.js +45 -52
- package/dist/react-native/operations/vMInstanceGuestAgents.js.map +1 -1
- package/dist/react-native/operations/virtualMachineInstances.js +89 -76
- package/dist/react-native/operations/virtualMachineInstances.js.map +1 -1
- package/dist/react-native/operations/virtualMachineTemplates.js +67 -91
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/react-native/operations/virtualNetworks.js +67 -91
- package/dist/react-native/operations/virtualNetworks.js.map +1 -1
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js +23 -40
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-connectedvmware.api.md → arm-connectedvmware-node.api.md} +0 -0
|
@@ -2768,13 +2768,16 @@ exports.ResourcePoolInventoryItem = {
|
|
|
2768
2768
|
className: "ResourcePoolInventoryItem",
|
|
2769
2769
|
uberParent: "InventoryItemProperties",
|
|
2770
2770
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2771
|
-
modelProperties:
|
|
2771
|
+
modelProperties: {
|
|
2772
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2773
|
+
parent: {
|
|
2772
2774
|
serializedName: "parent",
|
|
2773
2775
|
type: {
|
|
2774
2776
|
name: "Composite",
|
|
2775
2777
|
className: "InventoryItemDetails"
|
|
2776
2778
|
}
|
|
2777
|
-
}
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2778
2781
|
}
|
|
2779
2782
|
};
|
|
2780
2783
|
exports.VirtualMachineInventoryItem = {
|
|
@@ -2784,17 +2787,21 @@ exports.VirtualMachineInventoryItem = {
|
|
|
2784
2787
|
className: "VirtualMachineInventoryItem",
|
|
2785
2788
|
uberParent: "InventoryItemProperties",
|
|
2786
2789
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2787
|
-
modelProperties:
|
|
2790
|
+
modelProperties: {
|
|
2791
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2792
|
+
osType: {
|
|
2788
2793
|
serializedName: "osType",
|
|
2789
2794
|
type: {
|
|
2790
2795
|
name: "String"
|
|
2791
2796
|
}
|
|
2792
|
-
},
|
|
2797
|
+
},
|
|
2798
|
+
osName: {
|
|
2793
2799
|
serializedName: "osName",
|
|
2794
2800
|
type: {
|
|
2795
2801
|
name: "String"
|
|
2796
2802
|
}
|
|
2797
|
-
},
|
|
2803
|
+
},
|
|
2804
|
+
ipAddresses: {
|
|
2798
2805
|
serializedName: "ipAddresses",
|
|
2799
2806
|
type: {
|
|
2800
2807
|
name: "Sequence",
|
|
@@ -2804,64 +2811,75 @@ exports.VirtualMachineInventoryItem = {
|
|
|
2804
2811
|
}
|
|
2805
2812
|
}
|
|
2806
2813
|
}
|
|
2807
|
-
},
|
|
2814
|
+
},
|
|
2815
|
+
folderPath: {
|
|
2808
2816
|
serializedName: "folderPath",
|
|
2809
2817
|
type: {
|
|
2810
2818
|
name: "String"
|
|
2811
2819
|
}
|
|
2812
|
-
},
|
|
2820
|
+
},
|
|
2821
|
+
host: {
|
|
2813
2822
|
serializedName: "host",
|
|
2814
2823
|
type: {
|
|
2815
2824
|
name: "Composite",
|
|
2816
2825
|
className: "InventoryItemDetails"
|
|
2817
2826
|
}
|
|
2818
|
-
},
|
|
2827
|
+
},
|
|
2828
|
+
resourcePool: {
|
|
2819
2829
|
serializedName: "resourcePool",
|
|
2820
2830
|
type: {
|
|
2821
2831
|
name: "Composite",
|
|
2822
2832
|
className: "InventoryItemDetails"
|
|
2823
2833
|
}
|
|
2824
|
-
},
|
|
2834
|
+
},
|
|
2835
|
+
cluster: {
|
|
2825
2836
|
serializedName: "cluster",
|
|
2826
2837
|
type: {
|
|
2827
2838
|
name: "Composite",
|
|
2828
2839
|
className: "InventoryItemDetails"
|
|
2829
2840
|
}
|
|
2830
|
-
},
|
|
2841
|
+
},
|
|
2842
|
+
instanceUuid: {
|
|
2831
2843
|
serializedName: "instanceUuid",
|
|
2832
2844
|
type: {
|
|
2833
2845
|
name: "String"
|
|
2834
2846
|
}
|
|
2835
|
-
},
|
|
2847
|
+
},
|
|
2848
|
+
smbiosUuid: {
|
|
2836
2849
|
serializedName: "smbiosUuid",
|
|
2837
2850
|
type: {
|
|
2838
2851
|
name: "String"
|
|
2839
2852
|
}
|
|
2840
|
-
},
|
|
2853
|
+
},
|
|
2854
|
+
powerState: {
|
|
2841
2855
|
serializedName: "powerState",
|
|
2842
2856
|
readOnly: true,
|
|
2843
2857
|
type: {
|
|
2844
2858
|
name: "String"
|
|
2845
2859
|
}
|
|
2846
|
-
},
|
|
2860
|
+
},
|
|
2861
|
+
toolsRunningStatus: {
|
|
2847
2862
|
serializedName: "toolsRunningStatus",
|
|
2848
2863
|
readOnly: true,
|
|
2849
2864
|
type: {
|
|
2850
2865
|
name: "String"
|
|
2851
2866
|
}
|
|
2852
|
-
},
|
|
2867
|
+
},
|
|
2868
|
+
toolsVersionStatus: {
|
|
2853
2869
|
serializedName: "toolsVersionStatus",
|
|
2854
2870
|
readOnly: true,
|
|
2855
2871
|
type: {
|
|
2856
2872
|
name: "String"
|
|
2857
2873
|
}
|
|
2858
|
-
},
|
|
2874
|
+
},
|
|
2875
|
+
toolsVersion: {
|
|
2859
2876
|
serializedName: "toolsVersion",
|
|
2860
2877
|
readOnly: true,
|
|
2861
2878
|
type: {
|
|
2862
2879
|
name: "String"
|
|
2863
2880
|
}
|
|
2864
|
-
}
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2865
2883
|
}
|
|
2866
2884
|
};
|
|
2867
2885
|
exports.VirtualMachineTemplateInventoryItem = {
|
|
@@ -2871,49 +2889,59 @@ exports.VirtualMachineTemplateInventoryItem = {
|
|
|
2871
2889
|
className: "VirtualMachineTemplateInventoryItem",
|
|
2872
2890
|
uberParent: "InventoryItemProperties",
|
|
2873
2891
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2874
|
-
modelProperties:
|
|
2892
|
+
modelProperties: {
|
|
2893
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2894
|
+
memorySizeMB: {
|
|
2875
2895
|
serializedName: "memorySizeMB",
|
|
2876
2896
|
type: {
|
|
2877
2897
|
name: "Number"
|
|
2878
2898
|
}
|
|
2879
|
-
},
|
|
2899
|
+
},
|
|
2900
|
+
numCPUs: {
|
|
2880
2901
|
serializedName: "numCPUs",
|
|
2881
2902
|
type: {
|
|
2882
2903
|
name: "Number"
|
|
2883
2904
|
}
|
|
2884
|
-
},
|
|
2905
|
+
},
|
|
2906
|
+
numCoresPerSocket: {
|
|
2885
2907
|
serializedName: "numCoresPerSocket",
|
|
2886
2908
|
type: {
|
|
2887
2909
|
name: "Number"
|
|
2888
2910
|
}
|
|
2889
|
-
},
|
|
2911
|
+
},
|
|
2912
|
+
osType: {
|
|
2890
2913
|
serializedName: "osType",
|
|
2891
2914
|
type: {
|
|
2892
2915
|
name: "String"
|
|
2893
2916
|
}
|
|
2894
|
-
},
|
|
2917
|
+
},
|
|
2918
|
+
osName: {
|
|
2895
2919
|
serializedName: "osName",
|
|
2896
2920
|
type: {
|
|
2897
2921
|
name: "String"
|
|
2898
2922
|
}
|
|
2899
|
-
},
|
|
2923
|
+
},
|
|
2924
|
+
toolsVersionStatus: {
|
|
2900
2925
|
serializedName: "toolsVersionStatus",
|
|
2901
2926
|
readOnly: true,
|
|
2902
2927
|
type: {
|
|
2903
2928
|
name: "String"
|
|
2904
2929
|
}
|
|
2905
|
-
},
|
|
2930
|
+
},
|
|
2931
|
+
toolsVersion: {
|
|
2906
2932
|
serializedName: "toolsVersion",
|
|
2907
2933
|
readOnly: true,
|
|
2908
2934
|
type: {
|
|
2909
2935
|
name: "String"
|
|
2910
2936
|
}
|
|
2911
|
-
},
|
|
2937
|
+
},
|
|
2938
|
+
folderPath: {
|
|
2912
2939
|
serializedName: "folderPath",
|
|
2913
2940
|
type: {
|
|
2914
2941
|
name: "String"
|
|
2915
2942
|
}
|
|
2916
|
-
}
|
|
2943
|
+
}
|
|
2944
|
+
}
|
|
2917
2945
|
}
|
|
2918
2946
|
};
|
|
2919
2947
|
exports.VirtualNetworkInventoryItem = {
|
|
@@ -2923,7 +2951,9 @@ exports.VirtualNetworkInventoryItem = {
|
|
|
2923
2951
|
className: "VirtualNetworkInventoryItem",
|
|
2924
2952
|
uberParent: "InventoryItemProperties",
|
|
2925
2953
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2926
|
-
modelProperties:
|
|
2954
|
+
modelProperties: {
|
|
2955
|
+
...exports.InventoryItemProperties.type.modelProperties
|
|
2956
|
+
}
|
|
2927
2957
|
}
|
|
2928
2958
|
};
|
|
2929
2959
|
exports.ClusterInventoryItem = {
|
|
@@ -2933,7 +2963,9 @@ exports.ClusterInventoryItem = {
|
|
|
2933
2963
|
className: "ClusterInventoryItem",
|
|
2934
2964
|
uberParent: "InventoryItemProperties",
|
|
2935
2965
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2936
|
-
modelProperties:
|
|
2966
|
+
modelProperties: {
|
|
2967
|
+
...exports.InventoryItemProperties.type.modelProperties
|
|
2968
|
+
}
|
|
2937
2969
|
}
|
|
2938
2970
|
};
|
|
2939
2971
|
exports.DatastoreInventoryItem = {
|
|
@@ -2943,17 +2975,21 @@ exports.DatastoreInventoryItem = {
|
|
|
2943
2975
|
className: "DatastoreInventoryItem",
|
|
2944
2976
|
uberParent: "InventoryItemProperties",
|
|
2945
2977
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2946
|
-
modelProperties:
|
|
2978
|
+
modelProperties: {
|
|
2979
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2980
|
+
capacityGB: {
|
|
2947
2981
|
serializedName: "capacityGB",
|
|
2948
2982
|
type: {
|
|
2949
2983
|
name: "Number"
|
|
2950
2984
|
}
|
|
2951
|
-
},
|
|
2985
|
+
},
|
|
2986
|
+
freeSpaceGB: {
|
|
2952
2987
|
serializedName: "freeSpaceGB",
|
|
2953
2988
|
type: {
|
|
2954
2989
|
name: "Number"
|
|
2955
2990
|
}
|
|
2956
|
-
}
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2957
2993
|
}
|
|
2958
2994
|
};
|
|
2959
2995
|
exports.HostInventoryItem = {
|
|
@@ -2963,120 +2999,144 @@ exports.HostInventoryItem = {
|
|
|
2963
2999
|
className: "HostInventoryItem",
|
|
2964
3000
|
uberParent: "InventoryItemProperties",
|
|
2965
3001
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2966
|
-
modelProperties:
|
|
3002
|
+
modelProperties: {
|
|
3003
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
3004
|
+
parent: {
|
|
2967
3005
|
serializedName: "parent",
|
|
2968
3006
|
type: {
|
|
2969
3007
|
name: "Composite",
|
|
2970
3008
|
className: "InventoryItemDetails"
|
|
2971
3009
|
}
|
|
2972
|
-
}
|
|
3010
|
+
}
|
|
3011
|
+
}
|
|
2973
3012
|
}
|
|
2974
3013
|
};
|
|
2975
3014
|
exports.ProxyResource = {
|
|
2976
3015
|
type: {
|
|
2977
3016
|
name: "Composite",
|
|
2978
3017
|
className: "ProxyResource",
|
|
2979
|
-
modelProperties:
|
|
3018
|
+
modelProperties: {
|
|
3019
|
+
...exports.Resource.type.modelProperties
|
|
3020
|
+
}
|
|
2980
3021
|
}
|
|
2981
3022
|
};
|
|
2982
3023
|
exports.InventoryItem = {
|
|
2983
3024
|
type: {
|
|
2984
3025
|
name: "Composite",
|
|
2985
3026
|
className: "InventoryItem",
|
|
2986
|
-
modelProperties:
|
|
3027
|
+
modelProperties: {
|
|
3028
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3029
|
+
kind: {
|
|
2987
3030
|
serializedName: "kind",
|
|
2988
3031
|
type: {
|
|
2989
3032
|
name: "String"
|
|
2990
3033
|
}
|
|
2991
|
-
},
|
|
3034
|
+
},
|
|
3035
|
+
inventoryType: {
|
|
2992
3036
|
serializedName: "properties.inventoryType",
|
|
2993
3037
|
required: true,
|
|
2994
3038
|
type: {
|
|
2995
3039
|
name: "String"
|
|
2996
3040
|
}
|
|
2997
|
-
},
|
|
3041
|
+
},
|
|
3042
|
+
managedResourceId: {
|
|
2998
3043
|
serializedName: "properties.managedResourceId",
|
|
2999
3044
|
type: {
|
|
3000
3045
|
name: "String"
|
|
3001
3046
|
}
|
|
3002
|
-
},
|
|
3047
|
+
},
|
|
3048
|
+
moRefId: {
|
|
3003
3049
|
serializedName: "properties.moRefId",
|
|
3004
3050
|
type: {
|
|
3005
3051
|
name: "String"
|
|
3006
3052
|
}
|
|
3007
|
-
},
|
|
3053
|
+
},
|
|
3054
|
+
moName: {
|
|
3008
3055
|
serializedName: "properties.moName",
|
|
3009
3056
|
type: {
|
|
3010
3057
|
name: "String"
|
|
3011
3058
|
}
|
|
3012
|
-
},
|
|
3059
|
+
},
|
|
3060
|
+
provisioningState: {
|
|
3013
3061
|
serializedName: "properties.provisioningState",
|
|
3014
3062
|
readOnly: true,
|
|
3015
3063
|
type: {
|
|
3016
3064
|
name: "String"
|
|
3017
3065
|
}
|
|
3018
|
-
}
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3019
3068
|
}
|
|
3020
3069
|
};
|
|
3021
3070
|
exports.VirtualMachineInstance = {
|
|
3022
3071
|
type: {
|
|
3023
3072
|
name: "Composite",
|
|
3024
3073
|
className: "VirtualMachineInstance",
|
|
3025
|
-
modelProperties:
|
|
3074
|
+
modelProperties: {
|
|
3075
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3076
|
+
extendedLocation: {
|
|
3026
3077
|
serializedName: "extendedLocation",
|
|
3027
3078
|
type: {
|
|
3028
3079
|
name: "Composite",
|
|
3029
3080
|
className: "ExtendedLocation"
|
|
3030
3081
|
}
|
|
3031
|
-
},
|
|
3082
|
+
},
|
|
3083
|
+
placementProfile: {
|
|
3032
3084
|
serializedName: "properties.placementProfile",
|
|
3033
3085
|
type: {
|
|
3034
3086
|
name: "Composite",
|
|
3035
3087
|
className: "PlacementProfile"
|
|
3036
3088
|
}
|
|
3037
|
-
},
|
|
3089
|
+
},
|
|
3090
|
+
osProfile: {
|
|
3038
3091
|
serializedName: "properties.osProfile",
|
|
3039
3092
|
type: {
|
|
3040
3093
|
name: "Composite",
|
|
3041
3094
|
className: "OsProfileForVMInstance"
|
|
3042
3095
|
}
|
|
3043
|
-
},
|
|
3096
|
+
},
|
|
3097
|
+
hardwareProfile: {
|
|
3044
3098
|
serializedName: "properties.hardwareProfile",
|
|
3045
3099
|
type: {
|
|
3046
3100
|
name: "Composite",
|
|
3047
3101
|
className: "HardwareProfile"
|
|
3048
3102
|
}
|
|
3049
|
-
},
|
|
3103
|
+
},
|
|
3104
|
+
networkProfile: {
|
|
3050
3105
|
serializedName: "properties.networkProfile",
|
|
3051
3106
|
type: {
|
|
3052
3107
|
name: "Composite",
|
|
3053
3108
|
className: "NetworkProfile"
|
|
3054
3109
|
}
|
|
3055
|
-
},
|
|
3110
|
+
},
|
|
3111
|
+
storageProfile: {
|
|
3056
3112
|
serializedName: "properties.storageProfile",
|
|
3057
3113
|
type: {
|
|
3058
3114
|
name: "Composite",
|
|
3059
3115
|
className: "StorageProfile"
|
|
3060
3116
|
}
|
|
3061
|
-
},
|
|
3117
|
+
},
|
|
3118
|
+
securityProfile: {
|
|
3062
3119
|
serializedName: "properties.securityProfile",
|
|
3063
3120
|
type: {
|
|
3064
3121
|
name: "Composite",
|
|
3065
3122
|
className: "SecurityProfile"
|
|
3066
3123
|
}
|
|
3067
|
-
},
|
|
3124
|
+
},
|
|
3125
|
+
infrastructureProfile: {
|
|
3068
3126
|
serializedName: "properties.infrastructureProfile",
|
|
3069
3127
|
type: {
|
|
3070
3128
|
name: "Composite",
|
|
3071
3129
|
className: "InfrastructureProfile"
|
|
3072
3130
|
}
|
|
3073
|
-
},
|
|
3131
|
+
},
|
|
3132
|
+
powerState: {
|
|
3074
3133
|
serializedName: "properties.powerState",
|
|
3075
3134
|
readOnly: true,
|
|
3076
3135
|
type: {
|
|
3077
3136
|
name: "String"
|
|
3078
3137
|
}
|
|
3079
|
-
},
|
|
3138
|
+
},
|
|
3139
|
+
statuses: {
|
|
3080
3140
|
serializedName: "properties.statuses",
|
|
3081
3141
|
readOnly: true,
|
|
3082
3142
|
type: {
|
|
@@ -3088,89 +3148,106 @@ exports.VirtualMachineInstance = {
|
|
|
3088
3148
|
}
|
|
3089
3149
|
}
|
|
3090
3150
|
}
|
|
3091
|
-
},
|
|
3151
|
+
},
|
|
3152
|
+
provisioningState: {
|
|
3092
3153
|
serializedName: "properties.provisioningState",
|
|
3093
3154
|
readOnly: true,
|
|
3094
3155
|
type: {
|
|
3095
3156
|
name: "String"
|
|
3096
3157
|
}
|
|
3097
|
-
},
|
|
3158
|
+
},
|
|
3159
|
+
resourceUid: {
|
|
3098
3160
|
serializedName: "properties.resourceUid",
|
|
3099
3161
|
readOnly: true,
|
|
3100
3162
|
type: {
|
|
3101
3163
|
name: "String"
|
|
3102
3164
|
}
|
|
3103
|
-
}
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3104
3167
|
}
|
|
3105
3168
|
};
|
|
3106
3169
|
exports.VmInstanceHybridIdentityMetadata = {
|
|
3107
3170
|
type: {
|
|
3108
3171
|
name: "Composite",
|
|
3109
3172
|
className: "VmInstanceHybridIdentityMetadata",
|
|
3110
|
-
modelProperties:
|
|
3173
|
+
modelProperties: {
|
|
3174
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3175
|
+
resourceUid: {
|
|
3111
3176
|
serializedName: "properties.resourceUid",
|
|
3112
3177
|
type: {
|
|
3113
3178
|
name: "String"
|
|
3114
3179
|
}
|
|
3115
|
-
},
|
|
3180
|
+
},
|
|
3181
|
+
publicKey: {
|
|
3116
3182
|
serializedName: "properties.publicKey",
|
|
3117
3183
|
type: {
|
|
3118
3184
|
name: "String"
|
|
3119
3185
|
}
|
|
3120
|
-
},
|
|
3186
|
+
},
|
|
3187
|
+
provisioningState: {
|
|
3121
3188
|
serializedName: "properties.provisioningState",
|
|
3122
3189
|
readOnly: true,
|
|
3123
3190
|
type: {
|
|
3124
3191
|
name: "String"
|
|
3125
3192
|
}
|
|
3126
|
-
}
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3127
3195
|
}
|
|
3128
3196
|
};
|
|
3129
3197
|
exports.GuestAgent = {
|
|
3130
3198
|
type: {
|
|
3131
3199
|
name: "Composite",
|
|
3132
3200
|
className: "GuestAgent",
|
|
3133
|
-
modelProperties:
|
|
3201
|
+
modelProperties: {
|
|
3202
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3203
|
+
uuid: {
|
|
3134
3204
|
serializedName: "properties.uuid",
|
|
3135
3205
|
readOnly: true,
|
|
3136
3206
|
type: {
|
|
3137
3207
|
name: "String"
|
|
3138
3208
|
}
|
|
3139
|
-
},
|
|
3209
|
+
},
|
|
3210
|
+
credentials: {
|
|
3140
3211
|
serializedName: "properties.credentials",
|
|
3141
3212
|
type: {
|
|
3142
3213
|
name: "Composite",
|
|
3143
3214
|
className: "GuestCredential"
|
|
3144
3215
|
}
|
|
3145
|
-
},
|
|
3216
|
+
},
|
|
3217
|
+
privateLinkScopeResourceId: {
|
|
3146
3218
|
serializedName: "properties.privateLinkScopeResourceId",
|
|
3147
3219
|
type: {
|
|
3148
3220
|
name: "String"
|
|
3149
3221
|
}
|
|
3150
|
-
},
|
|
3222
|
+
},
|
|
3223
|
+
httpProxyConfig: {
|
|
3151
3224
|
serializedName: "properties.httpProxyConfig",
|
|
3152
3225
|
type: {
|
|
3153
3226
|
name: "Composite",
|
|
3154
3227
|
className: "HttpProxyConfiguration"
|
|
3155
3228
|
}
|
|
3156
|
-
},
|
|
3229
|
+
},
|
|
3230
|
+
provisioningAction: {
|
|
3157
3231
|
serializedName: "properties.provisioningAction",
|
|
3158
3232
|
type: {
|
|
3159
3233
|
name: "String"
|
|
3160
3234
|
}
|
|
3161
|
-
},
|
|
3235
|
+
},
|
|
3236
|
+
status: {
|
|
3162
3237
|
serializedName: "properties.status",
|
|
3163
3238
|
readOnly: true,
|
|
3164
3239
|
type: {
|
|
3165
3240
|
name: "String"
|
|
3166
3241
|
}
|
|
3167
|
-
},
|
|
3242
|
+
},
|
|
3243
|
+
customResourceName: {
|
|
3168
3244
|
serializedName: "properties.customResourceName",
|
|
3169
3245
|
readOnly: true,
|
|
3170
3246
|
type: {
|
|
3171
3247
|
name: "String"
|
|
3172
3248
|
}
|
|
3173
|
-
},
|
|
3249
|
+
},
|
|
3250
|
+
statuses: {
|
|
3174
3251
|
serializedName: "properties.statuses",
|
|
3175
3252
|
readOnly: true,
|
|
3176
3253
|
type: {
|
|
@@ -3182,13 +3259,15 @@ exports.GuestAgent = {
|
|
|
3182
3259
|
}
|
|
3183
3260
|
}
|
|
3184
3261
|
}
|
|
3185
|
-
},
|
|
3262
|
+
},
|
|
3263
|
+
provisioningState: {
|
|
3186
3264
|
serializedName: "properties.provisioningState",
|
|
3187
3265
|
readOnly: true,
|
|
3188
3266
|
type: {
|
|
3189
3267
|
name: "String"
|
|
3190
3268
|
}
|
|
3191
|
-
}
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3192
3271
|
}
|
|
3193
3272
|
};
|
|
3194
3273
|
exports.ResourcePoolsDeleteHeaders = {
|