Endpoint Ip Configuration Args
data class EndpointIpConfigurationArgs(val memberName: Output<String>? = null, val name: Output<String>, val privateIpAddress: Output<String>, val subresourceName: Output<String>? = null) : ConvertibleToJava<EndpointIpConfigurationArgs>
Properties
Link copied to clipboard
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
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
Specifies the subresource this IP address applies to. subresource_names
corresponds to group_id
. Changing this forces a new resource to be created.