VolumeGroupNetworkRule

data class VolumeGroupNetworkRule(val action: String? = null, val subnetId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: 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

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