@pulumi/azure-native 2.0.0 → 2.1.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/dbformysql/index.d.ts +2 -1
- package/dbformysql/index.js +4 -2
- package/dbformysql/privateEndpointConnection.js +2 -2
- package/dbformysql/v20220930preview/privateEndpointConnection.js +2 -2
- package/dbformysql/v20230630/getPrivateEndpointConnection.d.ts +75 -0
- package/dbformysql/v20230630/getPrivateEndpointConnection.js +27 -0
- package/dbformysql/v20230630/index.d.ts +7 -0
- package/dbformysql/v20230630/index.js +41 -0
- package/dbformysql/v20230630/privateEndpointConnection.d.ts +76 -0
- package/dbformysql/v20230630/privateEndpointConnection.js +82 -0
- package/elasticsan/elasticSan.js +2 -2
- package/elasticsan/getPrivateEndpointConnection.d.ts +77 -0
- package/elasticsan/getPrivateEndpointConnection.js +29 -0
- package/elasticsan/index.d.ts +8 -1
- package/elasticsan/index.js +11 -2
- package/elasticsan/privateEndpointConnection.d.ts +84 -0
- package/elasticsan/privateEndpointConnection.js +83 -0
- package/elasticsan/v20211120preview/elasticSan.js +2 -2
- package/elasticsan/v20211120preview/volume.js +2 -2
- package/elasticsan/v20211120preview/volumeGroup.js +2 -2
- package/elasticsan/v20221201preview/elasticSan.d.ts +135 -0
- package/elasticsan/v20221201preview/elasticSan.js +102 -0
- package/elasticsan/v20221201preview/getElasticSan.d.ts +105 -0
- package/elasticsan/v20221201preview/getElasticSan.js +26 -0
- package/elasticsan/v20221201preview/getPrivateEndpointConnection.d.ts +75 -0
- package/elasticsan/v20221201preview/getPrivateEndpointConnection.js +27 -0
- package/elasticsan/v20221201preview/getVolume.d.ts +83 -0
- package/elasticsan/v20221201preview/getVolume.js +28 -0
- package/elasticsan/v20221201preview/getVolumeGroup.d.ts +79 -0
- package/elasticsan/v20221201preview/getVolumeGroup.js +27 -0
- package/elasticsan/v20221201preview/index.d.ts +25 -0
- package/elasticsan/v20221201preview/index.js +62 -0
- package/elasticsan/v20221201preview/privateEndpointConnection.d.ts +83 -0
- package/elasticsan/v20221201preview/privateEndpointConnection.js +82 -0
- package/elasticsan/v20221201preview/volume.d.ts +87 -0
- package/elasticsan/v20221201preview/volume.js +86 -0
- package/elasticsan/v20221201preview/volumeGroup.d.ts +92 -0
- package/elasticsan/v20221201preview/volumeGroup.js +81 -0
- package/elasticsan/volume.js +2 -2
- package/elasticsan/volumeGroup.js +2 -2
- package/maintenance/configurationAssignment.js +2 -2
- package/maintenance/configurationAssignmentParent.js +2 -2
- package/maintenance/configurationAssignmentsForResourceGroup.d.ts +88 -0
- package/maintenance/configurationAssignmentsForResourceGroup.js +76 -0
- package/maintenance/configurationAssignmentsForSubscription.d.ts +84 -0
- package/maintenance/configurationAssignmentsForSubscription.js +72 -0
- package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +69 -0
- package/maintenance/getConfigurationAssignmentsForResourceGroup.js +28 -0
- package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +61 -0
- package/maintenance/getConfigurationAssignmentsForSubscription.js +27 -0
- package/maintenance/index.d.ts +14 -1
- package/maintenance/index.js +18 -2
- package/maintenance/maintenanceConfiguration.js +2 -2
- package/maintenance/v20221101preview/configurationAssignment.js +2 -2
- package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20230401/configurationAssignment.d.ts +99 -0
- package/maintenance/v20230401/configurationAssignment.js +87 -0
- package/maintenance/v20230401/configurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20230401/configurationAssignmentParent.js +95 -0
- package/maintenance/v20230401/configurationAssignmentsForResourceGroup.d.ts +87 -0
- package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +75 -0
- package/maintenance/v20230401/configurationAssignmentsForSubscription.d.ts +83 -0
- package/maintenance/v20230401/configurationAssignmentsForSubscription.js +71 -0
- package/maintenance/v20230401/getConfigurationAssignment.d.ts +91 -0
- package/maintenance/v20230401/getConfigurationAssignment.js +29 -0
- package/maintenance/v20230401/getConfigurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20230401/getConfigurationAssignmentParent.js +31 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForResourceGroup.js +26 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForSubscription.d.ts +59 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForSubscription.js +25 -0
- package/maintenance/v20230401/getMaintenanceConfiguration.d.ts +103 -0
- package/maintenance/v20230401/getMaintenanceConfiguration.js +26 -0
- package/maintenance/v20230401/index.d.ts +31 -0
- package/maintenance/v20230401/index.js +69 -0
- package/maintenance/v20230401/maintenanceConfiguration.d.ts +160 -0
- package/maintenance/v20230401/maintenanceConfiguration.js +92 -0
- package/managednetworkfabric/accessControlList.js +2 -2
- package/managednetworkfabric/externalNetwork.js +2 -2
- package/managednetworkfabric/getInternetGateway.d.ts +87 -0
- package/managednetworkfabric/getInternetGateway.js +28 -0
- package/managednetworkfabric/getInternetGatewayRule.d.ts +79 -0
- package/managednetworkfabric/getInternetGatewayRule.js +28 -0
- package/managednetworkfabric/getNeighborGroup.d.ts +83 -0
- package/managednetworkfabric/getNeighborGroup.js +28 -0
- package/managednetworkfabric/getNetworkFabricTopology.d.ts +49 -0
- package/managednetworkfabric/getNetworkFabricTopology.js +28 -0
- package/managednetworkfabric/getNetworkPacketBroker.d.ts +87 -0
- package/managednetworkfabric/getNetworkPacketBroker.js +28 -0
- package/managednetworkfabric/getNetworkTap.d.ts +95 -0
- package/managednetworkfabric/getNetworkTap.js +28 -0
- package/managednetworkfabric/getNetworkTapRule.d.ts +107 -0
- package/managednetworkfabric/getNetworkTapRule.js +28 -0
- package/managednetworkfabric/index.d.ts +41 -1
- package/managednetworkfabric/index.js +50 -2
- package/managednetworkfabric/internalNetwork.js +2 -2
- package/managednetworkfabric/internetGateway.d.ts +116 -0
- package/managednetworkfabric/internetGateway.js +90 -0
- package/managednetworkfabric/internetGatewayRule.d.ts +100 -0
- package/managednetworkfabric/internetGatewayRule.js +83 -0
- package/managednetworkfabric/ipCommunity.js +2 -2
- package/managednetworkfabric/ipExtendedCommunity.js +2 -2
- package/managednetworkfabric/ipPrefix.js +2 -2
- package/managednetworkfabric/l2isolationDomain.js +2 -2
- package/managednetworkfabric/l3isolationDomain.js +2 -2
- package/managednetworkfabric/neighborGroup.d.ts +104 -0
- package/managednetworkfabric/neighborGroup.js +85 -0
- package/managednetworkfabric/networkDevice.js +2 -2
- package/managednetworkfabric/networkFabric.js +2 -2
- package/managednetworkfabric/networkFabricController.js +2 -2
- package/managednetworkfabric/networkInterface.js +2 -2
- package/managednetworkfabric/networkPacketBroker.d.ts +103 -0
- package/managednetworkfabric/networkPacketBroker.js +87 -0
- package/managednetworkfabric/networkRack.js +2 -2
- package/managednetworkfabric/networkTap.d.ts +125 -0
- package/managednetworkfabric/networkTap.js +95 -0
- package/managednetworkfabric/networkTapRule.d.ts +145 -0
- package/managednetworkfabric/networkTapRule.js +98 -0
- package/managednetworkfabric/networkToNetworkInterconnect.js +2 -2
- package/managednetworkfabric/routePolicy.js +2 -2
- package/managednetworkfabric/v20230201preview/accessControlList.js +2 -2
- package/managednetworkfabric/v20230201preview/externalNetwork.js +2 -2
- package/managednetworkfabric/v20230201preview/internalNetwork.js +2 -2
- package/managednetworkfabric/v20230201preview/ipCommunity.js +2 -2
- package/managednetworkfabric/v20230201preview/ipExtendedCommunity.js +2 -2
- package/managednetworkfabric/v20230201preview/ipPrefix.js +2 -2
- package/managednetworkfabric/v20230201preview/l2isolationDomain.js +2 -2
- package/managednetworkfabric/v20230201preview/l3isolationDomain.js +2 -2
- package/managednetworkfabric/v20230201preview/networkDevice.js +2 -2
- package/managednetworkfabric/v20230201preview/networkFabric.js +2 -2
- package/managednetworkfabric/v20230201preview/networkFabricController.js +2 -2
- package/managednetworkfabric/v20230201preview/networkInterface.js +2 -2
- package/managednetworkfabric/v20230201preview/networkRack.js +2 -2
- package/managednetworkfabric/v20230201preview/networkToNetworkInterconnect.js +2 -2
- package/managednetworkfabric/v20230201preview/routePolicy.js +2 -2
- package/managednetworkfabric/v20230615/accessControlList.d.ts +132 -0
- package/managednetworkfabric/v20230615/accessControlList.js +92 -0
- package/managednetworkfabric/v20230615/externalNetwork.d.ts +140 -0
- package/managednetworkfabric/v20230615/externalNetwork.js +99 -0
- package/managednetworkfabric/v20230615/getAccessControlList.d.ts +97 -0
- package/managednetworkfabric/v20230615/getAccessControlList.js +26 -0
- package/managednetworkfabric/v20230615/getExternalNetwork.d.ts +107 -0
- package/managednetworkfabric/v20230615/getExternalNetwork.js +27 -0
- package/managednetworkfabric/v20230615/getInternalNetwork.d.ts +131 -0
- package/managednetworkfabric/v20230615/getInternalNetwork.js +27 -0
- package/managednetworkfabric/v20230615/getInternetGateway.d.ts +85 -0
- package/managednetworkfabric/v20230615/getInternetGateway.js +26 -0
- package/managednetworkfabric/v20230615/getInternetGatewayRule.d.ts +77 -0
- package/managednetworkfabric/v20230615/getInternetGatewayRule.js +26 -0
- package/managednetworkfabric/v20230615/getIpCommunity.d.ts +81 -0
- package/managednetworkfabric/v20230615/getIpCommunity.js +26 -0
- package/managednetworkfabric/v20230615/getIpExtendedCommunity.d.ts +81 -0
- package/managednetworkfabric/v20230615/getIpExtendedCommunity.js +26 -0
- package/managednetworkfabric/v20230615/getIpPrefix.d.ts +81 -0
- package/managednetworkfabric/v20230615/getIpPrefix.js +26 -0
- package/managednetworkfabric/v20230615/getL2IsolationDomain.d.ts +89 -0
- package/managednetworkfabric/v20230615/getL2IsolationDomain.js +26 -0
- package/managednetworkfabric/v20230615/getL3IsolationDomain.d.ts +97 -0
- package/managednetworkfabric/v20230615/getL3IsolationDomain.js +26 -0
- package/managednetworkfabric/v20230615/getNeighborGroup.d.ts +81 -0
- package/managednetworkfabric/v20230615/getNeighborGroup.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkDevice.d.ts +109 -0
- package/managednetworkfabric/v20230615/getNetworkDevice.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkFabric.d.ts +133 -0
- package/managednetworkfabric/v20230615/getNetworkFabric.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkFabricController.d.ts +117 -0
- package/managednetworkfabric/v20230615/getNetworkFabricController.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkFabricTopology.d.ts +47 -0
- package/managednetworkfabric/v20230615/getNetworkFabricTopology.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkInterface.d.ts +91 -0
- package/managednetworkfabric/v20230615/getNetworkInterface.js +27 -0
- package/managednetworkfabric/v20230615/getNetworkPacketBroker.d.ts +85 -0
- package/managednetworkfabric/v20230615/getNetworkPacketBroker.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkRack.d.ts +81 -0
- package/managednetworkfabric/v20230615/getNetworkRack.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkTap.d.ts +93 -0
- package/managednetworkfabric/v20230615/getNetworkTap.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkTapRule.d.ts +105 -0
- package/managednetworkfabric/v20230615/getNetworkTapRule.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkToNetworkInterconnect.d.ts +111 -0
- package/managednetworkfabric/v20230615/getNetworkToNetworkInterconnect.js +27 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +89 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.js +26 -0
- package/managednetworkfabric/v20230615/index.d.ts +130 -0
- package/managednetworkfabric/v20230615/index.js +185 -0
- package/managednetworkfabric/v20230615/internalNetwork.d.ts +192 -0
- package/managednetworkfabric/v20230615/internalNetwork.js +112 -0
- package/managednetworkfabric/v20230615/internetGateway.d.ts +115 -0
- package/managednetworkfabric/v20230615/internetGateway.js +89 -0
- package/managednetworkfabric/v20230615/internetGatewayRule.d.ts +99 -0
- package/managednetworkfabric/v20230615/internetGatewayRule.js +82 -0
- package/managednetworkfabric/v20230615/ipCommunity.d.ts +103 -0
- package/managednetworkfabric/v20230615/ipCommunity.js +84 -0
- package/managednetworkfabric/v20230615/ipExtendedCommunity.d.ts +103 -0
- package/managednetworkfabric/v20230615/ipExtendedCommunity.js +84 -0
- package/managednetworkfabric/v20230615/ipPrefix.d.ts +103 -0
- package/managednetworkfabric/v20230615/ipPrefix.js +84 -0
- package/managednetworkfabric/v20230615/l2isolationDomain.d.ts +118 -0
- package/managednetworkfabric/v20230615/l2isolationDomain.js +92 -0
- package/managednetworkfabric/v20230615/l3isolationDomain.d.ts +136 -0
- package/managednetworkfabric/v20230615/l3isolationDomain.js +93 -0
- package/managednetworkfabric/v20230615/neighborGroup.d.ts +103 -0
- package/managednetworkfabric/v20230615/neighborGroup.js +84 -0
- package/managednetworkfabric/v20230615/networkDevice.d.ts +138 -0
- package/managednetworkfabric/v20230615/networkDevice.js +98 -0
- package/managednetworkfabric/v20230615/networkFabric.d.ts +187 -0
- package/managednetworkfabric/v20230615/networkFabric.js +129 -0
- package/managednetworkfabric/v20230615/networkFabricController.d.ts +164 -0
- package/managednetworkfabric/v20230615/networkFabricController.js +100 -0
- package/managednetworkfabric/v20230615/networkInterface.d.ts +94 -0
- package/managednetworkfabric/v20230615/networkInterface.js +87 -0
- package/managednetworkfabric/v20230615/networkPacketBroker.d.ts +102 -0
- package/managednetworkfabric/v20230615/networkPacketBroker.js +86 -0
- package/managednetworkfabric/v20230615/networkRack.d.ts +107 -0
- package/managednetworkfabric/v20230615/networkRack.js +84 -0
- package/managednetworkfabric/v20230615/networkTap.d.ts +124 -0
- package/managednetworkfabric/v20230615/networkTap.js +94 -0
- package/managednetworkfabric/v20230615/networkTapRule.d.ts +144 -0
- package/managednetworkfabric/v20230615/networkTapRule.js +97 -0
- package/managednetworkfabric/v20230615/networkToNetworkInterconnect.d.ts +152 -0
- package/managednetworkfabric/v20230615/networkToNetworkInterconnect.js +102 -0
- package/managednetworkfabric/v20230615/routePolicy.d.ts +120 -0
- package/managednetworkfabric/v20230615/routePolicy.js +92 -0
- package/package.json +2 -2
- package/storagemover/agent.js +2 -2
- package/storagemover/endpoint.js +2 -2
- package/storagemover/index.d.ts +2 -1
- package/storagemover/index.js +4 -2
- package/storagemover/jobDefinition.js +2 -2
- package/storagemover/project.js +2 -2
- package/storagemover/storageMover.js +2 -2
- package/storagemover/v20230301/agent.js +2 -2
- package/storagemover/v20230301/endpoint.js +2 -2
- package/storagemover/v20230301/jobDefinition.js +2 -2
- package/storagemover/v20230301/project.js +2 -2
- package/storagemover/v20230301/storageMover.js +2 -2
- package/storagemover/v20230701preview/agent.d.ts +115 -0
- package/storagemover/v20230701preview/agent.js +101 -0
- package/storagemover/v20230701preview/endpoint.d.ts +67 -0
- package/storagemover/v20230701preview/endpoint.js +76 -0
- package/storagemover/v20230701preview/getAgent.d.ts +104 -0
- package/storagemover/v20230701preview/getAgent.js +27 -0
- package/storagemover/v20230701preview/getEndpoint.d.ts +63 -0
- package/storagemover/v20230701preview/getEndpoint.js +27 -0
- package/storagemover/v20230701preview/getJobDefinition.d.ts +123 -0
- package/storagemover/v20230701preview/getJobDefinition.js +28 -0
- package/storagemover/v20230701preview/getProject.d.ts +67 -0
- package/storagemover/v20230701preview/getProject.js +27 -0
- package/storagemover/v20230701preview/getStorageMover.d.ts +69 -0
- package/storagemover/v20230701preview/getStorageMover.js +26 -0
- package/storagemover/v20230701preview/index.d.ts +31 -0
- package/storagemover/v20230701preview/index.js +69 -0
- package/storagemover/v20230701preview/jobDefinition.d.ts +147 -0
- package/storagemover/v20230701preview/jobDefinition.js +112 -0
- package/storagemover/v20230701preview/project.d.ts +70 -0
- package/storagemover/v20230701preview/project.js +75 -0
- package/storagemover/v20230701preview/storageMover.d.ts +86 -0
- package/storagemover/v20230701preview/storageMover.js +75 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/dbformysql/index.d.ts +2 -1
- package/types/enums/dbformysql/index.js +4 -2
- package/types/enums/dbformysql/v20230630/index.d.ts +9 -0
- package/types/enums/dbformysql/v20230630/index.js +11 -0
- package/types/enums/elasticsan/index.d.ts +12 -1
- package/types/enums/elasticsan/index.js +10 -2
- package/types/enums/elasticsan/v20221201preview/index.d.ts +66 -0
- package/types/enums/elasticsan/v20221201preview/index.js +44 -0
- package/types/enums/maintenance/index.d.ts +10 -1
- package/types/enums/maintenance/index.js +8 -2
- package/types/enums/maintenance/v20230401/index.d.ts +65 -0
- package/types/enums/maintenance/v20230401/index.js +55 -0
- package/types/enums/managednetworkfabric/index.d.ts +111 -1
- package/types/enums/managednetworkfabric/index.js +61 -2
- package/types/enums/managednetworkfabric/v20230615/index.d.ts +275 -0
- package/types/enums/managednetworkfabric/v20230615/index.js +148 -0
- package/types/enums/storagemover/index.d.ts +2 -1
- package/types/enums/storagemover/index.js +4 -2
- package/types/enums/storagemover/v20230701preview/index.d.ts +34 -0
- package/types/enums/storagemover/v20230701preview/index.js +24 -0
- package/types/input.d.ts +1723 -4
- package/types/input.js +126 -1
- package/types/output.d.ts +2104 -4
- package/types/output.js +126 -1
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get a ElasticSan.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getElasticSan(args: GetElasticSanArgs, opts?: pulumi.InvokeOptions): Promise<GetElasticSanResult>;
|
|
7
|
+
export interface GetElasticSanArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the ElasticSan.
|
|
10
|
+
*/
|
|
11
|
+
elasticSanName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Response for ElasticSan request.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetElasticSanResult {
|
|
21
|
+
/**
|
|
22
|
+
* Logical zone for Elastic San resource; example: ["1"].
|
|
23
|
+
*/
|
|
24
|
+
readonly availabilityZones?: string[];
|
|
25
|
+
/**
|
|
26
|
+
* Base size of the Elastic San appliance in TiB.
|
|
27
|
+
*/
|
|
28
|
+
readonly baseSizeTiB: number;
|
|
29
|
+
/**
|
|
30
|
+
* Extended size of the Elastic San appliance in TiB.
|
|
31
|
+
*/
|
|
32
|
+
readonly extendedCapacitySizeTiB: number;
|
|
33
|
+
/**
|
|
34
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* The geo-location where the resource lives
|
|
39
|
+
*/
|
|
40
|
+
readonly location: string;
|
|
41
|
+
/**
|
|
42
|
+
* The name of the resource
|
|
43
|
+
*/
|
|
44
|
+
readonly name: string;
|
|
45
|
+
/**
|
|
46
|
+
* The list of Private Endpoint Connections.
|
|
47
|
+
*/
|
|
48
|
+
readonly privateEndpointConnections: outputs.elasticsan.v20221201preview.PrivateEndpointConnectionResponse[];
|
|
49
|
+
/**
|
|
50
|
+
* State of the operation on the resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly provisioningState: string;
|
|
53
|
+
/**
|
|
54
|
+
* resource sku
|
|
55
|
+
*/
|
|
56
|
+
readonly sku: outputs.elasticsan.v20221201preview.SkuResponse;
|
|
57
|
+
/**
|
|
58
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
59
|
+
*/
|
|
60
|
+
readonly systemData: outputs.elasticsan.v20221201preview.SystemDataResponse;
|
|
61
|
+
/**
|
|
62
|
+
* Resource tags.
|
|
63
|
+
*/
|
|
64
|
+
readonly tags?: {
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Total Provisioned IOPS of the Elastic San appliance.
|
|
69
|
+
*/
|
|
70
|
+
readonly totalIops: number;
|
|
71
|
+
/**
|
|
72
|
+
* Total Provisioned MBps Elastic San appliance.
|
|
73
|
+
*/
|
|
74
|
+
readonly totalMBps: number;
|
|
75
|
+
/**
|
|
76
|
+
* Total size of the Elastic San appliance in TB.
|
|
77
|
+
*/
|
|
78
|
+
readonly totalSizeTiB: number;
|
|
79
|
+
/**
|
|
80
|
+
* Total size of the provisioned Volumes in GiB.
|
|
81
|
+
*/
|
|
82
|
+
readonly totalVolumeSizeGiB: number;
|
|
83
|
+
/**
|
|
84
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
85
|
+
*/
|
|
86
|
+
readonly type: string;
|
|
87
|
+
/**
|
|
88
|
+
* Total number of volume groups in this Elastic San appliance.
|
|
89
|
+
*/
|
|
90
|
+
readonly volumeGroupCount: number;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Get a ElasticSan.
|
|
94
|
+
*/
|
|
95
|
+
export declare function getElasticSanOutput(args: GetElasticSanOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetElasticSanResult>;
|
|
96
|
+
export interface GetElasticSanOutputArgs {
|
|
97
|
+
/**
|
|
98
|
+
* The name of the ElasticSan.
|
|
99
|
+
*/
|
|
100
|
+
elasticSanName: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The name of the resource group. The name is case insensitive.
|
|
103
|
+
*/
|
|
104
|
+
resourceGroupName: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getElasticSanOutput = exports.getElasticSan = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a ElasticSan.
|
|
10
|
+
*/
|
|
11
|
+
function getElasticSan(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:elasticsan/v20221201preview:getElasticSan", {
|
|
14
|
+
"elasticSanName": args.elasticSanName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getElasticSan = getElasticSan;
|
|
19
|
+
/**
|
|
20
|
+
* Get a ElasticSan.
|
|
21
|
+
*/
|
|
22
|
+
function getElasticSanOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getElasticSan(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getElasticSanOutput = getElasticSanOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RWxhc3RpY1Nhbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2VsYXN0aWNzYW4vdjIwMjIxMjAxcHJldmlldy9nZXRFbGFzdGljU2FuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGFBQWEsQ0FBQyxJQUF1QixFQUFFLElBQTJCO0lBRTlFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHdEQUF3RCxFQUFFO1FBQ25GLGdCQUFnQixFQUFFLElBQUksQ0FBQyxjQUFjO1FBQ3JDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCxzQ0FPQztBQXNGRDs7R0FFRztBQUNILFNBQWdCLG1CQUFtQixDQUFDLElBQTZCLEVBQUUsSUFBMkI7SUFDMUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsYUFBYSxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3hFLENBQUM7QUFGRCxrREFFQyJ9
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets the specified private endpoint connection associated with the Elastic San
|
|
5
|
+
*/
|
|
6
|
+
export declare function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointConnectionResult>;
|
|
7
|
+
export interface GetPrivateEndpointConnectionArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the ElasticSan.
|
|
10
|
+
*/
|
|
11
|
+
elasticSanName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the Private Endpoint connection.
|
|
14
|
+
*/
|
|
15
|
+
privateEndpointConnectionName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Response for PrivateEndpoint Connection object
|
|
23
|
+
*/
|
|
24
|
+
export interface GetPrivateEndpointConnectionResult {
|
|
25
|
+
/**
|
|
26
|
+
* List of resources private endpoint is mapped
|
|
27
|
+
*/
|
|
28
|
+
readonly groupIds?: string[];
|
|
29
|
+
/**
|
|
30
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Private Endpoint resource
|
|
39
|
+
*/
|
|
40
|
+
readonly privateEndpoint?: outputs.elasticsan.v20221201preview.PrivateEndpointResponse;
|
|
41
|
+
/**
|
|
42
|
+
* Private Link Service Connection State.
|
|
43
|
+
*/
|
|
44
|
+
readonly privateLinkServiceConnectionState: outputs.elasticsan.v20221201preview.PrivateLinkServiceConnectionStateResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Provisioning State of Private Endpoint connection resource
|
|
47
|
+
*/
|
|
48
|
+
readonly provisioningState: string;
|
|
49
|
+
/**
|
|
50
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
51
|
+
*/
|
|
52
|
+
readonly systemData: outputs.elasticsan.v20221201preview.SystemDataResponse;
|
|
53
|
+
/**
|
|
54
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
55
|
+
*/
|
|
56
|
+
readonly type: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Gets the specified private endpoint connection associated with the Elastic San
|
|
60
|
+
*/
|
|
61
|
+
export declare function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateEndpointConnectionResult>;
|
|
62
|
+
export interface GetPrivateEndpointConnectionOutputArgs {
|
|
63
|
+
/**
|
|
64
|
+
* The name of the ElasticSan.
|
|
65
|
+
*/
|
|
66
|
+
elasticSanName: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the Private Endpoint connection.
|
|
69
|
+
*/
|
|
70
|
+
privateEndpointConnectionName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the resource group. The name is case insensitive.
|
|
73
|
+
*/
|
|
74
|
+
resourceGroupName: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets the specified private endpoint connection associated with the Elastic San
|
|
10
|
+
*/
|
|
11
|
+
function getPrivateEndpointConnection(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:elasticsan/v20221201preview:getPrivateEndpointConnection", {
|
|
14
|
+
"elasticSanName": args.elasticSanName,
|
|
15
|
+
"privateEndpointConnectionName": args.privateEndpointConnectionName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getPrivateEndpointConnection = getPrivateEndpointConnection;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the specified private endpoint connection associated with the Elastic San
|
|
22
|
+
*/
|
|
23
|
+
function getPrivateEndpointConnectionOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getPrivateEndpointConnection(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getPrivateEndpointConnectionOutput = getPrivateEndpointConnectionOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2VsYXN0aWNzYW4vdjIwMjIxMjAxcHJldmlldy9nZXRQcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDRCQUE0QixDQUFDLElBQXNDLEVBQUUsSUFBMkI7SUFFNUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsdUVBQXVFLEVBQUU7UUFDbEcsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLGNBQWM7UUFDckMsK0JBQStCLEVBQUUsSUFBSSxDQUFDLDZCQUE2QjtRQUNuRSxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsb0VBUUM7QUFzREQ7O0dBRUc7QUFDSCxTQUFnQixrQ0FBa0MsQ0FBQyxJQUE0QyxFQUFFLElBQTJCO0lBQ3hILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDRCQUE0QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3ZGLENBQUM7QUFGRCxnRkFFQyJ9
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get an Volume.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getVolume(args: GetVolumeArgs, opts?: pulumi.InvokeOptions): Promise<GetVolumeResult>;
|
|
7
|
+
export interface GetVolumeArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the ElasticSan.
|
|
10
|
+
*/
|
|
11
|
+
elasticSanName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the VolumeGroup.
|
|
18
|
+
*/
|
|
19
|
+
volumeGroupName: string;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the Volume.
|
|
22
|
+
*/
|
|
23
|
+
volumeName: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Response for Volume request.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetVolumeResult {
|
|
29
|
+
/**
|
|
30
|
+
* State of the operation on the resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly creationData?: outputs.elasticsan.v20221201preview.SourceCreationDataResponse;
|
|
33
|
+
/**
|
|
34
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the resource
|
|
39
|
+
*/
|
|
40
|
+
readonly name: string;
|
|
41
|
+
/**
|
|
42
|
+
* Volume size.
|
|
43
|
+
*/
|
|
44
|
+
readonly sizeGiB: number;
|
|
45
|
+
/**
|
|
46
|
+
* Storage target information
|
|
47
|
+
*/
|
|
48
|
+
readonly storageTarget: outputs.elasticsan.v20221201preview.IscsiTargetInfoResponse;
|
|
49
|
+
/**
|
|
50
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
51
|
+
*/
|
|
52
|
+
readonly systemData: outputs.elasticsan.v20221201preview.SystemDataResponse;
|
|
53
|
+
/**
|
|
54
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
55
|
+
*/
|
|
56
|
+
readonly type: string;
|
|
57
|
+
/**
|
|
58
|
+
* Unique Id of the volume in GUID format
|
|
59
|
+
*/
|
|
60
|
+
readonly volumeId: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get an Volume.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getVolumeOutput(args: GetVolumeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVolumeResult>;
|
|
66
|
+
export interface GetVolumeOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The name of the ElasticSan.
|
|
69
|
+
*/
|
|
70
|
+
elasticSanName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the resource group. The name is case insensitive.
|
|
73
|
+
*/
|
|
74
|
+
resourceGroupName: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the VolumeGroup.
|
|
77
|
+
*/
|
|
78
|
+
volumeGroupName: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the Volume.
|
|
81
|
+
*/
|
|
82
|
+
volumeName: pulumi.Input<string>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getVolumeOutput = exports.getVolume = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get an Volume.
|
|
10
|
+
*/
|
|
11
|
+
function getVolume(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:elasticsan/v20221201preview:getVolume", {
|
|
14
|
+
"elasticSanName": args.elasticSanName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"volumeGroupName": args.volumeGroupName,
|
|
17
|
+
"volumeName": args.volumeName,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getVolume = getVolume;
|
|
21
|
+
/**
|
|
22
|
+
* Get an Volume.
|
|
23
|
+
*/
|
|
24
|
+
function getVolumeOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getVolume(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getVolumeOutput = getVolumeOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Vm9sdW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZWxhc3RpY3Nhbi92MjAyMjEyMDFwcmV2aWV3L2dldFZvbHVtZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixTQUFTLENBQUMsSUFBbUIsRUFBRSxJQUEyQjtJQUV0RSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxvREFBb0QsRUFBRTtRQUMvRSxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsY0FBYztRQUNyQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGlCQUFpQixFQUFFLElBQUksQ0FBQyxlQUFlO1FBQ3ZDLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtLQUNoQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVRELDhCQVNDO0FBMEREOztHQUVHO0FBQ0gsU0FBZ0IsZUFBZSxDQUFDLElBQXlCLEVBQUUsSUFBMkI7SUFDbEYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3BFLENBQUM7QUFGRCwwQ0FFQyJ9
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get an VolumeGroups.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getVolumeGroup(args: GetVolumeGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetVolumeGroupResult>;
|
|
7
|
+
export interface GetVolumeGroupArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the ElasticSan.
|
|
10
|
+
*/
|
|
11
|
+
elasticSanName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the VolumeGroup.
|
|
18
|
+
*/
|
|
19
|
+
volumeGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Response for Volume Group request.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetVolumeGroupResult {
|
|
25
|
+
/**
|
|
26
|
+
* Type of encryption
|
|
27
|
+
*/
|
|
28
|
+
readonly encryption?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* A collection of rules governing the accessibility from specific network locations.
|
|
39
|
+
*/
|
|
40
|
+
readonly networkAcls?: outputs.elasticsan.v20221201preview.NetworkRuleSetResponse;
|
|
41
|
+
/**
|
|
42
|
+
* The list of Private Endpoint Connections.
|
|
43
|
+
*/
|
|
44
|
+
readonly privateEndpointConnections: outputs.elasticsan.v20221201preview.PrivateEndpointConnectionResponse[];
|
|
45
|
+
/**
|
|
46
|
+
* Type of storage target
|
|
47
|
+
*/
|
|
48
|
+
readonly protocolType?: string;
|
|
49
|
+
/**
|
|
50
|
+
* State of the operation on the resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly provisioningState: string;
|
|
53
|
+
/**
|
|
54
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
55
|
+
*/
|
|
56
|
+
readonly systemData: outputs.elasticsan.v20221201preview.SystemDataResponse;
|
|
57
|
+
/**
|
|
58
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
59
|
+
*/
|
|
60
|
+
readonly type: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get an VolumeGroups.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getVolumeGroupOutput(args: GetVolumeGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVolumeGroupResult>;
|
|
66
|
+
export interface GetVolumeGroupOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The name of the ElasticSan.
|
|
69
|
+
*/
|
|
70
|
+
elasticSanName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the resource group. The name is case insensitive.
|
|
73
|
+
*/
|
|
74
|
+
resourceGroupName: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the VolumeGroup.
|
|
77
|
+
*/
|
|
78
|
+
volumeGroupName: pulumi.Input<string>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getVolumeGroupOutput = exports.getVolumeGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get an VolumeGroups.
|
|
10
|
+
*/
|
|
11
|
+
function getVolumeGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:elasticsan/v20221201preview:getVolumeGroup", {
|
|
14
|
+
"elasticSanName": args.elasticSanName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"volumeGroupName": args.volumeGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getVolumeGroup = getVolumeGroup;
|
|
20
|
+
/**
|
|
21
|
+
* Get an VolumeGroups.
|
|
22
|
+
*/
|
|
23
|
+
function getVolumeGroupOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getVolumeGroup(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getVolumeGroupOutput = getVolumeGroupOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Vm9sdW1lR3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9lbGFzdGljc2FuL3YyMDIyMTIwMXByZXZpZXcvZ2V0Vm9sdW1lR3JvdXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsY0FBYyxDQUFDLElBQXdCLEVBQUUsSUFBMkI7SUFFaEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMseURBQXlELEVBQUU7UUFDcEYsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLGNBQWM7UUFDckMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtLQUMxQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELHdDQVFDO0FBMEREOztHQUVHO0FBQ0gsU0FBZ0Isb0JBQW9CLENBQUMsSUFBOEIsRUFBRSxJQUEyQjtJQUM1RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxjQUFjLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDekUsQ0FBQztBQUZELG9EQUVDIn0=
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { ElasticSanArgs } from "./elasticSan";
|
|
2
|
+
export type ElasticSan = import("./elasticSan").ElasticSan;
|
|
3
|
+
export declare const ElasticSan: typeof import("./elasticSan").ElasticSan;
|
|
4
|
+
export { GetElasticSanArgs, GetElasticSanResult, GetElasticSanOutputArgs } from "./getElasticSan";
|
|
5
|
+
export declare const getElasticSan: typeof import("./getElasticSan").getElasticSan;
|
|
6
|
+
export declare const getElasticSanOutput: typeof import("./getElasticSan").getElasticSanOutput;
|
|
7
|
+
export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection";
|
|
8
|
+
export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection;
|
|
9
|
+
export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput;
|
|
10
|
+
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
|
|
11
|
+
export declare const getVolume: typeof import("./getVolume").getVolume;
|
|
12
|
+
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
|
|
13
|
+
export { GetVolumeGroupArgs, GetVolumeGroupResult, GetVolumeGroupOutputArgs } from "./getVolumeGroup";
|
|
14
|
+
export declare const getVolumeGroup: typeof import("./getVolumeGroup").getVolumeGroup;
|
|
15
|
+
export declare const getVolumeGroupOutput: typeof import("./getVolumeGroup").getVolumeGroupOutput;
|
|
16
|
+
export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection";
|
|
17
|
+
export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection;
|
|
18
|
+
export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection;
|
|
19
|
+
export { VolumeArgs } from "./volume";
|
|
20
|
+
export type Volume = import("./volume").Volume;
|
|
21
|
+
export declare const Volume: typeof import("./volume").Volume;
|
|
22
|
+
export { VolumeGroupArgs } from "./volumeGroup";
|
|
23
|
+
export type VolumeGroup = import("./volumeGroup").VolumeGroup;
|
|
24
|
+
export declare const VolumeGroup: typeof import("./volumeGroup").VolumeGroup;
|
|
25
|
+
export * from "../../types/enums/elasticsan/v20221201preview";
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.VolumeGroup = exports.Volume = exports.PrivateEndpointConnection = exports.getVolumeGroupOutput = exports.getVolumeGroup = exports.getVolumeOutput = exports.getVolume = exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = exports.getElasticSanOutput = exports.getElasticSan = exports.ElasticSan = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.ElasticSan = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["ElasticSan"], () => require("./elasticSan"));
|
|
24
|
+
exports.getElasticSan = null;
|
|
25
|
+
exports.getElasticSanOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getElasticSan", "getElasticSanOutput"], () => require("./getElasticSan"));
|
|
27
|
+
exports.getPrivateEndpointConnection = null;
|
|
28
|
+
exports.getPrivateEndpointConnectionOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["getPrivateEndpointConnection", "getPrivateEndpointConnectionOutput"], () => require("./getPrivateEndpointConnection"));
|
|
30
|
+
exports.getVolume = null;
|
|
31
|
+
exports.getVolumeOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getVolume", "getVolumeOutput"], () => require("./getVolume"));
|
|
33
|
+
exports.getVolumeGroup = null;
|
|
34
|
+
exports.getVolumeGroupOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getVolumeGroup", "getVolumeGroupOutput"], () => require("./getVolumeGroup"));
|
|
36
|
+
exports.PrivateEndpointConnection = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["PrivateEndpointConnection"], () => require("./privateEndpointConnection"));
|
|
38
|
+
exports.Volume = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["Volume"], () => require("./volume"));
|
|
40
|
+
exports.VolumeGroup = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["VolumeGroup"], () => require("./volumeGroup"));
|
|
42
|
+
// Export enums:
|
|
43
|
+
__exportStar(require("../../types/enums/elasticsan/v20221201preview"), exports);
|
|
44
|
+
const _module = {
|
|
45
|
+
version: utilities.getVersion(),
|
|
46
|
+
construct: (name, type, urn) => {
|
|
47
|
+
switch (type) {
|
|
48
|
+
case "azure-native:elasticsan/v20221201preview:ElasticSan":
|
|
49
|
+
return new exports.ElasticSan(name, undefined, { urn });
|
|
50
|
+
case "azure-native:elasticsan/v20221201preview:PrivateEndpointConnection":
|
|
51
|
+
return new exports.PrivateEndpointConnection(name, undefined, { urn });
|
|
52
|
+
case "azure-native:elasticsan/v20221201preview:Volume":
|
|
53
|
+
return new exports.Volume(name, undefined, { urn });
|
|
54
|
+
case "azure-native:elasticsan/v20221201preview:VolumeGroup":
|
|
55
|
+
return new exports.VolumeGroup(name, undefined, { urn });
|
|
56
|
+
default:
|
|
57
|
+
throw new Error(`unknown resource type ${type}`);
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
pulumi.runtime.registerResourceModule("azure-native", "elasticsan/v20221201preview", _module);
|
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9lbGFzdGljc2FuL3YyMDIyMTIwMXByZXZpZXcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFLaEMsUUFBQSxVQUFVLEdBQTZDLElBQVcsQ0FBQztBQUNoRixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO0FBRzlELFFBQUEsYUFBYSxHQUFtRCxJQUFXLENBQUM7QUFDNUUsUUFBQSxtQkFBbUIsR0FBeUQsSUFBVyxDQUFDO0FBQ3JHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsZUFBZSxFQUFDLHFCQUFxQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztBQUcxRixRQUFBLDRCQUE0QixHQUFpRixJQUFXLENBQUM7QUFDekgsUUFBQSxrQ0FBa0MsR0FBdUYsSUFBVyxDQUFDO0FBQ2xKLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsOEJBQThCLEVBQUMsb0NBQW9DLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyxDQUFDO0FBR3ZJLFFBQUEsU0FBUyxHQUEyQyxJQUFXLENBQUM7QUFDaEUsUUFBQSxlQUFlLEdBQWlELElBQVcsQ0FBQztBQUN6RixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFdBQVcsRUFBQyxpQkFBaUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO0FBRzlFLFFBQUEsY0FBYyxHQUFxRCxJQUFXLENBQUM7QUFDL0UsUUFBQSxvQkFBb0IsR0FBMkQsSUFBVyxDQUFDO0FBQ3hHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLEVBQUMsc0JBQXNCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDO0FBSTdGLFFBQUEseUJBQXlCLEdBQTJFLElBQVcsQ0FBQztBQUM3SCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDZCQUE2QixDQUFDLENBQUMsQ0FBQztBQUk1RixRQUFBLE1BQU0sR0FBcUMsSUFBVyxDQUFDO0FBQ3BFLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsUUFBUSxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7QUFJdEQsUUFBQSxXQUFXLEdBQStDLElBQVcsQ0FBQztBQUNuRixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGFBQWEsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDO0FBRzdFLGdCQUFnQjtBQUNoQixnRkFBOEQ7QUFFOUQsTUFBTSxPQUFPLEdBQUc7SUFDWixPQUFPLEVBQUUsU0FBUyxDQUFDLFVBQVUsRUFBRTtJQUMvQixTQUFTLEVBQUUsQ0FBQyxJQUFZLEVBQUUsSUFBWSxFQUFFLEdBQVcsRUFBbUIsRUFBRTtRQUNwRSxRQUFRLElBQUksRUFBRTtZQUNWLEtBQUsscURBQXFEO2dCQUN0RCxPQUFPLElBQUksa0JBQVUsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN4RCxLQUFLLG9FQUFvRTtnQkFDckUsT0FBTyxJQUFJLGlDQUF5QixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3ZFLEtBQUssaURBQWlEO2dCQUNsRCxPQUFPLElBQUksY0FBTSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3BELEtBQUssc0RBQXNEO2dCQUN2RCxPQUFPLElBQUksbUJBQVcsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN6RDtnQkFDSSxNQUFNLElBQUksS0FBSyxDQUFDLHlCQUF5QixJQUFJLEVBQUUsQ0FBQyxDQUFDO1NBQ3hEO0lBQ0wsQ0FBQztDQUNKLENBQUM7QUFDRixNQUFNLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLGNBQWMsRUFBRSw2QkFBNkIsRUFBRSxPQUFPLENBQUMsQ0FBQSJ9
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Response for PrivateEndpoint Connection object
|
|
6
|
+
*/
|
|
7
|
+
export declare class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing PrivateEndpointConnection resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): PrivateEndpointConnection;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of PrivateEndpointConnection. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is PrivateEndpointConnection;
|
|
22
|
+
/**
|
|
23
|
+
* List of resources private endpoint is mapped
|
|
24
|
+
*/
|
|
25
|
+
readonly groupIds: pulumi.Output<string[] | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the resource
|
|
28
|
+
*/
|
|
29
|
+
readonly name: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Private Endpoint resource
|
|
32
|
+
*/
|
|
33
|
+
readonly privateEndpoint: pulumi.Output<outputs.elasticsan.v20221201preview.PrivateEndpointResponse | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Private Link Service Connection State.
|
|
36
|
+
*/
|
|
37
|
+
readonly privateLinkServiceConnectionState: pulumi.Output<outputs.elasticsan.v20221201preview.PrivateLinkServiceConnectionStateResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Provisioning State of Private Endpoint connection resource
|
|
40
|
+
*/
|
|
41
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
44
|
+
*/
|
|
45
|
+
readonly systemData: pulumi.Output<outputs.elasticsan.v20221201preview.SystemDataResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
48
|
+
*/
|
|
49
|
+
readonly type: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resource.
|
|
54
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
55
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
56
|
+
*/
|
|
57
|
+
constructor(name: string, args: PrivateEndpointConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
61
|
+
*/
|
|
62
|
+
export interface PrivateEndpointConnectionArgs {
|
|
63
|
+
/**
|
|
64
|
+
* The name of the ElasticSan.
|
|
65
|
+
*/
|
|
66
|
+
elasticSanName: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* List of resources private endpoint is mapped
|
|
69
|
+
*/
|
|
70
|
+
groupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the Private Endpoint connection.
|
|
73
|
+
*/
|
|
74
|
+
privateEndpointConnectionName?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Private Link Service Connection State.
|
|
77
|
+
*/
|
|
78
|
+
privateLinkServiceConnectionState: pulumi.Input<inputs.elasticsan.v20221201preview.PrivateLinkServiceConnectionStateArgs>;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the resource group. The name is case insensitive.
|
|
81
|
+
*/
|
|
82
|
+
resourceGroupName: pulumi.Input<string>;
|
|
83
|
+
}
|