AccessLevelBasicConditionVpcNetworkSourceVpcSubnetworkArgs

data class AccessLevelBasicConditionVpcNetworkSourceVpcSubnetworkArgs(val network: Output<String>, val vpcIpSubnetworks: Output<List<String>>? = null) : ConvertibleToJava<AccessLevelBasicConditionVpcNetworkSourceVpcSubnetworkArgs>

Constructors

constructor(network: Output<String>, vpcIpSubnetworks: Output<List<String>>? = null)

Properties

Link copied to clipboard
val network: Output<String>

Required. Network name to be allowed by this Access Level. Networks of foreign organizations requires compute.network.get permission to be granted to caller.

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

CIDR block IP subnetwork specification. Must be IPv4.

Functions

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