GlobalAddressArgs

fun GlobalAddressArgs(address: Output<String>? = null, addressType: Output<GlobalAddressAddressType>? = null, description: Output<String>? = null, ipVersion: Output<GlobalAddressIpVersion>? = null, ipv6EndpointType: Output<GlobalAddressIpv6EndpointType>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, network: Output<String>? = null, networkTier: Output<GlobalAddressNetworkTier>? = null, prefixLength: Output<Int>? = null, project: Output<String>? = null, purpose: Output<GlobalAddressPurpose>? = null, requestId: Output<String>? = null, subnetwork: Output<String>? = null)