DeployedIndex constructor

DeployedIndex({
  1. required String id,
  2. required String index,
  3. String displayName = '',
  4. Timestamp? createTime,
  5. IndexPrivateEndpoints? privateEndpoints,
  6. Timestamp? indexSyncTime,
  7. AutomaticResources? automaticResources,
  8. DedicatedResources? dedicatedResources,
  9. bool enableAccessLogging = false,
  10. bool enableDatapointUpsertLogging = false,
  11. DeployedIndexAuthConfig? deployedIndexAuthConfig,
  12. List<String> reservedIpRanges = const [],
  13. String deploymentGroup = '',
  14. List<PscautomationConfig> pscAutomationConfigs = const [],
})

Implementation

DeployedIndex({
  required this.id,
  required this.index,
  this.displayName = '',
  this.createTime,
  this.privateEndpoints,
  this.indexSyncTime,
  this.automaticResources,
  this.dedicatedResources,
  this.enableAccessLogging = false,
  this.enableDatapointUpsertLogging = false,
  this.deployedIndexAuthConfig,
  this.reservedIpRanges = const [],
  this.deploymentGroup = '',
  this.pscAutomationConfigs = const [],
}) : super(fullyQualifiedName);