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