Endpoint Ip Configuration
data class EndpointIpConfiguration(val memberName: String? = null, val name: String, val privateIpAddress: String, val subresourceName: String? = null)
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.