EndpointPolicy constructor

EndpointPolicy({
  1. String? authorizationPolicy,
  2. String? clientTlsPolicy,
  3. String? createTime,
  4. String? description,
  5. EndpointMatcher? endpointMatcher,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? serverTlsPolicy,
  9. TrafficPortSelector? trafficPortSelector,
  10. String? type,
  11. String? updateTime,
})

Implementation

EndpointPolicy({
  this.authorizationPolicy,
  this.clientTlsPolicy,
  this.createTime,
  this.description,
  this.endpointMatcher,
  this.labels,
  this.name,
  this.serverTlsPolicy,
  this.trafficPortSelector,
  this.type,
  this.updateTime,
});