@azure/arm-avs 5.0.1-alpha.20240925.1 → 6.0.0
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/CHANGELOG.md +47 -7
- package/dist/index.js +136 -543
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js.map +1 -1
- package/dist-esm/src/azureVMwareSolutionAPI.js +1 -1
- package/dist-esm/src/models/index.d.ts +80 -227
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +6 -6
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -36
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +50 -425
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +0 -6
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -25
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/addons.js +2 -2
- package/dist-esm/src/operations/addons.js.map +1 -1
- package/dist-esm/src/operations/authorizations.js +2 -2
- package/dist-esm/src/operations/authorizations.js.map +1 -1
- package/dist-esm/src/operations/cloudLinks.js +2 -2
- package/dist-esm/src/operations/cloudLinks.js.map +1 -1
- package/dist-esm/src/operations/clusters.js +2 -2
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/datastores.js +2 -2
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/globalReachConnections.js +2 -2
- package/dist-esm/src/operations/globalReachConnections.js.map +1 -1
- package/dist-esm/src/operations/hcxEnterpriseSites.js +2 -2
- package/dist-esm/src/operations/hcxEnterpriseSites.js.map +1 -1
- package/dist-esm/src/operations/placementPolicies.js +2 -2
- package/dist-esm/src/operations/placementPolicies.js.map +1 -1
- package/dist-esm/src/operations/privateClouds.js +4 -4
- package/dist-esm/src/operations/privateClouds.js.map +1 -1
- package/dist-esm/src/operations/scriptCmdlets.js +2 -2
- package/dist-esm/src/operations/scriptCmdlets.js.map +1 -1
- package/dist-esm/src/operations/scriptExecutions.js +2 -2
- package/dist-esm/src/operations/scriptExecutions.js.map +1 -1
- package/dist-esm/src/operations/scriptPackages.js +2 -2
- package/dist-esm/src/operations/scriptPackages.js.map +1 -1
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualMachines.js +3 -2
- package/dist-esm/src/operations/virtualMachines.js.map +1 -1
- package/dist-esm/src/operations/workloadNetworks.d.ts +13 -13
- package/dist-esm/src/operations/workloadNetworks.d.ts.map +1 -1
- package/dist-esm/src/operations/workloadNetworks.js +26 -26
- package/dist-esm/src/operations/workloadNetworks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts.map +1 -1
- package/package.json +32 -31
- package/review/arm-avs.api.md +140 -222
- package/src/azureVMwareSolutionAPI.ts +1 -1
- package/src/models/index.ts +80 -250
- package/src/models/mappers.ts +64 -459
- package/src/models/parameters.ts +0 -36
- package/src/operations/addons.ts +2 -2
- package/src/operations/authorizations.ts +2 -2
- package/src/operations/cloudLinks.ts +2 -2
- package/src/operations/clusters.ts +2 -2
- package/src/operations/datastores.ts +2 -2
- package/src/operations/globalReachConnections.ts +2 -2
- package/src/operations/hcxEnterpriseSites.ts +2 -2
- package/src/operations/placementPolicies.ts +2 -2
- package/src/operations/privateClouds.ts +4 -4
- package/src/operations/scriptCmdlets.ts +2 -2
- package/src/operations/scriptExecutions.ts +2 -2
- package/src/operations/scriptPackages.ts +2 -2
- package/src/operations/virtualMachines.ts +3 -2
- package/src/operations/workloadNetworks.ts +38 -44
- package/src/operationsInterfaces/workloadNetworks.ts +12 -18
- package/types/arm-avs.d.ts +183 -340
package/types/arm-avs.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare interface AddonHcxProperties extends AddonProperties {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
/** The response of a Addon list operation. */
|
|
39
|
-
export declare interface
|
|
39
|
+
export declare interface AddonList {
|
|
40
40
|
/** The Addon items on this page */
|
|
41
41
|
value: Addon[];
|
|
42
42
|
/** The link to the next page of items */
|
|
@@ -169,14 +169,14 @@ export declare interface AddonsListNextOptionalParams extends coreClient.Operati
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/** Contains response data for the listNext operation. */
|
|
172
|
-
export declare type AddonsListNextResponse =
|
|
172
|
+
export declare type AddonsListNextResponse = AddonList;
|
|
173
173
|
|
|
174
174
|
/** Optional parameters. */
|
|
175
175
|
export declare interface AddonsListOptionalParams extends coreClient.OperationOptions {
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
/** Contains response data for the list operation. */
|
|
179
|
-
export declare type AddonsListResponse =
|
|
179
|
+
export declare type AddonsListResponse = AddonList;
|
|
180
180
|
|
|
181
181
|
/** The properties of a Site Recovery Manager (SRM) addon */
|
|
182
182
|
export declare interface AddonSrmProperties extends AddonProperties {
|
|
@@ -350,14 +350,14 @@ export declare interface AuthorizationsListNextOptionalParams extends coreClient
|
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
/** Contains response data for the listNext operation. */
|
|
353
|
-
export declare type AuthorizationsListNextResponse =
|
|
353
|
+
export declare type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;
|
|
354
354
|
|
|
355
355
|
/** Optional parameters. */
|
|
356
356
|
export declare interface AuthorizationsListOptionalParams extends coreClient.OperationOptions {
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
/** Contains response data for the list operation. */
|
|
360
|
-
export declare type AuthorizationsListResponse =
|
|
360
|
+
export declare type AuthorizationsListResponse = ExpressRouteAuthorizationList;
|
|
361
361
|
|
|
362
362
|
/** The properties describing private cloud availability zone distribution */
|
|
363
363
|
export declare interface AvailabilityProperties {
|
|
@@ -472,7 +472,7 @@ export declare interface CloudLink extends ProxyResource {
|
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
/** The response of a CloudLink list operation. */
|
|
475
|
-
export declare interface
|
|
475
|
+
export declare interface CloudLinkList {
|
|
476
476
|
/** The CloudLink items on this page */
|
|
477
477
|
value: CloudLink[];
|
|
478
478
|
/** The link to the next page of items */
|
|
@@ -588,14 +588,14 @@ export declare interface CloudLinksListNextOptionalParams extends coreClient.Ope
|
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
/** Contains response data for the listNext operation. */
|
|
591
|
-
export declare type CloudLinksListNextResponse =
|
|
591
|
+
export declare type CloudLinksListNextResponse = CloudLinkList;
|
|
592
592
|
|
|
593
593
|
/** Optional parameters. */
|
|
594
594
|
export declare interface CloudLinksListOptionalParams extends coreClient.OperationOptions {
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
/** Contains response data for the list operation. */
|
|
598
|
-
export declare type CloudLinksListResponse =
|
|
598
|
+
export declare type CloudLinksListResponse = CloudLinkList;
|
|
599
599
|
|
|
600
600
|
/**
|
|
601
601
|
* Defines values for CloudLinkStatus. \
|
|
@@ -633,7 +633,7 @@ export declare interface Cluster extends ProxyResource {
|
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
/** The response of a Cluster list operation. */
|
|
636
|
-
export declare interface
|
|
636
|
+
export declare interface ClusterList {
|
|
637
637
|
/** The Cluster items on this page */
|
|
638
638
|
value: Cluster[];
|
|
639
639
|
/** The link to the next page of items */
|
|
@@ -778,14 +778,14 @@ export declare interface ClustersListNextOptionalParams extends coreClient.Opera
|
|
|
778
778
|
}
|
|
779
779
|
|
|
780
780
|
/** Contains response data for the listNext operation. */
|
|
781
|
-
export declare type ClustersListNextResponse =
|
|
781
|
+
export declare type ClustersListNextResponse = ClusterList;
|
|
782
782
|
|
|
783
783
|
/** Optional parameters. */
|
|
784
784
|
export declare interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
785
785
|
}
|
|
786
786
|
|
|
787
787
|
/** Contains response data for the list operation. */
|
|
788
|
-
export declare type ClustersListResponse =
|
|
788
|
+
export declare type ClustersListResponse = ClusterList;
|
|
789
789
|
|
|
790
790
|
/** Optional parameters. */
|
|
791
791
|
export declare interface ClustersListZonesOptionalParams extends coreClient.OperationOptions {
|
|
@@ -876,7 +876,7 @@ export declare interface Datastore extends ProxyResource {
|
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
/** The response of a Datastore list operation. */
|
|
879
|
-
export declare interface
|
|
879
|
+
export declare interface DatastoreList {
|
|
880
880
|
/** The Datastore items on this page */
|
|
881
881
|
value: Datastore[];
|
|
882
882
|
/** The link to the next page of items */
|
|
@@ -1003,14 +1003,14 @@ export declare interface DatastoresListNextOptionalParams extends coreClient.Ope
|
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
1005
|
/** Contains response data for the listNext operation. */
|
|
1006
|
-
export declare type DatastoresListNextResponse =
|
|
1006
|
+
export declare type DatastoresListNextResponse = DatastoreList;
|
|
1007
1007
|
|
|
1008
1008
|
/** Optional parameters. */
|
|
1009
1009
|
export declare interface DatastoresListOptionalParams extends coreClient.OperationOptions {
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
/** Contains response data for the list operation. */
|
|
1013
|
-
export declare type DatastoresListResponse =
|
|
1013
|
+
export declare type DatastoresListResponse = DatastoreList;
|
|
1014
1014
|
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Defines values for DatastoreStatus. \
|
|
@@ -1262,7 +1262,7 @@ export declare interface ExpressRouteAuthorization extends ProxyResource {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
/** The response of a ExpressRouteAuthorization list operation. */
|
|
1265
|
-
export declare interface
|
|
1265
|
+
export declare interface ExpressRouteAuthorizationList {
|
|
1266
1266
|
/** The ExpressRouteAuthorization items on this page */
|
|
1267
1267
|
value: ExpressRouteAuthorization[];
|
|
1268
1268
|
/** The link to the next page of items */
|
|
@@ -1326,7 +1326,7 @@ export declare interface GlobalReachConnection extends ProxyResource {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
1328
|
/** The response of a GlobalReachConnection list operation. */
|
|
1329
|
-
export declare interface
|
|
1329
|
+
export declare interface GlobalReachConnectionList {
|
|
1330
1330
|
/** The GlobalReachConnection items on this page */
|
|
1331
1331
|
value: GlobalReachConnection[];
|
|
1332
1332
|
/** The link to the next page of items */
|
|
@@ -1443,14 +1443,14 @@ export declare interface GlobalReachConnectionsListNextOptionalParams extends co
|
|
|
1443
1443
|
}
|
|
1444
1444
|
|
|
1445
1445
|
/** Contains response data for the listNext operation. */
|
|
1446
|
-
export declare type GlobalReachConnectionsListNextResponse =
|
|
1446
|
+
export declare type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;
|
|
1447
1447
|
|
|
1448
1448
|
/** Optional parameters. */
|
|
1449
1449
|
export declare interface GlobalReachConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1450
1450
|
}
|
|
1451
1451
|
|
|
1452
1452
|
/** Contains response data for the list operation. */
|
|
1453
|
-
export declare type GlobalReachConnectionsListResponse =
|
|
1453
|
+
export declare type GlobalReachConnectionsListResponse = GlobalReachConnectionList;
|
|
1454
1454
|
|
|
1455
1455
|
/**
|
|
1456
1456
|
* Defines values for GlobalReachConnectionStatus. \
|
|
@@ -1483,7 +1483,7 @@ export declare interface HcxEnterpriseSite extends ProxyResource {
|
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
1485
|
/** The response of a HcxEnterpriseSite list operation. */
|
|
1486
|
-
export declare interface
|
|
1486
|
+
export declare interface HcxEnterpriseSiteList {
|
|
1487
1487
|
/** The HcxEnterpriseSite items on this page */
|
|
1488
1488
|
value: HcxEnterpriseSite[];
|
|
1489
1489
|
/** The link to the next page of items */
|
|
@@ -1560,14 +1560,14 @@ export declare interface HcxEnterpriseSitesListNextOptionalParams extends coreCl
|
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
1562
|
/** Contains response data for the listNext operation. */
|
|
1563
|
-
export declare type HcxEnterpriseSitesListNextResponse =
|
|
1563
|
+
export declare type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;
|
|
1564
1564
|
|
|
1565
1565
|
/** Optional parameters. */
|
|
1566
1566
|
export declare interface HcxEnterpriseSitesListOptionalParams extends coreClient.OperationOptions {
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
/** Contains response data for the list operation. */
|
|
1570
|
-
export declare type HcxEnterpriseSitesListResponse =
|
|
1570
|
+
export declare type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;
|
|
1571
1571
|
|
|
1572
1572
|
/**
|
|
1573
1573
|
* Defines values for HcxEnterpriseSiteStatus. \
|
|
@@ -2172,6 +2172,14 @@ export declare enum KnownQuotaEnabled {
|
|
|
2172
2172
|
Disabled = "Disabled"
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
2176
|
+
export declare enum KnownResourceIdentityType {
|
|
2177
|
+
/** None */
|
|
2178
|
+
None = "None",
|
|
2179
|
+
/** SystemAssigned */
|
|
2180
|
+
SystemAssigned = "SystemAssigned"
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2175
2183
|
/** Known values of {@link ScriptCmdletAudience} that the service accepts. */
|
|
2176
2184
|
export declare enum KnownScriptCmdletAudience {
|
|
2177
2185
|
/** is automation */
|
|
@@ -2274,14 +2282,6 @@ export declare enum KnownSslEnum {
|
|
|
2274
2282
|
Disabled = "Disabled"
|
|
2275
2283
|
}
|
|
2276
2284
|
|
|
2277
|
-
/** Known values of {@link SystemAssignedServiceIdentityType} that the service accepts. */
|
|
2278
|
-
export declare enum KnownSystemAssignedServiceIdentityType {
|
|
2279
|
-
/** None */
|
|
2280
|
-
None = "None",
|
|
2281
|
-
/** SystemAssigned */
|
|
2282
|
-
SystemAssigned = "SystemAssigned"
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
2285
|
/** Known values of {@link TrialStatus} that the service accepts. */
|
|
2286
2286
|
export declare enum KnownTrialStatus {
|
|
2287
2287
|
/** is available */
|
|
@@ -2769,19 +2769,27 @@ export declare interface PlacementPoliciesGetOptionalParams extends coreClient.O
|
|
|
2769
2769
|
/** Contains response data for the get operation. */
|
|
2770
2770
|
export declare type PlacementPoliciesGetResponse = PlacementPolicy;
|
|
2771
2771
|
|
|
2772
|
+
/** The response of a PlacementPolicy list operation. */
|
|
2773
|
+
export declare interface PlacementPoliciesList {
|
|
2774
|
+
/** The PlacementPolicy items on this page */
|
|
2775
|
+
value: PlacementPolicy[];
|
|
2776
|
+
/** The link to the next page of items */
|
|
2777
|
+
nextLink?: string;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2772
2780
|
/** Optional parameters. */
|
|
2773
2781
|
export declare interface PlacementPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2774
2782
|
}
|
|
2775
2783
|
|
|
2776
2784
|
/** Contains response data for the listNext operation. */
|
|
2777
|
-
export declare type PlacementPoliciesListNextResponse =
|
|
2785
|
+
export declare type PlacementPoliciesListNextResponse = PlacementPoliciesList;
|
|
2778
2786
|
|
|
2779
2787
|
/** Optional parameters. */
|
|
2780
2788
|
export declare interface PlacementPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
2781
2789
|
}
|
|
2782
2790
|
|
|
2783
2791
|
/** Contains response data for the list operation. */
|
|
2784
|
-
export declare type PlacementPoliciesListResponse =
|
|
2792
|
+
export declare type PlacementPoliciesListResponse = PlacementPoliciesList;
|
|
2785
2793
|
|
|
2786
2794
|
/** Defines headers for PlacementPolicies_update operation. */
|
|
2787
2795
|
export declare interface PlacementPoliciesUpdateHeaders {
|
|
@@ -2808,14 +2816,6 @@ export declare interface PlacementPolicy extends ProxyResource {
|
|
|
2808
2816
|
properties?: PlacementPolicyPropertiesUnion;
|
|
2809
2817
|
}
|
|
2810
2818
|
|
|
2811
|
-
/** The response of a PlacementPolicy list operation. */
|
|
2812
|
-
export declare interface PlacementPolicyListResult {
|
|
2813
|
-
/** The PlacementPolicy items on this page */
|
|
2814
|
-
value: PlacementPolicy[];
|
|
2815
|
-
/** The link to the next page of items */
|
|
2816
|
-
nextLink?: string;
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
2819
|
/** Abstract placement policy properties */
|
|
2820
2820
|
export declare interface PlacementPolicyProperties {
|
|
2821
2821
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -2907,7 +2907,7 @@ export declare interface PrivateCloud extends TrackedResource {
|
|
|
2907
2907
|
/** The SKU (Stock Keeping Unit) assigned to this resource. */
|
|
2908
2908
|
sku: Sku;
|
|
2909
2909
|
/** The managed service identities assigned to this resource. */
|
|
2910
|
-
identity?:
|
|
2910
|
+
identity?: PrivateCloudIdentity;
|
|
2911
2911
|
/** The default cluster used for management */
|
|
2912
2912
|
managementCluster?: ManagementCluster;
|
|
2913
2913
|
/** Connectivity to internet is enabled or disabled */
|
|
@@ -3000,8 +3000,24 @@ export declare interface PrivateCloud extends TrackedResource {
|
|
|
3000
3000
|
dnsZoneType?: DnsZoneType;
|
|
3001
3001
|
}
|
|
3002
3002
|
|
|
3003
|
+
/** Managed service identity (either system assigned, or none) */
|
|
3004
|
+
export declare interface PrivateCloudIdentity {
|
|
3005
|
+
/**
|
|
3006
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
3007
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3008
|
+
*/
|
|
3009
|
+
readonly principalId?: string;
|
|
3010
|
+
/**
|
|
3011
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
3012
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3013
|
+
*/
|
|
3014
|
+
readonly tenantId?: string;
|
|
3015
|
+
/** Type of managed service identity (either system assigned, or none). */
|
|
3016
|
+
type: ResourceIdentityType;
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3003
3019
|
/** The response of a PrivateCloud list operation. */
|
|
3004
|
-
export declare interface
|
|
3020
|
+
export declare interface PrivateCloudList {
|
|
3005
3021
|
/** The PrivateCloud items on this page */
|
|
3006
3022
|
value: PrivateCloud[];
|
|
3007
3023
|
/** The link to the next page of items */
|
|
@@ -3179,28 +3195,28 @@ export declare interface PrivateCloudsListInSubscriptionNextOptionalParams exten
|
|
|
3179
3195
|
}
|
|
3180
3196
|
|
|
3181
3197
|
/** Contains response data for the listInSubscriptionNext operation. */
|
|
3182
|
-
export declare type PrivateCloudsListInSubscriptionNextResponse =
|
|
3198
|
+
export declare type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;
|
|
3183
3199
|
|
|
3184
3200
|
/** Optional parameters. */
|
|
3185
3201
|
export declare interface PrivateCloudsListInSubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3186
3202
|
}
|
|
3187
3203
|
|
|
3188
3204
|
/** Contains response data for the listInSubscription operation. */
|
|
3189
|
-
export declare type PrivateCloudsListInSubscriptionResponse =
|
|
3205
|
+
export declare type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;
|
|
3190
3206
|
|
|
3191
3207
|
/** Optional parameters. */
|
|
3192
3208
|
export declare interface PrivateCloudsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3193
3209
|
}
|
|
3194
3210
|
|
|
3195
3211
|
/** Contains response data for the listNext operation. */
|
|
3196
|
-
export declare type PrivateCloudsListNextResponse =
|
|
3212
|
+
export declare type PrivateCloudsListNextResponse = PrivateCloudList;
|
|
3197
3213
|
|
|
3198
3214
|
/** Optional parameters. */
|
|
3199
3215
|
export declare interface PrivateCloudsListOptionalParams extends coreClient.OperationOptions {
|
|
3200
3216
|
}
|
|
3201
3217
|
|
|
3202
3218
|
/** Contains response data for the list operation. */
|
|
3203
|
-
export declare type PrivateCloudsListResponse =
|
|
3219
|
+
export declare type PrivateCloudsListResponse = PrivateCloudList;
|
|
3204
3220
|
|
|
3205
3221
|
/** Defines headers for PrivateClouds_rotateNsxtPassword operation. */
|
|
3206
3222
|
export declare interface PrivateCloudsRotateNsxtPasswordHeaders {
|
|
@@ -3268,7 +3284,7 @@ export declare interface PrivateCloudUpdate {
|
|
|
3268
3284
|
/** The SKU (Stock Keeping Unit) assigned to this resource. */
|
|
3269
3285
|
sku?: Sku;
|
|
3270
3286
|
/** The managed service identities assigned to this resource. */
|
|
3271
|
-
identity?:
|
|
3287
|
+
identity?: PrivateCloudIdentity;
|
|
3272
3288
|
/** The default cluster used for management */
|
|
3273
3289
|
managementCluster?: ManagementCluster;
|
|
3274
3290
|
/** Connectivity to internet is enabled or disabled */
|
|
@@ -3357,6 +3373,16 @@ export declare interface Resource {
|
|
|
3357
3373
|
readonly systemData?: SystemData;
|
|
3358
3374
|
}
|
|
3359
3375
|
|
|
3376
|
+
/**
|
|
3377
|
+
* Defines values for ResourceIdentityType. \
|
|
3378
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
3379
|
+
* this enum contains the known values that the service supports.
|
|
3380
|
+
* ### Known values supported by the service
|
|
3381
|
+
* **None** \
|
|
3382
|
+
* **SystemAssigned**
|
|
3383
|
+
*/
|
|
3384
|
+
export declare type ResourceIdentityType = string;
|
|
3385
|
+
|
|
3360
3386
|
/** A cmdlet available for script execution */
|
|
3361
3387
|
export declare interface ScriptCmdlet extends ProxyResource {
|
|
3362
3388
|
/**
|
|
@@ -3396,14 +3422,6 @@ export declare interface ScriptCmdlet extends ProxyResource {
|
|
|
3396
3422
|
*/
|
|
3397
3423
|
export declare type ScriptCmdletAudience = string;
|
|
3398
3424
|
|
|
3399
|
-
/** The response of a ScriptCmdlet list operation. */
|
|
3400
|
-
export declare interface ScriptCmdletListResult {
|
|
3401
|
-
/** The ScriptCmdlet items on this page */
|
|
3402
|
-
value: ScriptCmdlet[];
|
|
3403
|
-
/** The link to the next page of items */
|
|
3404
|
-
nextLink?: string;
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
3425
|
/**
|
|
3408
3426
|
* Defines values for ScriptCmdletProvisioningState. \
|
|
3409
3427
|
* {@link KnownScriptCmdletProvisioningState} can be used interchangeably with ScriptCmdletProvisioningState,
|
|
@@ -3443,19 +3461,27 @@ export declare interface ScriptCmdletsGetOptionalParams extends coreClient.Opera
|
|
|
3443
3461
|
/** Contains response data for the get operation. */
|
|
3444
3462
|
export declare type ScriptCmdletsGetResponse = ScriptCmdlet;
|
|
3445
3463
|
|
|
3464
|
+
/** The response of a ScriptCmdlet list operation. */
|
|
3465
|
+
export declare interface ScriptCmdletsList {
|
|
3466
|
+
/** The ScriptCmdlet items on this page */
|
|
3467
|
+
value: ScriptCmdlet[];
|
|
3468
|
+
/** The link to the next page of items */
|
|
3469
|
+
nextLink?: string;
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3446
3472
|
/** Optional parameters. */
|
|
3447
3473
|
export declare interface ScriptCmdletsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3448
3474
|
}
|
|
3449
3475
|
|
|
3450
3476
|
/** Contains response data for the listNext operation. */
|
|
3451
|
-
export declare type ScriptCmdletsListNextResponse =
|
|
3477
|
+
export declare type ScriptCmdletsListNextResponse = ScriptCmdletsList;
|
|
3452
3478
|
|
|
3453
3479
|
/** Optional parameters. */
|
|
3454
3480
|
export declare interface ScriptCmdletsListOptionalParams extends coreClient.OperationOptions {
|
|
3455
3481
|
}
|
|
3456
3482
|
|
|
3457
3483
|
/** Contains response data for the list operation. */
|
|
3458
|
-
export declare type ScriptCmdletsListResponse =
|
|
3484
|
+
export declare type ScriptCmdletsListResponse = ScriptCmdletsList;
|
|
3459
3485
|
|
|
3460
3486
|
/** An instance of a script executed by a user - custom or AVS */
|
|
3461
3487
|
export declare interface ScriptExecution extends ProxyResource {
|
|
@@ -3520,14 +3546,6 @@ export declare interface ScriptExecution extends ProxyResource {
|
|
|
3520
3546
|
readonly errors?: string[];
|
|
3521
3547
|
}
|
|
3522
3548
|
|
|
3523
|
-
/** The response of a ScriptExecution list operation. */
|
|
3524
|
-
export declare interface ScriptExecutionListResult {
|
|
3525
|
-
/** The ScriptExecution items on this page */
|
|
3526
|
-
value: ScriptExecution[];
|
|
3527
|
-
/** The link to the next page of items */
|
|
3528
|
-
nextLink?: string;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
3549
|
/** The arguments passed in to the execution */
|
|
3532
3550
|
export declare interface ScriptExecutionParameter {
|
|
3533
3551
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3675,19 +3693,27 @@ export declare interface ScriptExecutionsGetOptionalParams extends coreClient.Op
|
|
|
3675
3693
|
/** Contains response data for the get operation. */
|
|
3676
3694
|
export declare type ScriptExecutionsGetResponse = ScriptExecution;
|
|
3677
3695
|
|
|
3696
|
+
/** The response of a ScriptExecution list operation. */
|
|
3697
|
+
export declare interface ScriptExecutionsList {
|
|
3698
|
+
/** The ScriptExecution items on this page */
|
|
3699
|
+
value: ScriptExecution[];
|
|
3700
|
+
/** The link to the next page of items */
|
|
3701
|
+
nextLink?: string;
|
|
3702
|
+
}
|
|
3703
|
+
|
|
3678
3704
|
/** Optional parameters. */
|
|
3679
3705
|
export declare interface ScriptExecutionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3680
3706
|
}
|
|
3681
3707
|
|
|
3682
3708
|
/** Contains response data for the listNext operation. */
|
|
3683
|
-
export declare type ScriptExecutionsListNextResponse =
|
|
3709
|
+
export declare type ScriptExecutionsListNextResponse = ScriptExecutionsList;
|
|
3684
3710
|
|
|
3685
3711
|
/** Optional parameters. */
|
|
3686
3712
|
export declare interface ScriptExecutionsListOptionalParams extends coreClient.OperationOptions {
|
|
3687
3713
|
}
|
|
3688
3714
|
|
|
3689
3715
|
/** Contains response data for the list operation. */
|
|
3690
|
-
export declare type ScriptExecutionsListResponse =
|
|
3716
|
+
export declare type ScriptExecutionsListResponse = ScriptExecutionsList;
|
|
3691
3717
|
|
|
3692
3718
|
/**
|
|
3693
3719
|
* Defines values for ScriptOutputStreamType. \
|
|
@@ -3730,14 +3756,6 @@ export declare interface ScriptPackage extends ProxyResource {
|
|
|
3730
3756
|
readonly uri?: string;
|
|
3731
3757
|
}
|
|
3732
3758
|
|
|
3733
|
-
/** The response of a ScriptPackage list operation. */
|
|
3734
|
-
export declare interface ScriptPackageListResult {
|
|
3735
|
-
/** The ScriptPackage items on this page */
|
|
3736
|
-
value: ScriptPackage[];
|
|
3737
|
-
/** The link to the next page of items */
|
|
3738
|
-
nextLink?: string;
|
|
3739
|
-
}
|
|
3740
|
-
|
|
3741
3759
|
/**
|
|
3742
3760
|
* Defines values for ScriptPackageProvisioningState. \
|
|
3743
3761
|
* {@link KnownScriptPackageProvisioningState} can be used interchangeably with ScriptPackageProvisioningState,
|
|
@@ -3775,19 +3793,27 @@ export declare interface ScriptPackagesGetOptionalParams extends coreClient.Oper
|
|
|
3775
3793
|
/** Contains response data for the get operation. */
|
|
3776
3794
|
export declare type ScriptPackagesGetResponse = ScriptPackage;
|
|
3777
3795
|
|
|
3796
|
+
/** The response of a ScriptPackage list operation. */
|
|
3797
|
+
export declare interface ScriptPackagesList {
|
|
3798
|
+
/** The ScriptPackage items on this page */
|
|
3799
|
+
value: ScriptPackage[];
|
|
3800
|
+
/** The link to the next page of items */
|
|
3801
|
+
nextLink?: string;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3778
3804
|
/** Optional parameters. */
|
|
3779
3805
|
export declare interface ScriptPackagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3780
3806
|
}
|
|
3781
3807
|
|
|
3782
3808
|
/** Contains response data for the listNext operation. */
|
|
3783
|
-
export declare type ScriptPackagesListNextResponse =
|
|
3809
|
+
export declare type ScriptPackagesListNextResponse = ScriptPackagesList;
|
|
3784
3810
|
|
|
3785
3811
|
/** Optional parameters. */
|
|
3786
3812
|
export declare interface ScriptPackagesListOptionalParams extends coreClient.OperationOptions {
|
|
3787
3813
|
}
|
|
3788
3814
|
|
|
3789
3815
|
/** Contains response data for the list operation. */
|
|
3790
|
-
export declare type ScriptPackagesListResponse =
|
|
3816
|
+
export declare type ScriptPackagesListResponse = ScriptPackagesList;
|
|
3791
3817
|
|
|
3792
3818
|
/** An parameter that the script will accept */
|
|
3793
3819
|
export declare interface ScriptParameter {
|
|
@@ -3887,32 +3913,6 @@ export declare type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
|
3887
3913
|
*/
|
|
3888
3914
|
export declare type SslEnum = string;
|
|
3889
3915
|
|
|
3890
|
-
/** Managed service identity (either system assigned, or none) */
|
|
3891
|
-
export declare interface SystemAssignedServiceIdentity {
|
|
3892
|
-
/**
|
|
3893
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
3894
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3895
|
-
*/
|
|
3896
|
-
readonly principalId?: string;
|
|
3897
|
-
/**
|
|
3898
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
3899
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3900
|
-
*/
|
|
3901
|
-
readonly tenantId?: string;
|
|
3902
|
-
/** Type of managed service identity (either system assigned, or none). */
|
|
3903
|
-
type: SystemAssignedServiceIdentityType;
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
/**
|
|
3907
|
-
* Defines values for SystemAssignedServiceIdentityType. \
|
|
3908
|
-
* {@link KnownSystemAssignedServiceIdentityType} can be used interchangeably with SystemAssignedServiceIdentityType,
|
|
3909
|
-
* this enum contains the known values that the service supports.
|
|
3910
|
-
* ### Known values supported by the service
|
|
3911
|
-
* **None** \
|
|
3912
|
-
* **SystemAssigned**
|
|
3913
|
-
*/
|
|
3914
|
-
export declare type SystemAssignedServiceIdentityType = string;
|
|
3915
|
-
|
|
3916
3916
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
3917
3917
|
export declare interface SystemData {
|
|
3918
3918
|
/** The identity that created the resource. */
|
|
@@ -3993,14 +3993,6 @@ export declare interface VirtualMachine extends ProxyResource {
|
|
|
3993
3993
|
readonly restrictMovement?: VirtualMachineRestrictMovementState;
|
|
3994
3994
|
}
|
|
3995
3995
|
|
|
3996
|
-
/** The response of a VirtualMachine list operation. */
|
|
3997
|
-
export declare interface VirtualMachineListResult {
|
|
3998
|
-
/** The VirtualMachine items on this page */
|
|
3999
|
-
value: VirtualMachine[];
|
|
4000
|
-
/** The link to the next page of items */
|
|
4001
|
-
nextLink?: string;
|
|
4002
|
-
}
|
|
4003
|
-
|
|
4004
3996
|
/**
|
|
4005
3997
|
* Defines values for VirtualMachineProvisioningState. \
|
|
4006
3998
|
* {@link KnownVirtualMachineProvisioningState} can be used interchangeably with VirtualMachineProvisioningState,
|
|
@@ -4076,19 +4068,27 @@ export declare interface VirtualMachinesGetOptionalParams extends coreClient.Ope
|
|
|
4076
4068
|
/** Contains response data for the get operation. */
|
|
4077
4069
|
export declare type VirtualMachinesGetResponse = VirtualMachine;
|
|
4078
4070
|
|
|
4071
|
+
/** The response of a VirtualMachine list operation. */
|
|
4072
|
+
export declare interface VirtualMachinesList {
|
|
4073
|
+
/** The VirtualMachine items on this page */
|
|
4074
|
+
value: VirtualMachine[];
|
|
4075
|
+
/** The link to the next page of items */
|
|
4076
|
+
nextLink?: string;
|
|
4077
|
+
}
|
|
4078
|
+
|
|
4079
4079
|
/** Optional parameters. */
|
|
4080
4080
|
export declare interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4081
4081
|
}
|
|
4082
4082
|
|
|
4083
4083
|
/** Contains response data for the listNext operation. */
|
|
4084
|
-
export declare type VirtualMachinesListNextResponse =
|
|
4084
|
+
export declare type VirtualMachinesListNextResponse = VirtualMachinesList;
|
|
4085
4085
|
|
|
4086
4086
|
/** Optional parameters. */
|
|
4087
4087
|
export declare interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
4088
4088
|
}
|
|
4089
4089
|
|
|
4090
4090
|
/** Contains response data for the list operation. */
|
|
4091
|
-
export declare type VirtualMachinesListResponse =
|
|
4091
|
+
export declare type VirtualMachinesListResponse = VirtualMachinesList;
|
|
4092
4092
|
|
|
4093
4093
|
/** Defines headers for VirtualMachines_restrictMovement operation. */
|
|
4094
4094
|
export declare interface VirtualMachinesRestrictMovementHeaders {
|
|
@@ -4206,23 +4206,8 @@ export declare interface WorkloadNetworkDhcpEntity {
|
|
|
4206
4206
|
|
|
4207
4207
|
export declare type WorkloadNetworkDhcpEntityUnion = WorkloadNetworkDhcpEntity | WorkloadNetworkDhcpRelay | WorkloadNetworkDhcpServer;
|
|
4208
4208
|
|
|
4209
|
-
/**
|
|
4210
|
-
* Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to
|
|
4211
|
-
* inherit from
|
|
4212
|
-
*/
|
|
4213
|
-
export declare interface WorkloadNetworkDhcpEntityUpdate {
|
|
4214
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4215
|
-
dhcpType: "RELAY" | "SERVER";
|
|
4216
|
-
/** Display name of the DHCP entity. */
|
|
4217
|
-
displayName?: string;
|
|
4218
|
-
/** NSX revision number. */
|
|
4219
|
-
revision?: number;
|
|
4220
|
-
}
|
|
4221
|
-
|
|
4222
|
-
export declare type WorkloadNetworkDhcpEntityUpdateUnion = WorkloadNetworkDhcpEntityUpdate | WorkloadNetworkDhcpRelayUpdate | WorkloadNetworkDhcpServerUpdate;
|
|
4223
|
-
|
|
4224
4209
|
/** The response of a WorkloadNetworkDhcp list operation. */
|
|
4225
|
-
export declare interface
|
|
4210
|
+
export declare interface WorkloadNetworkDhcpList {
|
|
4226
4211
|
/** The WorkloadNetworkDhcp items on this page */
|
|
4227
4212
|
value: WorkloadNetworkDhcp[];
|
|
4228
4213
|
/** The link to the next page of items */
|
|
@@ -4251,14 +4236,6 @@ export declare interface WorkloadNetworkDhcpRelay extends WorkloadNetworkDhcpEnt
|
|
|
4251
4236
|
serverAddresses?: string[];
|
|
4252
4237
|
}
|
|
4253
4238
|
|
|
4254
|
-
/** NSX DHCP Relay */
|
|
4255
|
-
export declare interface WorkloadNetworkDhcpRelayUpdate extends WorkloadNetworkDhcpEntityUpdate {
|
|
4256
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4257
|
-
dhcpType: "RELAY";
|
|
4258
|
-
/** DHCP Relay Addresses. Max 3. */
|
|
4259
|
-
serverAddresses?: string[];
|
|
4260
|
-
}
|
|
4261
|
-
|
|
4262
4239
|
/** NSX DHCP Server */
|
|
4263
4240
|
export declare interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {
|
|
4264
4241
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -4269,22 +4246,6 @@ export declare interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEn
|
|
|
4269
4246
|
leaseTime?: number;
|
|
4270
4247
|
}
|
|
4271
4248
|
|
|
4272
|
-
/** NSX DHCP Server */
|
|
4273
|
-
export declare interface WorkloadNetworkDhcpServerUpdate extends WorkloadNetworkDhcpEntityUpdate {
|
|
4274
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4275
|
-
dhcpType: "SERVER";
|
|
4276
|
-
/** DHCP Server Address. */
|
|
4277
|
-
serverAddress?: string;
|
|
4278
|
-
/** DHCP Server Lease Time. */
|
|
4279
|
-
leaseTime?: number;
|
|
4280
|
-
}
|
|
4281
|
-
|
|
4282
|
-
/** NSX DHCP update */
|
|
4283
|
-
export declare interface WorkloadNetworkDhcpUpdate {
|
|
4284
|
-
/** The updatable properties of a DHCP update */
|
|
4285
|
-
properties?: WorkloadNetworkDhcpEntityUpdateUnion;
|
|
4286
|
-
}
|
|
4287
|
-
|
|
4288
4249
|
/** NSX DNS Service */
|
|
4289
4250
|
export declare interface WorkloadNetworkDnsService extends ProxyResource {
|
|
4290
4251
|
/** Display name of the DNS Service. */
|
|
@@ -4311,14 +4272,6 @@ export declare interface WorkloadNetworkDnsService extends ProxyResource {
|
|
|
4311
4272
|
revision?: number;
|
|
4312
4273
|
}
|
|
4313
4274
|
|
|
4314
|
-
/** The response of a WorkloadNetworkDnsService list operation. */
|
|
4315
|
-
export declare interface WorkloadNetworkDnsServiceListResult {
|
|
4316
|
-
/** The WorkloadNetworkDnsService items on this page */
|
|
4317
|
-
value: WorkloadNetworkDnsService[];
|
|
4318
|
-
/** The link to the next page of items */
|
|
4319
|
-
nextLink?: string;
|
|
4320
|
-
}
|
|
4321
|
-
|
|
4322
4275
|
/**
|
|
4323
4276
|
* Defines values for WorkloadNetworkDnsServiceProvisioningState. \
|
|
4324
4277
|
* {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,
|
|
@@ -4333,30 +4286,12 @@ export declare interface WorkloadNetworkDnsServiceListResult {
|
|
|
4333
4286
|
*/
|
|
4334
4287
|
export declare type WorkloadNetworkDnsServiceProvisioningState = string;
|
|
4335
4288
|
|
|
4336
|
-
/**
|
|
4337
|
-
export declare interface
|
|
4338
|
-
/**
|
|
4339
|
-
|
|
4340
|
-
/**
|
|
4341
|
-
|
|
4342
|
-
/** Default DNS zone of the DNS Service. */
|
|
4343
|
-
defaultDnsZone?: string;
|
|
4344
|
-
/** FQDN zones of the DNS Service. */
|
|
4345
|
-
fqdnZones?: string[];
|
|
4346
|
-
/** DNS Service log level. */
|
|
4347
|
-
logLevel?: DnsServiceLogLevelEnum;
|
|
4348
|
-
/**
|
|
4349
|
-
* DNS Service status.
|
|
4350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4351
|
-
*/
|
|
4352
|
-
readonly status?: DnsServiceStatusEnum;
|
|
4353
|
-
/**
|
|
4354
|
-
* The provisioning state
|
|
4355
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4356
|
-
*/
|
|
4357
|
-
readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
|
|
4358
|
-
/** NSX revision number. */
|
|
4359
|
-
revision?: number;
|
|
4289
|
+
/** The response of a WorkloadNetworkDnsService list operation. */
|
|
4290
|
+
export declare interface WorkloadNetworkDnsServicesList {
|
|
4291
|
+
/** The WorkloadNetworkDnsService items on this page */
|
|
4292
|
+
value: WorkloadNetworkDnsService[];
|
|
4293
|
+
/** The link to the next page of items */
|
|
4294
|
+
nextLink?: string;
|
|
4360
4295
|
}
|
|
4361
4296
|
|
|
4362
4297
|
/** NSX DNS Zone */
|
|
@@ -4380,14 +4315,6 @@ export declare interface WorkloadNetworkDnsZone extends ProxyResource {
|
|
|
4380
4315
|
revision?: number;
|
|
4381
4316
|
}
|
|
4382
4317
|
|
|
4383
|
-
/** The response of a WorkloadNetworkDnsZone list operation. */
|
|
4384
|
-
export declare interface WorkloadNetworkDnsZoneListResult {
|
|
4385
|
-
/** The WorkloadNetworkDnsZone items on this page */
|
|
4386
|
-
value: WorkloadNetworkDnsZone[];
|
|
4387
|
-
/** The link to the next page of items */
|
|
4388
|
-
nextLink?: string;
|
|
4389
|
-
}
|
|
4390
|
-
|
|
4391
4318
|
/**
|
|
4392
4319
|
* Defines values for WorkloadNetworkDnsZoneProvisioningState. \
|
|
4393
4320
|
* {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,
|
|
@@ -4402,25 +4329,12 @@ export declare interface WorkloadNetworkDnsZoneListResult {
|
|
|
4402
4329
|
*/
|
|
4403
4330
|
export declare type WorkloadNetworkDnsZoneProvisioningState = string;
|
|
4404
4331
|
|
|
4405
|
-
/**
|
|
4406
|
-
export declare interface
|
|
4407
|
-
/**
|
|
4408
|
-
|
|
4409
|
-
/**
|
|
4410
|
-
|
|
4411
|
-
/** DNS Server IP array of the DNS Zone. */
|
|
4412
|
-
dnsServerIps?: string[];
|
|
4413
|
-
/** Source IP of the DNS Zone. */
|
|
4414
|
-
sourceIp?: string;
|
|
4415
|
-
/** Number of DNS Services using the DNS zone. */
|
|
4416
|
-
dnsServices?: number;
|
|
4417
|
-
/**
|
|
4418
|
-
* The provisioning state
|
|
4419
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4420
|
-
*/
|
|
4421
|
-
readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
|
|
4422
|
-
/** NSX revision number. */
|
|
4423
|
-
revision?: number;
|
|
4332
|
+
/** The response of a WorkloadNetworkDnsZone list operation. */
|
|
4333
|
+
export declare interface WorkloadNetworkDnsZonesList {
|
|
4334
|
+
/** The WorkloadNetworkDnsZone items on this page */
|
|
4335
|
+
value: WorkloadNetworkDnsZone[];
|
|
4336
|
+
/** The link to the next page of items */
|
|
4337
|
+
nextLink?: string;
|
|
4424
4338
|
}
|
|
4425
4339
|
|
|
4426
4340
|
/** NSX Gateway. */
|
|
@@ -4440,7 +4354,7 @@ export declare interface WorkloadNetworkGateway extends ProxyResource {
|
|
|
4440
4354
|
}
|
|
4441
4355
|
|
|
4442
4356
|
/** The response of a WorkloadNetworkGateway list operation. */
|
|
4443
|
-
export declare interface
|
|
4357
|
+
export declare interface WorkloadNetworkGatewayList {
|
|
4444
4358
|
/** The WorkloadNetworkGateway items on this page */
|
|
4445
4359
|
value: WorkloadNetworkGateway[];
|
|
4446
4360
|
/** The link to the next page of items */
|
|
@@ -4448,7 +4362,7 @@ export declare interface WorkloadNetworkGatewayListResult {
|
|
|
4448
4362
|
}
|
|
4449
4363
|
|
|
4450
4364
|
/** The response of a WorkloadNetwork list operation. */
|
|
4451
|
-
export declare interface
|
|
4365
|
+
export declare interface WorkloadNetworkList {
|
|
4452
4366
|
/** The WorkloadNetwork items on this page */
|
|
4453
4367
|
value: WorkloadNetwork[];
|
|
4454
4368
|
/** The link to the next page of items */
|
|
@@ -4480,7 +4394,7 @@ export declare interface WorkloadNetworkPortMirroring extends ProxyResource {
|
|
|
4480
4394
|
}
|
|
4481
4395
|
|
|
4482
4396
|
/** The response of a WorkloadNetworkPortMirroring list operation. */
|
|
4483
|
-
export declare interface
|
|
4397
|
+
export declare interface WorkloadNetworkPortMirroringList {
|
|
4484
4398
|
/** The WorkloadNetworkPortMirroring items on this page */
|
|
4485
4399
|
value: WorkloadNetworkPortMirroring[];
|
|
4486
4400
|
/** The link to the next page of items */
|
|
@@ -4501,30 +4415,6 @@ export declare interface WorkloadNetworkPortMirroringListResult {
|
|
|
4501
4415
|
*/
|
|
4502
4416
|
export declare type WorkloadNetworkPortMirroringProvisioningState = string;
|
|
4503
4417
|
|
|
4504
|
-
/** NSX Port Mirroring update */
|
|
4505
|
-
export declare interface WorkloadNetworkPortMirroringUpdate {
|
|
4506
|
-
/** Display name of the port mirroring profile. */
|
|
4507
|
-
displayName?: string;
|
|
4508
|
-
/** Direction of port mirroring profile. */
|
|
4509
|
-
direction?: PortMirroringDirectionEnum;
|
|
4510
|
-
/** Source VM Group. */
|
|
4511
|
-
source?: string;
|
|
4512
|
-
/** Destination VM Group. */
|
|
4513
|
-
destination?: string;
|
|
4514
|
-
/**
|
|
4515
|
-
* Port Mirroring Status.
|
|
4516
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4517
|
-
*/
|
|
4518
|
-
readonly status?: PortMirroringStatusEnum;
|
|
4519
|
-
/**
|
|
4520
|
-
* The provisioning state
|
|
4521
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4522
|
-
*/
|
|
4523
|
-
readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
|
|
4524
|
-
/** NSX revision number. */
|
|
4525
|
-
revision?: number;
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
4418
|
/**
|
|
4529
4419
|
* Defines values for WorkloadNetworkProvisioningState. \
|
|
4530
4420
|
* {@link KnownWorkloadNetworkProvisioningState} can be used interchangeably with WorkloadNetworkProvisioningState,
|
|
@@ -4557,14 +4447,6 @@ export declare interface WorkloadNetworkPublicIP extends ProxyResource {
|
|
|
4557
4447
|
readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;
|
|
4558
4448
|
}
|
|
4559
4449
|
|
|
4560
|
-
/** The response of a WorkloadNetworkPublicIP list operation. */
|
|
4561
|
-
export declare interface WorkloadNetworkPublicIPListResult {
|
|
4562
|
-
/** The WorkloadNetworkPublicIP items on this page */
|
|
4563
|
-
value: WorkloadNetworkPublicIP[];
|
|
4564
|
-
/** The link to the next page of items */
|
|
4565
|
-
nextLink?: string;
|
|
4566
|
-
}
|
|
4567
|
-
|
|
4568
4450
|
/**
|
|
4569
4451
|
* Defines values for WorkloadNetworkPublicIPProvisioningState. \
|
|
4570
4452
|
* {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,
|
|
@@ -4579,6 +4461,14 @@ export declare interface WorkloadNetworkPublicIPListResult {
|
|
|
4579
4461
|
*/
|
|
4580
4462
|
export declare type WorkloadNetworkPublicIPProvisioningState = string;
|
|
4581
4463
|
|
|
4464
|
+
/** The response of a WorkloadNetworkPublicIP list operation. */
|
|
4465
|
+
export declare interface WorkloadNetworkPublicIPsList {
|
|
4466
|
+
/** The WorkloadNetworkPublicIP items on this page */
|
|
4467
|
+
value: WorkloadNetworkPublicIP[];
|
|
4468
|
+
/** The link to the next page of items */
|
|
4469
|
+
nextLink?: string;
|
|
4470
|
+
}
|
|
4471
|
+
|
|
4582
4472
|
/** Interface representing a WorkloadNetworks. */
|
|
4583
4473
|
export declare interface WorkloadNetworks {
|
|
4584
4474
|
/**
|
|
@@ -4692,7 +4582,7 @@ export declare interface WorkloadNetworks {
|
|
|
4692
4582
|
* @param workloadNetworkDhcp The resource properties to be updated.
|
|
4693
4583
|
* @param options The options parameters.
|
|
4694
4584
|
*/
|
|
4695
|
-
beginUpdateDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp:
|
|
4585
|
+
beginUpdateDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksUpdateDhcpOptionalParams): Promise<SimplePollerLike<OperationState<WorkloadNetworksUpdateDhcpResponse>, WorkloadNetworksUpdateDhcpResponse>>;
|
|
4696
4586
|
/**
|
|
4697
4587
|
* Update a WorkloadNetworkDhcp
|
|
4698
4588
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4701,7 +4591,7 @@ export declare interface WorkloadNetworks {
|
|
|
4701
4591
|
* @param workloadNetworkDhcp The resource properties to be updated.
|
|
4702
4592
|
* @param options The options parameters.
|
|
4703
4593
|
*/
|
|
4704
|
-
beginUpdateDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp:
|
|
4594
|
+
beginUpdateDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksUpdateDhcpOptionalParams): Promise<WorkloadNetworksUpdateDhcpResponse>;
|
|
4705
4595
|
/**
|
|
4706
4596
|
* Delete a WorkloadNetworkDhcp
|
|
4707
4597
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4752,7 +4642,7 @@ export declare interface WorkloadNetworks {
|
|
|
4752
4642
|
* @param workloadNetworkDnsService The resource properties to be updated.
|
|
4753
4643
|
* @param options The options parameters.
|
|
4754
4644
|
*/
|
|
4755
|
-
beginUpdateDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService:
|
|
4645
|
+
beginUpdateDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksUpdateDnsServiceOptionalParams): Promise<SimplePollerLike<OperationState<WorkloadNetworksUpdateDnsServiceResponse>, WorkloadNetworksUpdateDnsServiceResponse>>;
|
|
4756
4646
|
/**
|
|
4757
4647
|
* Update a WorkloadNetworkDnsService
|
|
4758
4648
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4761,7 +4651,7 @@ export declare interface WorkloadNetworks {
|
|
|
4761
4651
|
* @param workloadNetworkDnsService The resource properties to be updated.
|
|
4762
4652
|
* @param options The options parameters.
|
|
4763
4653
|
*/
|
|
4764
|
-
beginUpdateDnsServiceAndWait(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService:
|
|
4654
|
+
beginUpdateDnsServiceAndWait(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksUpdateDnsServiceOptionalParams): Promise<WorkloadNetworksUpdateDnsServiceResponse>;
|
|
4765
4655
|
/**
|
|
4766
4656
|
* Delete a WorkloadNetworkDnsService
|
|
4767
4657
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4812,7 +4702,7 @@ export declare interface WorkloadNetworks {
|
|
|
4812
4702
|
* @param workloadNetworkDnsZone The resource properties to be updated.
|
|
4813
4703
|
* @param options The options parameters.
|
|
4814
4704
|
*/
|
|
4815
|
-
beginUpdateDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone:
|
|
4705
|
+
beginUpdateDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksUpdateDnsZoneOptionalParams): Promise<SimplePollerLike<OperationState<WorkloadNetworksUpdateDnsZoneResponse>, WorkloadNetworksUpdateDnsZoneResponse>>;
|
|
4816
4706
|
/**
|
|
4817
4707
|
* Update a WorkloadNetworkDnsZone
|
|
4818
4708
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4821,7 +4711,7 @@ export declare interface WorkloadNetworks {
|
|
|
4821
4711
|
* @param workloadNetworkDnsZone The resource properties to be updated.
|
|
4822
4712
|
* @param options The options parameters.
|
|
4823
4713
|
*/
|
|
4824
|
-
beginUpdateDnsZoneAndWait(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone:
|
|
4714
|
+
beginUpdateDnsZoneAndWait(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksUpdateDnsZoneOptionalParams): Promise<WorkloadNetworksUpdateDnsZoneResponse>;
|
|
4825
4715
|
/**
|
|
4826
4716
|
* Delete a WorkloadNetworkDnsZone
|
|
4827
4717
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4880,7 +4770,7 @@ export declare interface WorkloadNetworks {
|
|
|
4880
4770
|
* @param workloadNetworkPortMirroring The resource properties to be updated.
|
|
4881
4771
|
* @param options The options parameters.
|
|
4882
4772
|
*/
|
|
4883
|
-
beginUpdatePortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring:
|
|
4773
|
+
beginUpdatePortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksUpdatePortMirroringOptionalParams): Promise<SimplePollerLike<OperationState<WorkloadNetworksUpdatePortMirroringResponse>, WorkloadNetworksUpdatePortMirroringResponse>>;
|
|
4884
4774
|
/**
|
|
4885
4775
|
* Update a WorkloadNetworkPortMirroring
|
|
4886
4776
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4889,7 +4779,7 @@ export declare interface WorkloadNetworks {
|
|
|
4889
4779
|
* @param workloadNetworkPortMirroring The resource properties to be updated.
|
|
4890
4780
|
* @param options The options parameters.
|
|
4891
4781
|
*/
|
|
4892
|
-
beginUpdatePortMirroringAndWait(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring:
|
|
4782
|
+
beginUpdatePortMirroringAndWait(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksUpdatePortMirroringOptionalParams): Promise<WorkloadNetworksUpdatePortMirroringResponse>;
|
|
4893
4783
|
/**
|
|
4894
4784
|
* Delete a WorkloadNetworkPortMirroring
|
|
4895
4785
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4982,7 +4872,7 @@ export declare interface WorkloadNetworks {
|
|
|
4982
4872
|
* @param workloadNetworkSegment The resource properties to be updated.
|
|
4983
4873
|
* @param options The options parameters.
|
|
4984
4874
|
*/
|
|
4985
|
-
beginUpdateSegments(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment:
|
|
4875
|
+
beginUpdateSegments(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksUpdateSegmentsOptionalParams): Promise<SimplePollerLike<OperationState<WorkloadNetworksUpdateSegmentsResponse>, WorkloadNetworksUpdateSegmentsResponse>>;
|
|
4986
4876
|
/**
|
|
4987
4877
|
* Update a WorkloadNetworkSegment
|
|
4988
4878
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4991,7 +4881,7 @@ export declare interface WorkloadNetworks {
|
|
|
4991
4881
|
* @param workloadNetworkSegment The resource properties to be updated.
|
|
4992
4882
|
* @param options The options parameters.
|
|
4993
4883
|
*/
|
|
4994
|
-
beginUpdateSegmentsAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment:
|
|
4884
|
+
beginUpdateSegmentsAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksUpdateSegmentsOptionalParams): Promise<WorkloadNetworksUpdateSegmentsResponse>;
|
|
4995
4885
|
/**
|
|
4996
4886
|
* Delete a WorkloadNetworkSegment
|
|
4997
4887
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -5050,7 +4940,7 @@ export declare interface WorkloadNetworks {
|
|
|
5050
4940
|
* @param workloadNetworkVMGroup The resource properties to be updated.
|
|
5051
4941
|
* @param options The options parameters.
|
|
5052
4942
|
*/
|
|
5053
|
-
beginUpdateVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup:
|
|
4943
|
+
beginUpdateVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksUpdateVMGroupOptionalParams): Promise<SimplePollerLike<OperationState<WorkloadNetworksUpdateVMGroupResponse>, WorkloadNetworksUpdateVMGroupResponse>>;
|
|
5054
4944
|
/**
|
|
5055
4945
|
* Update a WorkloadNetworkVMGroup
|
|
5056
4946
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -5059,7 +4949,7 @@ export declare interface WorkloadNetworks {
|
|
|
5059
4949
|
* @param workloadNetworkVMGroup The resource properties to be updated.
|
|
5060
4950
|
* @param options The options parameters.
|
|
5061
4951
|
*/
|
|
5062
|
-
beginUpdateVMGroupAndWait(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup:
|
|
4952
|
+
beginUpdateVMGroupAndWait(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksUpdateVMGroupOptionalParams): Promise<WorkloadNetworksUpdateVMGroupResponse>;
|
|
5063
4953
|
/**
|
|
5064
4954
|
* Delete a WorkloadNetworkVMGroup
|
|
5065
4955
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -5336,14 +5226,6 @@ export declare interface WorkloadNetworkSegment extends ProxyResource {
|
|
|
5336
5226
|
revision?: number;
|
|
5337
5227
|
}
|
|
5338
5228
|
|
|
5339
|
-
/** The response of a WorkloadNetworkSegment list operation. */
|
|
5340
|
-
export declare interface WorkloadNetworkSegmentListResult {
|
|
5341
|
-
/** The WorkloadNetworkSegment items on this page */
|
|
5342
|
-
value: WorkloadNetworkSegment[];
|
|
5343
|
-
/** The link to the next page of items */
|
|
5344
|
-
nextLink?: string;
|
|
5345
|
-
}
|
|
5346
|
-
|
|
5347
5229
|
/** Ports and any VIF attached to segment. */
|
|
5348
5230
|
export declare interface WorkloadNetworkSegmentPortVif {
|
|
5349
5231
|
/** Name of port or VIF attached to segment. */
|
|
@@ -5364,6 +5246,14 @@ export declare interface WorkloadNetworkSegmentPortVif {
|
|
|
5364
5246
|
*/
|
|
5365
5247
|
export declare type WorkloadNetworkSegmentProvisioningState = string;
|
|
5366
5248
|
|
|
5249
|
+
/** The response of a WorkloadNetworkSegment list operation. */
|
|
5250
|
+
export declare interface WorkloadNetworkSegmentsList {
|
|
5251
|
+
/** The WorkloadNetworkSegment items on this page */
|
|
5252
|
+
value: WorkloadNetworkSegment[];
|
|
5253
|
+
/** The link to the next page of items */
|
|
5254
|
+
nextLink?: string;
|
|
5255
|
+
}
|
|
5256
|
+
|
|
5367
5257
|
/** Subnet configuration for segment */
|
|
5368
5258
|
export declare interface WorkloadNetworkSegmentSubnet {
|
|
5369
5259
|
/** DHCP Range assigned for subnet. */
|
|
@@ -5372,33 +5262,6 @@ export declare interface WorkloadNetworkSegmentSubnet {
|
|
|
5372
5262
|
gatewayAddress?: string;
|
|
5373
5263
|
}
|
|
5374
5264
|
|
|
5375
|
-
/** NSX Segment update */
|
|
5376
|
-
export declare interface WorkloadNetworkSegmentUpdate {
|
|
5377
|
-
/** Display name of the segment. */
|
|
5378
|
-
displayName?: string;
|
|
5379
|
-
/** Gateway which to connect segment to. */
|
|
5380
|
-
connectedGateway?: string;
|
|
5381
|
-
/** Subnet which to connect segment to. */
|
|
5382
|
-
subnet?: WorkloadNetworkSegmentSubnet;
|
|
5383
|
-
/**
|
|
5384
|
-
* Port Vif which segment is associated with.
|
|
5385
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5386
|
-
*/
|
|
5387
|
-
readonly portVif?: WorkloadNetworkSegmentPortVif[];
|
|
5388
|
-
/**
|
|
5389
|
-
* Segment status.
|
|
5390
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5391
|
-
*/
|
|
5392
|
-
readonly status?: SegmentStatusEnum;
|
|
5393
|
-
/**
|
|
5394
|
-
* The provisioning state
|
|
5395
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5396
|
-
*/
|
|
5397
|
-
readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
|
|
5398
|
-
/** NSX revision number. */
|
|
5399
|
-
revision?: number;
|
|
5400
|
-
}
|
|
5401
|
-
|
|
5402
5265
|
/** Optional parameters. */
|
|
5403
5266
|
export declare interface WorkloadNetworksGetDhcpOptionalParams extends coreClient.OperationOptions {
|
|
5404
5267
|
}
|
|
@@ -5474,63 +5337,63 @@ export declare interface WorkloadNetworksListDhcpNextOptionalParams extends core
|
|
|
5474
5337
|
}
|
|
5475
5338
|
|
|
5476
5339
|
/** Contains response data for the listDhcpNext operation. */
|
|
5477
|
-
export declare type WorkloadNetworksListDhcpNextResponse =
|
|
5340
|
+
export declare type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;
|
|
5478
5341
|
|
|
5479
5342
|
/** Optional parameters. */
|
|
5480
5343
|
export declare interface WorkloadNetworksListDhcpOptionalParams extends coreClient.OperationOptions {
|
|
5481
5344
|
}
|
|
5482
5345
|
|
|
5483
5346
|
/** Contains response data for the listDhcp operation. */
|
|
5484
|
-
export declare type WorkloadNetworksListDhcpResponse =
|
|
5347
|
+
export declare type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;
|
|
5485
5348
|
|
|
5486
5349
|
/** Optional parameters. */
|
|
5487
5350
|
export declare interface WorkloadNetworksListDnsServicesNextOptionalParams extends coreClient.OperationOptions {
|
|
5488
5351
|
}
|
|
5489
5352
|
|
|
5490
5353
|
/** Contains response data for the listDnsServicesNext operation. */
|
|
5491
|
-
export declare type WorkloadNetworksListDnsServicesNextResponse =
|
|
5354
|
+
export declare type WorkloadNetworksListDnsServicesNextResponse = WorkloadNetworkDnsServicesList;
|
|
5492
5355
|
|
|
5493
5356
|
/** Optional parameters. */
|
|
5494
5357
|
export declare interface WorkloadNetworksListDnsServicesOptionalParams extends coreClient.OperationOptions {
|
|
5495
5358
|
}
|
|
5496
5359
|
|
|
5497
5360
|
/** Contains response data for the listDnsServices operation. */
|
|
5498
|
-
export declare type WorkloadNetworksListDnsServicesResponse =
|
|
5361
|
+
export declare type WorkloadNetworksListDnsServicesResponse = WorkloadNetworkDnsServicesList;
|
|
5499
5362
|
|
|
5500
5363
|
/** Optional parameters. */
|
|
5501
5364
|
export declare interface WorkloadNetworksListDnsZonesNextOptionalParams extends coreClient.OperationOptions {
|
|
5502
5365
|
}
|
|
5503
5366
|
|
|
5504
5367
|
/** Contains response data for the listDnsZonesNext operation. */
|
|
5505
|
-
export declare type WorkloadNetworksListDnsZonesNextResponse =
|
|
5368
|
+
export declare type WorkloadNetworksListDnsZonesNextResponse = WorkloadNetworkDnsZonesList;
|
|
5506
5369
|
|
|
5507
5370
|
/** Optional parameters. */
|
|
5508
5371
|
export declare interface WorkloadNetworksListDnsZonesOptionalParams extends coreClient.OperationOptions {
|
|
5509
5372
|
}
|
|
5510
5373
|
|
|
5511
5374
|
/** Contains response data for the listDnsZones operation. */
|
|
5512
|
-
export declare type WorkloadNetworksListDnsZonesResponse =
|
|
5375
|
+
export declare type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;
|
|
5513
5376
|
|
|
5514
5377
|
/** Optional parameters. */
|
|
5515
5378
|
export declare interface WorkloadNetworksListGatewaysNextOptionalParams extends coreClient.OperationOptions {
|
|
5516
5379
|
}
|
|
5517
5380
|
|
|
5518
5381
|
/** Contains response data for the listGatewaysNext operation. */
|
|
5519
|
-
export declare type WorkloadNetworksListGatewaysNextResponse =
|
|
5382
|
+
export declare type WorkloadNetworksListGatewaysNextResponse = WorkloadNetworkGatewayList;
|
|
5520
5383
|
|
|
5521
5384
|
/** Optional parameters. */
|
|
5522
5385
|
export declare interface WorkloadNetworksListGatewaysOptionalParams extends coreClient.OperationOptions {
|
|
5523
5386
|
}
|
|
5524
5387
|
|
|
5525
5388
|
/** Contains response data for the listGateways operation. */
|
|
5526
|
-
export declare type WorkloadNetworksListGatewaysResponse =
|
|
5389
|
+
export declare type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;
|
|
5527
5390
|
|
|
5528
5391
|
/** Optional parameters. */
|
|
5529
5392
|
export declare interface WorkloadNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
5530
5393
|
}
|
|
5531
5394
|
|
|
5532
5395
|
/** Contains response data for the listNext operation. */
|
|
5533
|
-
export declare type WorkloadNetworksListNextResponse =
|
|
5396
|
+
export declare type WorkloadNetworksListNextResponse = WorkloadNetworkList;
|
|
5534
5397
|
|
|
5535
5398
|
/** Optional parameters. */
|
|
5536
5399
|
export declare interface WorkloadNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
@@ -5541,73 +5404,73 @@ export declare interface WorkloadNetworksListPortMirroringNextOptionalParams ext
|
|
|
5541
5404
|
}
|
|
5542
5405
|
|
|
5543
5406
|
/** Contains response data for the listPortMirroringNext operation. */
|
|
5544
|
-
export declare type WorkloadNetworksListPortMirroringNextResponse =
|
|
5407
|
+
export declare type WorkloadNetworksListPortMirroringNextResponse = WorkloadNetworkPortMirroringList;
|
|
5545
5408
|
|
|
5546
5409
|
/** Optional parameters. */
|
|
5547
5410
|
export declare interface WorkloadNetworksListPortMirroringOptionalParams extends coreClient.OperationOptions {
|
|
5548
5411
|
}
|
|
5549
5412
|
|
|
5550
5413
|
/** Contains response data for the listPortMirroring operation. */
|
|
5551
|
-
export declare type WorkloadNetworksListPortMirroringResponse =
|
|
5414
|
+
export declare type WorkloadNetworksListPortMirroringResponse = WorkloadNetworkPortMirroringList;
|
|
5552
5415
|
|
|
5553
5416
|
/** Optional parameters. */
|
|
5554
5417
|
export declare interface WorkloadNetworksListPublicIPsNextOptionalParams extends coreClient.OperationOptions {
|
|
5555
5418
|
}
|
|
5556
5419
|
|
|
5557
5420
|
/** Contains response data for the listPublicIPsNext operation. */
|
|
5558
|
-
export declare type WorkloadNetworksListPublicIPsNextResponse =
|
|
5421
|
+
export declare type WorkloadNetworksListPublicIPsNextResponse = WorkloadNetworkPublicIPsList;
|
|
5559
5422
|
|
|
5560
5423
|
/** Optional parameters. */
|
|
5561
5424
|
export declare interface WorkloadNetworksListPublicIPsOptionalParams extends coreClient.OperationOptions {
|
|
5562
5425
|
}
|
|
5563
5426
|
|
|
5564
5427
|
/** Contains response data for the listPublicIPs operation. */
|
|
5565
|
-
export declare type WorkloadNetworksListPublicIPsResponse =
|
|
5428
|
+
export declare type WorkloadNetworksListPublicIPsResponse = WorkloadNetworkPublicIPsList;
|
|
5566
5429
|
|
|
5567
5430
|
/** Contains response data for the list operation. */
|
|
5568
|
-
export declare type WorkloadNetworksListResponse =
|
|
5431
|
+
export declare type WorkloadNetworksListResponse = WorkloadNetworkList;
|
|
5569
5432
|
|
|
5570
5433
|
/** Optional parameters. */
|
|
5571
5434
|
export declare interface WorkloadNetworksListSegmentsNextOptionalParams extends coreClient.OperationOptions {
|
|
5572
5435
|
}
|
|
5573
5436
|
|
|
5574
5437
|
/** Contains response data for the listSegmentsNext operation. */
|
|
5575
|
-
export declare type WorkloadNetworksListSegmentsNextResponse =
|
|
5438
|
+
export declare type WorkloadNetworksListSegmentsNextResponse = WorkloadNetworkSegmentsList;
|
|
5576
5439
|
|
|
5577
5440
|
/** Optional parameters. */
|
|
5578
5441
|
export declare interface WorkloadNetworksListSegmentsOptionalParams extends coreClient.OperationOptions {
|
|
5579
5442
|
}
|
|
5580
5443
|
|
|
5581
5444
|
/** Contains response data for the listSegments operation. */
|
|
5582
|
-
export declare type WorkloadNetworksListSegmentsResponse =
|
|
5445
|
+
export declare type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;
|
|
5583
5446
|
|
|
5584
5447
|
/** Optional parameters. */
|
|
5585
5448
|
export declare interface WorkloadNetworksListVirtualMachinesNextOptionalParams extends coreClient.OperationOptions {
|
|
5586
5449
|
}
|
|
5587
5450
|
|
|
5588
5451
|
/** Contains response data for the listVirtualMachinesNext operation. */
|
|
5589
|
-
export declare type WorkloadNetworksListVirtualMachinesNextResponse =
|
|
5452
|
+
export declare type WorkloadNetworksListVirtualMachinesNextResponse = WorkloadNetworkVirtualMachinesList;
|
|
5590
5453
|
|
|
5591
5454
|
/** Optional parameters. */
|
|
5592
5455
|
export declare interface WorkloadNetworksListVirtualMachinesOptionalParams extends coreClient.OperationOptions {
|
|
5593
5456
|
}
|
|
5594
5457
|
|
|
5595
5458
|
/** Contains response data for the listVirtualMachines operation. */
|
|
5596
|
-
export declare type WorkloadNetworksListVirtualMachinesResponse =
|
|
5459
|
+
export declare type WorkloadNetworksListVirtualMachinesResponse = WorkloadNetworkVirtualMachinesList;
|
|
5597
5460
|
|
|
5598
5461
|
/** Optional parameters. */
|
|
5599
5462
|
export declare interface WorkloadNetworksListVMGroupsNextOptionalParams extends coreClient.OperationOptions {
|
|
5600
5463
|
}
|
|
5601
5464
|
|
|
5602
5465
|
/** Contains response data for the listVMGroupsNext operation. */
|
|
5603
|
-
export declare type WorkloadNetworksListVMGroupsNextResponse =
|
|
5466
|
+
export declare type WorkloadNetworksListVMGroupsNextResponse = WorkloadNetworkVMGroupsList;
|
|
5604
5467
|
|
|
5605
5468
|
/** Optional parameters. */
|
|
5606
5469
|
export declare interface WorkloadNetworksListVMGroupsOptionalParams extends coreClient.OperationOptions {
|
|
5607
5470
|
}
|
|
5608
5471
|
|
|
5609
5472
|
/** Contains response data for the listVMGroups operation. */
|
|
5610
|
-
export declare type WorkloadNetworksListVMGroupsResponse =
|
|
5473
|
+
export declare type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;
|
|
5611
5474
|
|
|
5612
5475
|
/** Defines headers for WorkloadNetworks_updateDhcp operation. */
|
|
5613
5476
|
export declare interface WorkloadNetworksUpdateDhcpHeaders {
|
|
@@ -5740,7 +5603,7 @@ export declare interface WorkloadNetworkVirtualMachine extends ProxyResource {
|
|
|
5740
5603
|
}
|
|
5741
5604
|
|
|
5742
5605
|
/** The response of a WorkloadNetworkVirtualMachine list operation. */
|
|
5743
|
-
export declare interface
|
|
5606
|
+
export declare interface WorkloadNetworkVirtualMachinesList {
|
|
5744
5607
|
/** The WorkloadNetworkVirtualMachine items on this page */
|
|
5745
5608
|
value: WorkloadNetworkVirtualMachine[];
|
|
5746
5609
|
/** The link to the next page of items */
|
|
@@ -5767,14 +5630,6 @@ export declare interface WorkloadNetworkVMGroup extends ProxyResource {
|
|
|
5767
5630
|
revision?: number;
|
|
5768
5631
|
}
|
|
5769
5632
|
|
|
5770
|
-
/** The response of a WorkloadNetworkVMGroup list operation. */
|
|
5771
|
-
export declare interface WorkloadNetworkVMGroupListResult {
|
|
5772
|
-
/** The WorkloadNetworkVMGroup items on this page */
|
|
5773
|
-
value: WorkloadNetworkVMGroup[];
|
|
5774
|
-
/** The link to the next page of items */
|
|
5775
|
-
nextLink?: string;
|
|
5776
|
-
}
|
|
5777
|
-
|
|
5778
5633
|
/**
|
|
5779
5634
|
* Defines values for WorkloadNetworkVMGroupProvisioningState. \
|
|
5780
5635
|
* {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,
|
|
@@ -5789,24 +5644,12 @@ export declare interface WorkloadNetworkVMGroupListResult {
|
|
|
5789
5644
|
*/
|
|
5790
5645
|
export declare type WorkloadNetworkVMGroupProvisioningState = string;
|
|
5791
5646
|
|
|
5792
|
-
/**
|
|
5793
|
-
export declare interface
|
|
5794
|
-
/**
|
|
5795
|
-
|
|
5796
|
-
/**
|
|
5797
|
-
|
|
5798
|
-
/**
|
|
5799
|
-
* VM Group status.
|
|
5800
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5801
|
-
*/
|
|
5802
|
-
readonly status?: VMGroupStatusEnum;
|
|
5803
|
-
/**
|
|
5804
|
-
* The provisioning state
|
|
5805
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5806
|
-
*/
|
|
5807
|
-
readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
|
|
5808
|
-
/** NSX revision number. */
|
|
5809
|
-
revision?: number;
|
|
5647
|
+
/** The response of a WorkloadNetworkVMGroup list operation. */
|
|
5648
|
+
export declare interface WorkloadNetworkVMGroupsList {
|
|
5649
|
+
/** The WorkloadNetworkVMGroup items on this page */
|
|
5650
|
+
value: WorkloadNetworkVMGroup[];
|
|
5651
|
+
/** The link to the next page of items */
|
|
5652
|
+
nextLink?: string;
|
|
5810
5653
|
}
|
|
5811
5654
|
|
|
5812
5655
|
export { }
|