NetworkConfig / CentralNetworkServicesConfig / GwlbConfig / GwlbEndpointConfig

Gateway Load Balancer endpoint configuration. Use this configuration to define endpoints for your Gateway Load Balancer. Gateway Load Balancers use Gateway Load Balancer endpoints to securely exchange traffic across VPC boundaries. A Gateway Load Balancer endpoint is a VPC endpoint that provides private connectivity between virtual appliances in the service provider VPC and application servers in the service consumer VPC.

The following example creates two Gateway Load Balancer endpoints, Endpoint-A and Endpoint-B. The endpoints are created in subnets named Network-Inspection-A and Network-Inspection-B, respectively, in the VPC named Network-Inspection.

Example

- name: Endpoint-A
account: Network
subnet: Network-Inspection-A
vpc: Network-Inspection
- name: Endpoint-B
account: Network
subnet: Network-Inspection-B
vpc: Network-Inspection

Hierarchy

  • GwlbEndpointConfig

Implements

Constructors

Properties

Constructors

Properties

account: string = ''

The friendly name of the account to deploy the endpoint to.

Remarks

This is the account property of the VPC referenced in the vpc property. For VPC templates, ensure the account referenced is included in deploymentTargets.

See

VpcConfig | VpcTemplatesConfig

name: string = ''

The friendly name of the Gateway Load Balancer endpoint.

Remarks

CAUTION: Changing this property value after initial deployment causes the endpoint to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.

subnet: string = ''

The friendly name of the subnet to deploy the Gateway Load Balancer endpoint to.

Remarks

This is the friendly name of the subnet as defined in network-config.yaml. The subnet must be defined in the subnets property of the VPC referenced in the vpc property.

See

SubnetConfig

vpc: string = ''

The friendly name of the VPC to deploy the Gateway Load Balancer endpoint to.

Remarks

CAUTION: Changing this property value after initial deployment causes the endpoint to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.

This is the logical name property of the VPC as defined in network-config.yaml.

See

VpcConfig | VpcTemplatesConfig

Generated using TypeDoc