EndpointIpConfigurationArgs

data class EndpointIpConfigurationArgs(val memberName: Output<String>? = null, val name: Output<String>, val privateIpAddress: Output<String>, val subresourceName: Output<String>? = null) : ConvertibleToJava<EndpointIpConfigurationArgs>

Constructors

Link copied to clipboard
constructor(memberName: Output<String>? = null, name: Output<String>, privateIpAddress: Output<String>, subresourceName: Output<String>? = null)

Properties

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

Specifies the member name this IP address applies to. If it is not specified, it will use the value of subresource_name. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>

Specifies the Name of the IP Configuration. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the static IP address within the private endpoint's subnet to be used. Changing this forces a new resource to be created.

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

Specifies the subresource this IP address applies to. subresource_names corresponds to group_id. Changing this forces a new resource to be created.

Functions

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