ExternalExposure constructor
ExternalExposure({
- String? backendBucket,
- String? backendService,
- String? exposedApplication,
- String? exposedEndpoint,
- String? exposedService,
- String? forwardingRule,
- String? hostnameUri,
- List<
HttpResponse> ? httpResponse, - String? instanceGroup,
- String? internalBackendService,
- String? loadBalancerFirewallPolicy,
- String? networkEndpointGroup,
- String? networkIngressFirewallPolicy,
- String? networkPathInsightsGenerationTime,
- String? privateIpAddress,
- String? privatePort,
- String? pscNetworkAttachment,
- String? pscServiceAttachment,
- String? publicIpAddress,
- String? publicPort,
- String? serviceFirewallPolicy,
Implementation
ExternalExposure({
this.backendBucket,
this.backendService,
this.exposedApplication,
this.exposedEndpoint,
this.exposedService,
this.forwardingRule,
this.hostnameUri,
this.httpResponse,
this.instanceGroup,
this.internalBackendService,
this.loadBalancerFirewallPolicy,
this.networkEndpointGroup,
this.networkIngressFirewallPolicy,
this.networkPathInsightsGenerationTime,
this.privateIpAddress,
this.privatePort,
this.pscNetworkAttachment,
this.pscServiceAttachment,
this.publicIpAddress,
this.publicPort,
this.serviceFirewallPolicy,
});