DeployedIndex constructor
DeployedIndex({
- required String id,
- required String index,
- String displayName = '',
- Timestamp? createTime,
- IndexPrivateEndpoints? privateEndpoints,
- Timestamp? indexSyncTime,
- AutomaticResources? automaticResources,
- DedicatedResources? dedicatedResources,
- bool enableAccessLogging = false,
- bool enableDatapointUpsertLogging = false,
- DeployedIndexAuthConfig? deployedIndexAuthConfig,
- List<
String> reservedIpRanges = const [], - String deploymentGroup = '',
- 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);