ElasticsanFunctions

Functions

Link copied to clipboard
suspend fun get(argument: GetPlainArgs): GetResult

Use this data source to access information about an existing Elastic SAN.

suspend fun get(argument: suspend GetPlainArgsBuilder.() -> Unit): GetResult
suspend fun get(name: String, resourceGroupName: String): GetResult
Link copied to clipboard

Use this data source to access information about an existing Elastic SAN Volume Group.

suspend fun getVolumeGroup(elasticSanId: String, name: String): GetVolumeGroupResult
Link copied to clipboard

Use this data source to access information about an existing Elastic SAN Volume Snapshot.

suspend fun getVolumeSnapshot(name: String, volumeGroupId: String): GetVolumeSnapshotResult