
com.pulumi.azure.elasticsan.kotlin.outputs.GetVolumeGroupNetworkRule.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.elasticsan.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property action The action to take when an access attempt to this Elastic SAN Volume Group from this Subnet is made.
* @property subnetId The ID of the Subnet from which access to this Elastic SAN Volume Group is allowed.
*/
public data class GetVolumeGroupNetworkRule(
public val action: String,
public val subnetId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.elasticsan.outputs.GetVolumeGroupNetworkRule): GetVolumeGroupNetworkRule = GetVolumeGroupNetworkRule(
action = javaType.action(),
subnetId = javaType.subnetId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy