GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway constructor
GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway({
- String? createTime,
- String? delegatingServiceAccount,
- String? displayName,
- List<
String> ? externalIps, - Map<
String, GoogleCloudBeyondcorpSecuritygatewaysV1Hub> ? hubs, - String? name,
- GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig? proxyProtocolConfig,
- GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery? serviceDiscovery,
- String? state,
- String? updateTime,
Implementation
GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway({
this.createTime,
this.delegatingServiceAccount,
this.displayName,
this.externalIps,
this.hubs,
this.name,
this.proxyProtocolConfig,
this.serviceDiscovery,
this.state,
this.updateTime,
});