@pulumi/vsphere 4.10.0 → 4.11.0-alpha.1711033215
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/package.json +1 -1
- package/virtualDisk.d.ts +3 -3
package/package.json
CHANGED
package/virtualDisk.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare class VirtualDisk extends pulumi.CustomResource {
|
|
|
26
26
|
* disk controller types. This parameter will be removed in future versions of the
|
|
27
27
|
* vSphere provider.
|
|
28
28
|
*
|
|
29
|
-
* @deprecated this attribute has no effect on controller types - please use
|
|
29
|
+
* @deprecated this attribute has no effect on controller types - please use scsiType in vsphere.VirtualMachine instead
|
|
30
30
|
*/
|
|
31
31
|
readonly adapterType: pulumi.Output<string | undefined>;
|
|
32
32
|
/**
|
|
@@ -92,7 +92,7 @@ export interface VirtualDiskState {
|
|
|
92
92
|
* disk controller types. This parameter will be removed in future versions of the
|
|
93
93
|
* vSphere provider.
|
|
94
94
|
*
|
|
95
|
-
* @deprecated this attribute has no effect on controller types - please use
|
|
95
|
+
* @deprecated this attribute has no effect on controller types - please use scsiType in vsphere.VirtualMachine instead
|
|
96
96
|
*/
|
|
97
97
|
adapterType?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
@@ -150,7 +150,7 @@ export interface VirtualDiskArgs {
|
|
|
150
150
|
* disk controller types. This parameter will be removed in future versions of the
|
|
151
151
|
* vSphere provider.
|
|
152
152
|
*
|
|
153
|
-
* @deprecated this attribute has no effect on controller types - please use
|
|
153
|
+
* @deprecated this attribute has no effect on controller types - please use scsiType in vsphere.VirtualMachine instead
|
|
154
154
|
*/
|
|
155
155
|
adapterType?: pulumi.Input<string>;
|
|
156
156
|
/**
|