Subnet Args Builder
class SubnetArgsBuilder
Builder for SubnetArgs.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ipConfigurationReferences(value: Output<List<SubnetPropertiesFormatIpConfigurationReferencesArgs>>)
suspend fun ipConfigurationReferences(vararg values: SubnetPropertiesFormatIpConfigurationReferencesArgs)
suspend fun ipConfigurationReferences(vararg values: Output<SubnetPropertiesFormatIpConfigurationReferencesArgs>)
suspend fun ipConfigurationReferences(vararg argument: suspend SubnetPropertiesFormatIpConfigurationReferencesArgsBuilder.() -> Unit)
suspend fun ipConfigurationReferences(value: List<SubnetPropertiesFormatIpConfigurationReferencesArgs>?)
suspend fun ipConfigurationReferences(values: List<Output<SubnetPropertiesFormatIpConfigurationReferencesArgs>>)
suspend fun ipConfigurationReferences(argument: List<suspend SubnetPropertiesFormatIpConfigurationReferencesArgsBuilder.() -> Unit>)
suspend fun ipConfigurationReferences(argument: suspend SubnetPropertiesFormatIpConfigurationReferencesArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard