@azure/arm-baremetalinfrastructure 1.0.0-beta.1 → 1.0.0-beta.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/CHANGELOG.md +71 -0
- package/README.md +2 -2
- package/dist/index.js +1234 -194
- 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/azureBareMetalInstancesGetSample.js +3 -3
- package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js +6 -11
- package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js +6 -11
- package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesRestartSample.js +39 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesShutdownSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesShutdownSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesShutdownSample.js +39 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesShutdownSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesStartSample.js +39 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesStartSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.js +6 -6
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesCreateSample.js +56 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesGetSample.js +39 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesUpdateSample.js +60 -0
- package/dist-esm/samples-dev/azureBareMetalStorageInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +4 -9
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/src/bareMetalInfrastructureClient.d.ts +3 -2
- package/dist-esm/src/bareMetalInfrastructureClient.d.ts.map +1 -1
- package/dist-esm/src/bareMetalInfrastructureClient.js +5 -4
- package/dist-esm/src/bareMetalInfrastructureClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +11 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +21 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +370 -81
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +60 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +17 -7
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +372 -96
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +3 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +27 -6
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/azureBareMetalInstances.d.ts +65 -14
- package/dist-esm/src/operations/azureBareMetalInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/azureBareMetalInstances.js +290 -30
- package/dist-esm/src/operations/azureBareMetalInstances.js.map +1 -1
- package/dist-esm/src/operations/azureBareMetalStorageInstances.d.ts +93 -0
- package/dist-esm/src/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/azureBareMetalStorageInstances.js +404 -0
- package/dist-esm/src/operations/azureBareMetalStorageInstances.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +4 -9
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts +61 -10
- package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js +7 -9
- package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js.map +1 -1
- package/package.json +17 -19
- package/review/arm-baremetalinfrastructure.api.md +244 -19
- package/src/bareMetalInfrastructureClient.ts +17 -5
- package/src/lroImpl.ts +42 -0
- package/src/models/index.ts +417 -84
- package/src/models/mappers.ts +388 -98
- package/src/models/parameters.ts +34 -6
- package/src/operations/azureBareMetalInstances.ts +401 -13
- package/src/operations/azureBareMetalStorageInstances.ts +498 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/operations.ts +1 -1
- package/src/operationsInterfaces/azureBareMetalInstances.ts +105 -9
- package/src/operationsInterfaces/azureBareMetalStorageInstances.ts +99 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/types/arm-baremetalinfrastructure.d.ts +516 -80
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
|
@@ -1,12 +1,81 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/** The
|
|
2
|
+
/** The OperationStatus object returns the state of an asynchronous operation. */
|
|
3
|
+
export interface OperationStatus {
|
|
4
|
+
/** Unique Operation Status Identifier. */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** Status of the operation. */
|
|
7
|
+
status?: AsyncOperationStatus;
|
|
8
|
+
/** Start Time when the operation was initially executed. */
|
|
9
|
+
startTime?: string;
|
|
10
|
+
/** An error from the Azure Bare Metal Infrastructure service. */
|
|
11
|
+
error?: OperationStatusError;
|
|
12
|
+
}
|
|
13
|
+
/** An error from the Azure Bare Metal Infrastructure service. */
|
|
14
|
+
export interface OperationStatusError {
|
|
15
|
+
/** Server-defined set of error codes. */
|
|
16
|
+
code?: string;
|
|
17
|
+
/** Human-readable representation of the error. */
|
|
18
|
+
message?: string;
|
|
19
|
+
}
|
|
20
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
21
|
+
export interface ErrorResponse {
|
|
22
|
+
/** The error object. */
|
|
23
|
+
error?: ErrorDetail;
|
|
24
|
+
}
|
|
25
|
+
/** The error detail. */
|
|
26
|
+
export interface ErrorDetail {
|
|
27
|
+
/**
|
|
28
|
+
* The error code.
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly code?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The error message.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly message?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The error target.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly target?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The error details.
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly details?: ErrorDetail[];
|
|
47
|
+
/**
|
|
48
|
+
* The error additional info.
|
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
+
*/
|
|
51
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
52
|
+
}
|
|
53
|
+
/** The resource management error additional info. */
|
|
54
|
+
export interface ErrorAdditionalInfo {
|
|
55
|
+
/**
|
|
56
|
+
* The additional info type.
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly type?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The additional info.
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly info?: Record<string, unknown>;
|
|
65
|
+
}
|
|
66
|
+
/** The active state empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */
|
|
67
|
+
export interface ForceState {
|
|
68
|
+
/** Whether to force restart by shutting all processes. */
|
|
69
|
+
forceState?: AzureBareMetalInstanceForcePowerState;
|
|
70
|
+
}
|
|
71
|
+
/** The response from the List Azure Bare Metal Instances operation. */
|
|
3
72
|
export interface AzureBareMetalInstancesListResult {
|
|
4
|
-
/** The list of Azure
|
|
73
|
+
/** The list of Azure Bare Metal Instances. */
|
|
5
74
|
value?: AzureBareMetalInstance[];
|
|
6
|
-
/** The URL to get the next set of
|
|
75
|
+
/** The URL to get the next set of Azure Bare Metal Instances. */
|
|
7
76
|
nextLink?: string;
|
|
8
77
|
}
|
|
9
|
-
/** Specifies the hardware settings for the
|
|
78
|
+
/** Specifies the hardware settings for the Azure Bare Metal Instance. */
|
|
10
79
|
export interface HardwareProfile {
|
|
11
80
|
/**
|
|
12
81
|
* Name of the hardware type (vendor and/or their product name)
|
|
@@ -14,22 +83,22 @@ export interface HardwareProfile {
|
|
|
14
83
|
*/
|
|
15
84
|
readonly hardwareType?: AzureBareMetalHardwareTypeNamesEnum;
|
|
16
85
|
/**
|
|
17
|
-
* Specifies the
|
|
86
|
+
* Specifies the Azure Bare Metal Instance SKU.
|
|
18
87
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
19
88
|
*/
|
|
20
89
|
readonly azureBareMetalInstanceSize?: AzureBareMetalInstanceSizeNamesEnum;
|
|
21
90
|
}
|
|
22
|
-
/** Specifies the storage settings for the
|
|
91
|
+
/** Specifies the storage settings for the Azure Bare Metal instance disks. */
|
|
23
92
|
export interface StorageProfile {
|
|
24
93
|
/**
|
|
25
94
|
* IP Address to connect to storage.
|
|
26
95
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
96
|
*/
|
|
28
97
|
readonly nfsIpAddress?: string;
|
|
29
|
-
/** Specifies information about the operating system disk used by
|
|
98
|
+
/** Specifies information about the operating system disk used by bare metal instance. */
|
|
30
99
|
osDisks?: Disk[];
|
|
31
100
|
}
|
|
32
|
-
/** Specifies the disk information fo the
|
|
101
|
+
/** Specifies the disk information fo the Azure Bare Metal Instance */
|
|
33
102
|
export interface Disk {
|
|
34
103
|
/** The disk name. */
|
|
35
104
|
name?: string;
|
|
@@ -41,9 +110,9 @@ export interface Disk {
|
|
|
41
110
|
*/
|
|
42
111
|
readonly lun?: number;
|
|
43
112
|
}
|
|
44
|
-
/** Specifies the operating system settings for the
|
|
113
|
+
/** Specifies the operating system settings for the Azure Bare Metal instance. */
|
|
45
114
|
export interface OSProfile {
|
|
46
|
-
/** Specifies the host OS name of the
|
|
115
|
+
/** Specifies the host OS name of the Azure Bare Metal instance. */
|
|
47
116
|
computerName?: string;
|
|
48
117
|
/**
|
|
49
118
|
* This property allows you to specify the type of the OS.
|
|
@@ -58,40 +127,25 @@ export interface OSProfile {
|
|
|
58
127
|
/** Specifies the SSH public key used to access the operating system. */
|
|
59
128
|
sshPublicKey?: string;
|
|
60
129
|
}
|
|
61
|
-
/** Specifies the network settings for the
|
|
130
|
+
/** Specifies the network settings for the Azure Bare Metal Instance disks. */
|
|
62
131
|
export interface NetworkProfile {
|
|
63
|
-
/** Specifies the network interfaces for the
|
|
64
|
-
networkInterfaces?:
|
|
132
|
+
/** Specifies the network interfaces for the Azure Bare Metal Instance. */
|
|
133
|
+
networkInterfaces?: NetworkInterface[];
|
|
65
134
|
/**
|
|
66
135
|
* Specifies the circuit id for connecting to express route.
|
|
67
136
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
137
|
*/
|
|
69
138
|
readonly circuitId?: string;
|
|
70
139
|
}
|
|
71
|
-
/** Specifies the
|
|
72
|
-
export interface
|
|
140
|
+
/** Specifies the network interfaces of a bare metal resource. */
|
|
141
|
+
export interface NetworkInterface {
|
|
73
142
|
/** Specifies the IP address of the network interface. */
|
|
74
143
|
ipAddress?: string;
|
|
75
144
|
}
|
|
76
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
77
|
-
export interface SystemData {
|
|
78
|
-
/** The identity that created the resource. */
|
|
79
|
-
createdBy?: string;
|
|
80
|
-
/** The type of identity that created the resource. */
|
|
81
|
-
createdByType?: CreatedByType;
|
|
82
|
-
/** The timestamp of resource creation (UTC). */
|
|
83
|
-
createdAt?: Date;
|
|
84
|
-
/** The identity that last modified the resource. */
|
|
85
|
-
lastModifiedBy?: string;
|
|
86
|
-
/** The type of identity that last modified the resource. */
|
|
87
|
-
lastModifiedByType?: CreatedByType;
|
|
88
|
-
/** The timestamp of resource last modification (UTC) */
|
|
89
|
-
lastModifiedAt?: Date;
|
|
90
|
-
}
|
|
91
145
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
92
146
|
export interface Resource {
|
|
93
147
|
/**
|
|
94
|
-
* Fully qualified resource ID for the resource.
|
|
148
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
95
149
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
150
|
*/
|
|
97
151
|
readonly id?: string;
|
|
@@ -105,84 +159,125 @@ export interface Resource {
|
|
|
105
159
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
160
|
*/
|
|
107
161
|
readonly type?: string;
|
|
108
|
-
}
|
|
109
|
-
/** Error response. */
|
|
110
|
-
export interface ErrorResponse {
|
|
111
|
-
/** The error details. */
|
|
112
|
-
error?: ErrorDefinition;
|
|
113
|
-
}
|
|
114
|
-
/** Error definition. */
|
|
115
|
-
export interface ErrorDefinition {
|
|
116
162
|
/**
|
|
117
|
-
*
|
|
163
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
118
164
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
165
|
*/
|
|
120
|
-
readonly
|
|
166
|
+
readonly systemData?: SystemData;
|
|
167
|
+
}
|
|
168
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
169
|
+
export interface SystemData {
|
|
170
|
+
/** The identity that created the resource. */
|
|
171
|
+
createdBy?: string;
|
|
172
|
+
/** The type of identity that created the resource. */
|
|
173
|
+
createdByType?: CreatedByType;
|
|
174
|
+
/** The timestamp of resource creation (UTC). */
|
|
175
|
+
createdAt?: Date;
|
|
176
|
+
/** The identity that last modified the resource. */
|
|
177
|
+
lastModifiedBy?: string;
|
|
178
|
+
/** The type of identity that last modified the resource. */
|
|
179
|
+
lastModifiedByType?: CreatedByType;
|
|
180
|
+
/** The timestamp of resource last modification (UTC) */
|
|
181
|
+
lastModifiedAt?: Date;
|
|
182
|
+
}
|
|
183
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
184
|
+
export interface OperationListResult {
|
|
121
185
|
/**
|
|
122
|
-
*
|
|
186
|
+
* List of operations supported by the resource provider
|
|
123
187
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
188
|
*/
|
|
125
|
-
readonly
|
|
189
|
+
readonly value?: Operation[];
|
|
126
190
|
/**
|
|
127
|
-
*
|
|
191
|
+
* URL to get the next set of operation list results (if there are any).
|
|
128
192
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
193
|
*/
|
|
130
|
-
readonly
|
|
131
|
-
}
|
|
132
|
-
/** List of AzureBareMetal operations */
|
|
133
|
-
export interface OperationList {
|
|
134
|
-
/** List of AzureBareMetal operations */
|
|
135
|
-
value?: Operation[];
|
|
194
|
+
readonly nextLink?: string;
|
|
136
195
|
}
|
|
137
|
-
/**
|
|
196
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
138
197
|
export interface Operation {
|
|
139
198
|
/**
|
|
140
|
-
* The name of the operation
|
|
199
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
141
200
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
201
|
*/
|
|
143
202
|
readonly name?: string;
|
|
144
|
-
/** Displayed AzureBareMetal operation information */
|
|
145
|
-
display?: Display;
|
|
146
203
|
/**
|
|
147
|
-
*
|
|
204
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
148
205
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
206
|
*/
|
|
150
207
|
readonly isDataAction?: boolean;
|
|
208
|
+
/** Localized display information for this particular operation. */
|
|
209
|
+
display?: OperationDisplay;
|
|
210
|
+
/**
|
|
211
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
212
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
213
|
+
*/
|
|
214
|
+
readonly origin?: Origin;
|
|
215
|
+
/**
|
|
216
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
217
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
+
*/
|
|
219
|
+
readonly actionType?: ActionType;
|
|
151
220
|
}
|
|
152
|
-
/**
|
|
153
|
-
export interface
|
|
221
|
+
/** Localized display information for this particular operation. */
|
|
222
|
+
export interface OperationDisplay {
|
|
154
223
|
/**
|
|
155
|
-
* The localized friendly form of the resource provider name.
|
|
224
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
156
225
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
226
|
*/
|
|
158
227
|
readonly provider?: string;
|
|
159
228
|
/**
|
|
160
|
-
* The localized friendly
|
|
229
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
161
230
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
231
|
*/
|
|
163
232
|
readonly resource?: string;
|
|
164
233
|
/**
|
|
165
|
-
* The localized friendly name for the operation
|
|
234
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
166
235
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
236
|
*/
|
|
168
237
|
readonly operation?: string;
|
|
169
238
|
/**
|
|
170
|
-
* The localized friendly description
|
|
239
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
171
240
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
241
|
*/
|
|
173
242
|
readonly description?: string;
|
|
174
243
|
}
|
|
175
|
-
/** Tags field of the AzureBareMetal instance. */
|
|
244
|
+
/** Tags field of the AzureBareMetal/AzureBareMetaStorage instance. */
|
|
176
245
|
export interface Tags {
|
|
177
|
-
/** Tags field of the AzureBareMetal instance. */
|
|
246
|
+
/** Tags field of the AzureBareMetal/AzureBareMetaStorage instance. */
|
|
178
247
|
tags?: {
|
|
179
248
|
[propertyName: string]: string;
|
|
180
249
|
};
|
|
181
250
|
}
|
|
182
|
-
/**
|
|
183
|
-
export interface
|
|
184
|
-
/**
|
|
185
|
-
|
|
251
|
+
/** The response from the Get AzureBareMetalStorageInstances operation. */
|
|
252
|
+
export interface AzureBareMetalStorageInstancesListResult {
|
|
253
|
+
/** The list of AzureBareMetalStorage instances. */
|
|
254
|
+
value?: AzureBareMetalStorageInstance[];
|
|
255
|
+
/** The URL to get the next set of AzureBareMetalStorage instances. */
|
|
256
|
+
nextLink?: string;
|
|
257
|
+
}
|
|
258
|
+
/** described the storage properties of the azure bare metal storage instance */
|
|
259
|
+
export interface StorageProperties {
|
|
260
|
+
/** State of provisioning of the AzureBareMetalStorageInstance */
|
|
261
|
+
provisioningState?: ProvisioningState;
|
|
262
|
+
/** the offering type for which the resource is getting provisioned */
|
|
263
|
+
offeringType?: string;
|
|
264
|
+
/** the storage protocol for which the resource is getting provisioned */
|
|
265
|
+
storageType?: string;
|
|
266
|
+
/** the kind of storage instance */
|
|
267
|
+
generation?: string;
|
|
268
|
+
/** the hardware type of the storage instance */
|
|
269
|
+
hardwareType?: string;
|
|
270
|
+
/** the workload for which the resource is getting provisioned */
|
|
271
|
+
workloadType?: string;
|
|
272
|
+
/** the billing related information for the resource */
|
|
273
|
+
storageBillingProperties?: StorageBillingProperties;
|
|
274
|
+
}
|
|
275
|
+
/** Describes the billing related details of the AzureBareMetalStorageInstance. */
|
|
276
|
+
export interface StorageBillingProperties {
|
|
277
|
+
/** the billing mode for the storage instance */
|
|
278
|
+
billingMode?: string;
|
|
279
|
+
/** the SKU type that is provisioned */
|
|
280
|
+
azureBareMetalStorageInstanceSize?: string;
|
|
186
281
|
}
|
|
187
282
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
188
283
|
export interface TrackedResource extends Resource {
|
|
@@ -195,21 +290,16 @@ export interface TrackedResource extends Resource {
|
|
|
195
290
|
}
|
|
196
291
|
/** AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties) */
|
|
197
292
|
export interface AzureBareMetalInstance extends TrackedResource {
|
|
198
|
-
/**
|
|
199
|
-
* The system metadata relating to this resource.
|
|
200
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
-
*/
|
|
202
|
-
readonly systemData?: SystemData;
|
|
203
|
-
/** Specifies the hardware settings for the AzureBareMetal instance. */
|
|
293
|
+
/** Specifies the hardware settings for the Azure Bare Metal Instance. */
|
|
204
294
|
hardwareProfile?: HardwareProfile;
|
|
205
|
-
/** Specifies the storage settings for the
|
|
295
|
+
/** Specifies the storage settings for the Azure Bare Metal Instance disks. */
|
|
206
296
|
storageProfile?: StorageProfile;
|
|
207
|
-
/** Specifies the operating system settings for the
|
|
297
|
+
/** Specifies the operating system settings for the Azure Bare Metal Instance. */
|
|
208
298
|
osProfile?: OSProfile;
|
|
209
|
-
/** Specifies the network settings for the
|
|
299
|
+
/** Specifies the network settings for the Azure Bare Metal Instance. */
|
|
210
300
|
networkProfile?: NetworkProfile;
|
|
211
301
|
/**
|
|
212
|
-
* Specifies the
|
|
302
|
+
* Specifies the Azure Bare Metal Instance unique ID.
|
|
213
303
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
304
|
*/
|
|
215
305
|
readonly azureBareMetalInstanceId?: string;
|
|
@@ -224,7 +314,7 @@ export interface AzureBareMetalInstance extends TrackedResource {
|
|
|
224
314
|
*/
|
|
225
315
|
readonly proximityPlacementGroup?: string;
|
|
226
316
|
/**
|
|
227
|
-
* Hardware revision of an
|
|
317
|
+
* Hardware revision of an Azure Bare Metal Instance
|
|
228
318
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
319
|
*/
|
|
230
320
|
readonly hwRevision?: string;
|
|
@@ -236,12 +326,74 @@ export interface AzureBareMetalInstance extends TrackedResource {
|
|
|
236
326
|
*/
|
|
237
327
|
readonly provisioningState?: AzureBareMetalProvisioningStatesEnum;
|
|
238
328
|
}
|
|
329
|
+
/** AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties) */
|
|
330
|
+
export interface AzureBareMetalStorageInstance extends TrackedResource {
|
|
331
|
+
/** Specifies the AzureBareMetaStorageInstance unique ID. */
|
|
332
|
+
azureBareMetalStorageInstanceUniqueIdentifier?: string;
|
|
333
|
+
/** Specifies the storage properties for the AzureBareMetalStorage instance. */
|
|
334
|
+
storageProperties?: StorageProperties;
|
|
335
|
+
}
|
|
336
|
+
/** Defines headers for AzureBareMetalInstances_start operation. */
|
|
337
|
+
export interface AzureBareMetalInstancesStartHeaders {
|
|
338
|
+
/** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */
|
|
339
|
+
location?: string;
|
|
340
|
+
}
|
|
341
|
+
/** Defines headers for AzureBareMetalInstances_restart operation. */
|
|
342
|
+
export interface AzureBareMetalInstancesRestartHeaders {
|
|
343
|
+
/** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */
|
|
344
|
+
location?: string;
|
|
345
|
+
}
|
|
346
|
+
/** Defines headers for AzureBareMetalInstances_shutdown operation. */
|
|
347
|
+
export interface AzureBareMetalInstancesShutdownHeaders {
|
|
348
|
+
/** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */
|
|
349
|
+
location?: string;
|
|
350
|
+
}
|
|
351
|
+
/** Known values of {@link AsyncOperationStatus} that the service accepts. */
|
|
352
|
+
export declare enum KnownAsyncOperationStatus {
|
|
353
|
+
/** Requesting */
|
|
354
|
+
Requesting = "Requesting",
|
|
355
|
+
/** Executing */
|
|
356
|
+
Executing = "Executing",
|
|
357
|
+
/** Succeeded */
|
|
358
|
+
Succeeded = "Succeeded",
|
|
359
|
+
/** Failed */
|
|
360
|
+
Failed = "Failed"
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* Defines values for AsyncOperationStatus. \
|
|
364
|
+
* {@link KnownAsyncOperationStatus} can be used interchangeably with AsyncOperationStatus,
|
|
365
|
+
* this enum contains the known values that the service supports.
|
|
366
|
+
* ### Known values supported by the service
|
|
367
|
+
* **Requesting** \
|
|
368
|
+
* **Executing** \
|
|
369
|
+
* **Succeeded** \
|
|
370
|
+
* **Failed**
|
|
371
|
+
*/
|
|
372
|
+
export type AsyncOperationStatus = string;
|
|
373
|
+
/** Known values of {@link AzureBareMetalInstanceForcePowerState} that the service accepts. */
|
|
374
|
+
export declare enum KnownAzureBareMetalInstanceForcePowerState {
|
|
375
|
+
/** Active */
|
|
376
|
+
Active = "active",
|
|
377
|
+
/** Inactive */
|
|
378
|
+
Inactive = "inactive"
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Defines values for AzureBareMetalInstanceForcePowerState. \
|
|
382
|
+
* {@link KnownAzureBareMetalInstanceForcePowerState} can be used interchangeably with AzureBareMetalInstanceForcePowerState,
|
|
383
|
+
* this enum contains the known values that the service supports.
|
|
384
|
+
* ### Known values supported by the service
|
|
385
|
+
* **active** \
|
|
386
|
+
* **inactive**
|
|
387
|
+
*/
|
|
388
|
+
export type AzureBareMetalInstanceForcePowerState = string;
|
|
239
389
|
/** Known values of {@link AzureBareMetalHardwareTypeNamesEnum} that the service accepts. */
|
|
240
390
|
export declare enum KnownAzureBareMetalHardwareTypeNamesEnum {
|
|
241
391
|
/** CiscoUCS */
|
|
242
392
|
CiscoUCS = "Cisco_UCS",
|
|
243
393
|
/** HPE */
|
|
244
|
-
HPE = "HPE"
|
|
394
|
+
HPE = "HPE",
|
|
395
|
+
/** Sdflex */
|
|
396
|
+
Sdflex = "SDFLEX"
|
|
245
397
|
}
|
|
246
398
|
/**
|
|
247
399
|
* Defines values for AzureBareMetalHardwareTypeNamesEnum. \
|
|
@@ -249,7 +401,8 @@ export declare enum KnownAzureBareMetalHardwareTypeNamesEnum {
|
|
|
249
401
|
* this enum contains the known values that the service supports.
|
|
250
402
|
* ### Known values supported by the service
|
|
251
403
|
* **Cisco_UCS** \
|
|
252
|
-
* **HPE**
|
|
404
|
+
* **HPE** \
|
|
405
|
+
* **SDFLEX**
|
|
253
406
|
*/
|
|
254
407
|
export type AzureBareMetalHardwareTypeNamesEnum = string;
|
|
255
408
|
/** Known values of {@link AzureBareMetalInstanceSizeNamesEnum} that the service accepts. */
|
|
@@ -304,6 +457,8 @@ export declare enum KnownAzureBareMetalInstanceSizeNamesEnum {
|
|
|
304
457
|
S448Oom = "S448oom",
|
|
305
458
|
/** S448Ooo */
|
|
306
459
|
S448Ooo = "S448ooo",
|
|
460
|
+
/** S448Se */
|
|
461
|
+
S448Se = "S448se",
|
|
307
462
|
/** S576M */
|
|
308
463
|
S576M = "S576m",
|
|
309
464
|
/** S576Xm */
|
|
@@ -371,6 +526,7 @@ export declare enum KnownAzureBareMetalInstanceSizeNamesEnum {
|
|
|
371
526
|
* **S448oo** \
|
|
372
527
|
* **S448oom** \
|
|
373
528
|
* **S448ooo** \
|
|
529
|
+
* **S448se** \
|
|
374
530
|
* **S576m** \
|
|
375
531
|
* **S576xm** \
|
|
376
532
|
* **S672** \
|
|
@@ -472,6 +628,101 @@ export declare enum KnownCreatedByType {
|
|
|
472
628
|
* **Key**
|
|
473
629
|
*/
|
|
474
630
|
export type CreatedByType = string;
|
|
631
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
632
|
+
export declare enum KnownOrigin {
|
|
633
|
+
/** User */
|
|
634
|
+
User = "user",
|
|
635
|
+
/** System */
|
|
636
|
+
System = "system",
|
|
637
|
+
/** UserSystem */
|
|
638
|
+
UserSystem = "user,system"
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* Defines values for Origin. \
|
|
642
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
643
|
+
* this enum contains the known values that the service supports.
|
|
644
|
+
* ### Known values supported by the service
|
|
645
|
+
* **user** \
|
|
646
|
+
* **system** \
|
|
647
|
+
* **user,system**
|
|
648
|
+
*/
|
|
649
|
+
export type Origin = string;
|
|
650
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
651
|
+
export declare enum KnownActionType {
|
|
652
|
+
/** Internal */
|
|
653
|
+
Internal = "Internal"
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* Defines values for ActionType. \
|
|
657
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
658
|
+
* this enum contains the known values that the service supports.
|
|
659
|
+
* ### Known values supported by the service
|
|
660
|
+
* **Internal**
|
|
661
|
+
*/
|
|
662
|
+
export type ActionType = string;
|
|
663
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
664
|
+
export declare enum KnownProvisioningState {
|
|
665
|
+
/** Accepted */
|
|
666
|
+
Accepted = "Accepted",
|
|
667
|
+
/** Creating */
|
|
668
|
+
Creating = "Creating",
|
|
669
|
+
/** Updating */
|
|
670
|
+
Updating = "Updating",
|
|
671
|
+
/** Failed */
|
|
672
|
+
Failed = "Failed",
|
|
673
|
+
/** Succeeded */
|
|
674
|
+
Succeeded = "Succeeded",
|
|
675
|
+
/** Deleting */
|
|
676
|
+
Deleting = "Deleting",
|
|
677
|
+
/** Canceled */
|
|
678
|
+
Canceled = "Canceled",
|
|
679
|
+
/** Migrating */
|
|
680
|
+
Migrating = "Migrating"
|
|
681
|
+
}
|
|
682
|
+
/**
|
|
683
|
+
* Defines values for ProvisioningState. \
|
|
684
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
685
|
+
* this enum contains the known values that the service supports.
|
|
686
|
+
* ### Known values supported by the service
|
|
687
|
+
* **Accepted** \
|
|
688
|
+
* **Creating** \
|
|
689
|
+
* **Updating** \
|
|
690
|
+
* **Failed** \
|
|
691
|
+
* **Succeeded** \
|
|
692
|
+
* **Deleting** \
|
|
693
|
+
* **Canceled** \
|
|
694
|
+
* **Migrating**
|
|
695
|
+
*/
|
|
696
|
+
export type ProvisioningState = string;
|
|
697
|
+
/** Optional parameters. */
|
|
698
|
+
export interface AzureBareMetalInstancesStartOptionalParams extends coreClient.OperationOptions {
|
|
699
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
700
|
+
updateIntervalInMs?: number;
|
|
701
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
702
|
+
resumeFrom?: string;
|
|
703
|
+
}
|
|
704
|
+
/** Contains response data for the start operation. */
|
|
705
|
+
export type AzureBareMetalInstancesStartResponse = OperationStatus;
|
|
706
|
+
/** Optional parameters. */
|
|
707
|
+
export interface AzureBareMetalInstancesRestartOptionalParams extends coreClient.OperationOptions {
|
|
708
|
+
/** When set to 'active', this parameter empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */
|
|
709
|
+
forceParameter?: ForceState;
|
|
710
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
711
|
+
updateIntervalInMs?: number;
|
|
712
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
713
|
+
resumeFrom?: string;
|
|
714
|
+
}
|
|
715
|
+
/** Contains response data for the restart operation. */
|
|
716
|
+
export type AzureBareMetalInstancesRestartResponse = OperationStatus;
|
|
717
|
+
/** Optional parameters. */
|
|
718
|
+
export interface AzureBareMetalInstancesShutdownOptionalParams extends coreClient.OperationOptions {
|
|
719
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
720
|
+
updateIntervalInMs?: number;
|
|
721
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
722
|
+
resumeFrom?: string;
|
|
723
|
+
}
|
|
724
|
+
/** Contains response data for the shutdown operation. */
|
|
725
|
+
export type AzureBareMetalInstancesShutdownResponse = OperationStatus;
|
|
475
726
|
/** Optional parameters. */
|
|
476
727
|
export interface AzureBareMetalInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
477
728
|
}
|
|
@@ -506,7 +757,45 @@ export type AzureBareMetalInstancesListByResourceGroupNextResponse = AzureBareMe
|
|
|
506
757
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
507
758
|
}
|
|
508
759
|
/** Contains response data for the list operation. */
|
|
509
|
-
export type OperationsListResponse =
|
|
760
|
+
export type OperationsListResponse = OperationListResult;
|
|
761
|
+
/** Optional parameters. */
|
|
762
|
+
export interface AzureBareMetalStorageInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
763
|
+
}
|
|
764
|
+
/** Contains response data for the listBySubscription operation. */
|
|
765
|
+
export type AzureBareMetalStorageInstancesListBySubscriptionResponse = AzureBareMetalStorageInstancesListResult;
|
|
766
|
+
/** Optional parameters. */
|
|
767
|
+
export interface AzureBareMetalStorageInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
768
|
+
}
|
|
769
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
770
|
+
export type AzureBareMetalStorageInstancesListByResourceGroupResponse = AzureBareMetalStorageInstancesListResult;
|
|
771
|
+
/** Optional parameters. */
|
|
772
|
+
export interface AzureBareMetalStorageInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
773
|
+
}
|
|
774
|
+
/** Contains response data for the get operation. */
|
|
775
|
+
export type AzureBareMetalStorageInstancesGetResponse = AzureBareMetalStorageInstance;
|
|
776
|
+
/** Optional parameters. */
|
|
777
|
+
export interface AzureBareMetalStorageInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
778
|
+
}
|
|
779
|
+
/** Contains response data for the create operation. */
|
|
780
|
+
export type AzureBareMetalStorageInstancesCreateResponse = AzureBareMetalStorageInstance;
|
|
781
|
+
/** Optional parameters. */
|
|
782
|
+
export interface AzureBareMetalStorageInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
783
|
+
}
|
|
784
|
+
/** Contains response data for the update operation. */
|
|
785
|
+
export type AzureBareMetalStorageInstancesUpdateResponse = AzureBareMetalStorageInstance;
|
|
786
|
+
/** Optional parameters. */
|
|
787
|
+
export interface AzureBareMetalStorageInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
788
|
+
}
|
|
789
|
+
/** Optional parameters. */
|
|
790
|
+
export interface AzureBareMetalStorageInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
791
|
+
}
|
|
792
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
793
|
+
export type AzureBareMetalStorageInstancesListBySubscriptionNextResponse = AzureBareMetalStorageInstancesListResult;
|
|
794
|
+
/** Optional parameters. */
|
|
795
|
+
export interface AzureBareMetalStorageInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
796
|
+
}
|
|
797
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
798
|
+
export type AzureBareMetalStorageInstancesListByResourceGroupNextResponse = AzureBareMetalStorageInstancesListResult;
|
|
510
799
|
/** Optional parameters. */
|
|
511
800
|
export interface BareMetalInfrastructureClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
512
801
|
/** server parameter */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|