BulkInsertInstanceResource constructor

BulkInsertInstanceResource({
  1. String? count,
  2. InstanceProperties? instanceProperties,
  3. LocationPolicy? locationPolicy,
  4. String? minCount,
  5. String? namePattern,
  6. Map<String, BulkInsertInstanceResourcePerInstanceProperties>? perInstanceProperties,
  7. String? sourceInstanceTemplate,
})

Implementation

BulkInsertInstanceResource({
  this.count,
  this.instanceProperties,
  this.locationPolicy,
  this.minCount,
  this.namePattern,
  this.perInstanceProperties,
  this.sourceInstanceTemplate,
});