CommunityEndpointDestinationRule interface
Base type for destination rules.
Properties
| destination | Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas. |
| destination |
Destination Type. |
| endpoint |
Endpoint Rule Name. |
| ports | Port. Can include multiple ports separated by commas or a range indicated by a hyphen. |
| protocols | Protocols. Options specified by Endpoint Protocol Enum. |
| transit |
Transit Hub Resource Id. |
Property Details
destination
Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas.
destination?: string
Property Value
string
destinationType
Destination Type.
destinationType?: string
Property Value
string
endpointRuleName
Endpoint Rule Name.
endpointRuleName?: string
Property Value
string
ports
Port. Can include multiple ports separated by commas or a range indicated by a hyphen.
ports?: string
Property Value
string
protocols
Protocols. Options specified by Endpoint Protocol Enum.
protocols?: string[]
Property Value
string[]
transitHubResourceId
Transit Hub Resource Id.
transitHubResourceId?: string
Property Value
string