VolumeGroupNetworkRuleArgs

data class VolumeGroupNetworkRuleArgs(val action: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<VolumeGroupNetworkRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<String>? = null, subnetId: Output<String>)

Properties

Link copied to clipboard
val action: Output<String>? = null

The action to take when the Subnet attempts to access this Elastic SAN Volume Group. The only possible value is Allow. Defaults to Allow.

Link copied to clipboard
val subnetId: Output<String>

The ID of the Subnet which should be allowed to access this Elastic SAN Volume Group.

Functions

Link copied to clipboard
open override fun toJava(): VolumeGroupNetworkRuleArgs