GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway constructor

GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway({
  1. String? createTime,
  2. String? delegatingServiceAccount,
  3. String? displayName,
  4. List<String>? externalIps,
  5. Map<String, GoogleCloudBeyondcorpSecuritygatewaysV1Hub>? hubs,
  6. String? name,
  7. GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig? proxyProtocolConfig,
  8. GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery? serviceDiscovery,
  9. String? state,
  10. String? updateTime,
})

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway({
  this.createTime,
  this.delegatingServiceAccount,
  this.displayName,
  this.externalIps,
  this.hubs,
  this.name,
  this.proxyProtocolConfig,
  this.serviceDiscovery,
  this.state,
  this.updateTime,
});