mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
38 lines
3.6 KiB
JSON
38 lines
3.6 KiB
JSON
|
|
{
|
||
|
|
"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<xsd:simpleType name=\"InboundConnPropertyName\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:enumeration value=\"Region\"/>\n <xsd:enumeration value=\"AwsVpcEndpointId\"/>\n <xsd:enumeration value=\"SourceIpRanges\"/>\n </xsd:restriction>\n</xsd:simpleType>\n<xsd:complexType name=\"InboundNetworkConnProperty\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"InboundNetworkConnection\" minOccurs=\"0\" type=\"ens:InboundNetworkConnection\" nillable=\"true\"/>\n <xsd:element name=\"InboundNetworkConnectionId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"PropertyName\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"PropertyValue\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
|
||
|
|
}
|