ServiceConnectionPolicy constructor

ServiceConnectionPolicy({
  1. AutoCreatedSubnetworkInfo? autoCreatedSubnetInfo,
  2. String? createTime,
  3. String? description,
  4. String? etag,
  5. String? infrastructure,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? network,
  9. PscConfig? pscConfig,
  10. List<PscConnection>? pscConnections,
  11. String? serviceClass,
  12. String? updateTime,
})

Implementation

ServiceConnectionPolicy({
  this.autoCreatedSubnetInfo,
  this.createTime,
  this.description,
  this.etag,
  this.infrastructure,
  this.labels,
  this.name,
  this.network,
  this.pscConfig,
  this.pscConnections,
  this.serviceClass,
  this.updateTime,
});