GoogleCloudApigeeV1Instance constructor

GoogleCloudApigeeV1Instance({
  1. GoogleCloudApigeeV1AccessLoggingConfig? accessLoggingConfig,
  2. List<String>? consumerAcceptList,
  3. String? createdAt,
  4. String? description,
  5. String? diskEncryptionKeyName,
  6. String? displayName,
  7. String? host,
  8. String? ipRange,
  9. bool? isVersionLocked,
  10. String? lastModifiedAt,
  11. String? location,
  12. GoogleCloudApigeeV1MaintenanceUpdatePolicy? maintenanceUpdatePolicy,
  13. String? name,
  14. String? peeringCidrRange,
  15. String? port,
  16. String? runtimeVersion,
  17. GoogleCloudApigeeV1ScheduledMaintenance? scheduledMaintenance,
  18. String? serviceAttachment,
  19. String? state,
})

Implementation

GoogleCloudApigeeV1Instance({
  this.accessLoggingConfig,
  this.consumerAcceptList,
  this.createdAt,
  this.description,
  this.diskEncryptionKeyName,
  this.displayName,
  this.host,
  this.ipRange,
  this.isVersionLocked,
  this.lastModifiedAt,
  this.location,
  this.maintenanceUpdatePolicy,
  this.name,
  this.peeringCidrRange,
  this.port,
  this.runtimeVersion,
  this.scheduledMaintenance,
  this.serviceAttachment,
  this.state,
});