Instance constructor

Instance({
  1. String? authorizedNetwork,
  2. String? createTime,
  3. String? discoveryEndpoint,
  4. String? displayName,
  5. List<InstanceMessage>? instanceMessages,
  6. Map<String, String>? labels,
  7. GoogleCloudMemcacheV1MaintenancePolicy? maintenancePolicy,
  8. MaintenanceSchedule? maintenanceSchedule,
  9. String? memcacheFullVersion,
  10. List<Node>? memcacheNodes,
  11. String? memcacheVersion,
  12. String? name,
  13. NodeConfig? nodeConfig,
  14. int? nodeCount,
  15. MemcacheParameters? parameters,
  16. List<String>? reservedIpRangeId,
  17. String? state,
  18. String? updateTime,
  19. List<String>? zones,
})

Implementation

Instance({
  this.authorizedNetwork,
  this.createTime,
  this.discoveryEndpoint,
  this.displayName,
  this.instanceMessages,
  this.labels,
  this.maintenancePolicy,
  this.maintenanceSchedule,
  this.memcacheFullVersion,
  this.memcacheNodes,
  this.memcacheVersion,
  this.name,
  this.nodeConfig,
  this.nodeCount,
  this.parameters,
  this.reservedIpRangeId,
  this.state,
  this.updateTime,
  this.zones,
});