{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "InboundNetworkConnProperty - Tooling API", "description": "Represents a name-value pair that describes the properties of the inbound network connection. Available in API version 49.0 and later.", "supported_soap_calls": "`create()`, `delete()`, `describeObject()`, `query()`, `retrieve()`, `update()`, `upsert()`", "supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`", "fields_columns": [ "type", "properties", "description" ], "fields": { "InboundNetworkConnectionId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The ID of the corresponding InboundNetworkConnection.", "required": true }, "PropertyName": { "type": "picklist", "properties": "Create, Filter, Group, Restricted picklist, Sort", "description": "The name of a property used to establish an InboundNetworkConnection. Valid values are: AwsVpcEndpointId—The unique endpoint ID for connections to an AWS Virtual Private Cloud (VPC). Region—The region in which the VPC is hosted. SourceIpRanges—The ranges of source IP address allocated to this inbound connection by the Salesforce-managed VPC in your cloud provider." }, "PropertyValue": { "type": "textarea", "properties": "Create, Nillable, Update", "description": "The value of the PropertyName. An example of the PropertyValue of Region is us-west-2. The PropertyValue of SourceIpRanges is a JSON string that lists the start and end IP address for each range. This example shows two IP address ranges.[ { \"startIp\":\"10.10.10.0\", \"endIp\":\"10.10.10.3\" }, { \"startIp\":\"100.100.100.0\", \"endIp\":\"100.100.100.15\" } ]" } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }