UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

371 lines (370 loc) • 13.4 kB
export declare const AnalyticalStorageSchemaType: { readonly WellDefined: "WellDefined"; readonly FullFidelity: "FullFidelity"; }; /** * Describes the types of schema for analytical storage. */ export type AnalyticalStorageSchemaType = (typeof AnalyticalStorageSchemaType)[keyof typeof AnalyticalStorageSchemaType]; export declare const AuthenticationMethod: { readonly None: "None"; readonly Cassandra: "Cassandra"; readonly Ldap: "Ldap"; }; /** * Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. */ export type AuthenticationMethod = (typeof AuthenticationMethod)[keyof typeof AuthenticationMethod]; export declare const AzureConnectionType: { readonly None: "None"; readonly VPN: "VPN"; }; /** * How to connect to the azure services needed for running the cluster */ export type AzureConnectionType = (typeof AzureConnectionType)[keyof typeof AzureConnectionType]; export declare const BackupPolicyMigrationStatus: { readonly Invalid: "Invalid"; readonly InProgress: "InProgress"; readonly Completed: "Completed"; readonly Failed: "Failed"; }; /** * Describes the status of migration between backup policy types. */ export type BackupPolicyMigrationStatus = (typeof BackupPolicyMigrationStatus)[keyof typeof BackupPolicyMigrationStatus]; export declare const BackupPolicyType: { readonly Periodic: "Periodic"; readonly Continuous: "Continuous"; }; /** * Describes the mode of backups. */ export type BackupPolicyType = (typeof BackupPolicyType)[keyof typeof BackupPolicyType]; export declare const BackupStorageRedundancy: { readonly Geo: "Geo"; readonly Local: "Local"; readonly Zone: "Zone"; }; /** * Enum to indicate type of backup residency */ export type BackupStorageRedundancy = (typeof BackupStorageRedundancy)[keyof typeof BackupStorageRedundancy]; export declare const CompositePathSortOrder: { readonly Ascending: "ascending"; readonly Descending: "descending"; }; /** * Sort order for composite paths. */ export type CompositePathSortOrder = (typeof CompositePathSortOrder)[keyof typeof CompositePathSortOrder]; export declare const ConflictResolutionMode: { readonly LastWriterWins: "LastWriterWins"; readonly Custom: "Custom"; }; /** * Indicates the conflict resolution mode. */ export type ConflictResolutionMode = (typeof ConflictResolutionMode)[keyof typeof ConflictResolutionMode]; export declare const ConnectorOffer: { readonly Small: "Small"; }; /** * The cassandra connector offer type for the Cosmos DB database C* account. */ export type ConnectorOffer = (typeof ConnectorOffer)[keyof typeof ConnectorOffer]; export declare const ContinuousTier: { readonly Continuous7Days: "Continuous7Days"; readonly Continuous30Days: "Continuous30Days"; }; /** * Enum to indicate type of Continuous backup mode */ export type ContinuousTier = (typeof ContinuousTier)[keyof typeof ContinuousTier]; export declare const CreateMode: { readonly Default: "Default"; readonly Restore: "Restore"; }; /** * Enum to indicate the mode of resource creation. */ export type CreateMode = (typeof CreateMode)[keyof typeof CreateMode]; export declare const DataType: { readonly String: "String"; readonly Number: "Number"; readonly Point: "Point"; readonly Polygon: "Polygon"; readonly LineString: "LineString"; readonly MultiPolygon: "MultiPolygon"; }; /** * The datatype for which the indexing behavior is applied to. */ export type DataType = (typeof DataType)[keyof typeof DataType]; export declare const DatabaseAccountKind: { readonly GlobalDocumentDB: "GlobalDocumentDB"; readonly MongoDB: "MongoDB"; readonly Parse: "Parse"; }; /** * Indicates the type of database account. This can only be set at database account creation. */ export type DatabaseAccountKind = (typeof DatabaseAccountKind)[keyof typeof DatabaseAccountKind]; export declare const DatabaseAccountOfferType: { readonly Standard: "Standard"; }; /** * The offer type for the database */ export type DatabaseAccountOfferType = (typeof DatabaseAccountOfferType)[keyof typeof DatabaseAccountOfferType]; export declare const DedicatedGatewayType: { readonly IntegratedCache: "IntegratedCache"; readonly DistributedQuery: "DistributedQuery"; }; /** * DedicatedGatewayType for the service. */ export type DedicatedGatewayType = (typeof DedicatedGatewayType)[keyof typeof DedicatedGatewayType]; export declare const DefaultConsistencyLevel: { readonly Eventual: "Eventual"; readonly Session: "Session"; readonly BoundedStaleness: "BoundedStaleness"; readonly Strong: "Strong"; readonly ConsistentPrefix: "ConsistentPrefix"; }; /** * The default consistency level and configuration settings of the Cosmos DB account. */ export type DefaultConsistencyLevel = (typeof DefaultConsistencyLevel)[keyof typeof DefaultConsistencyLevel]; export declare const DistanceFunction: { readonly Euclidean: "euclidean"; readonly Cosine: "cosine"; readonly Dotproduct: "dotproduct"; }; /** * The distance function to use for distance calculation in between vectors. */ export type DistanceFunction = (typeof DistanceFunction)[keyof typeof DistanceFunction]; export declare const FleetspaceApiKind: { readonly NoSQL: "NoSQL"; }; /** * The kind of API this fleetspace belongs to. Acceptable values: 'NoSQL' */ export type FleetspaceApiKind = (typeof FleetspaceApiKind)[keyof typeof FleetspaceApiKind]; export declare const IndexKind: { readonly Hash: "Hash"; readonly Range: "Range"; readonly Spatial: "Spatial"; }; /** * Indicates the type of index. */ export type IndexKind = (typeof IndexKind)[keyof typeof IndexKind]; export declare const IndexingMode: { readonly Consistent: "consistent"; readonly Lazy: "lazy"; readonly None: "none"; }; /** * Indicates the indexing mode. */ export type IndexingMode = (typeof IndexingMode)[keyof typeof IndexingMode]; export declare const ManagedCassandraProvisioningState: { readonly Creating: "Creating"; readonly Updating: "Updating"; readonly Deleting: "Deleting"; readonly Succeeded: "Succeeded"; readonly Failed: "Failed"; readonly Canceled: "Canceled"; }; /** * The status of the resource at the time the operation was called. */ export type ManagedCassandraProvisioningState = (typeof ManagedCassandraProvisioningState)[keyof typeof ManagedCassandraProvisioningState]; export declare const ManagedCassandraResourceIdentityType: { readonly SystemAssigned: "SystemAssigned"; readonly None: "None"; }; /** * The type of the resource. */ export type ManagedCassandraResourceIdentityType = (typeof ManagedCassandraResourceIdentityType)[keyof typeof ManagedCassandraResourceIdentityType]; export declare const MinimalTlsVersion: { readonly Tls: "Tls"; readonly Tls11: "Tls11"; readonly Tls12: "Tls12"; }; /** * Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2. */ export type MinimalTlsVersion = (typeof MinimalTlsVersion)[keyof typeof MinimalTlsVersion]; export declare const MongoClusterCreateMode: { readonly Default: "Default"; readonly PointInTimeRestore: "PointInTimeRestore"; }; /** * The mode to create a mongo cluster. */ export type MongoClusterCreateMode = (typeof MongoClusterCreateMode)[keyof typeof MongoClusterCreateMode]; export declare const MongoRoleDefinitionType: { readonly BuiltInRole: "BuiltInRole"; readonly CustomRole: "CustomRole"; }; /** * Indicates whether the Role Definition was built-in or user created. */ export type MongoRoleDefinitionType = (typeof MongoRoleDefinitionType)[keyof typeof MongoRoleDefinitionType]; export declare const NetworkAclBypass: { readonly None: "None"; readonly AzureServices: "AzureServices"; }; /** * Indicates what services are allowed to bypass firewall checks. */ export type NetworkAclBypass = (typeof NetworkAclBypass)[keyof typeof NetworkAclBypass]; export declare const NodeKind: { readonly Shard: "Shard"; }; /** * The node type deployed in the node group. */ export type NodeKind = (typeof NodeKind)[keyof typeof NodeKind]; export declare const PartitionKind: { readonly Hash: "Hash"; readonly Range: "Range"; readonly MultiHash: "MultiHash"; }; /** * Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create */ export type PartitionKind = (typeof PartitionKind)[keyof typeof PartitionKind]; export declare const PublicNetworkAccess: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; readonly SecuredByPerimeter: "SecuredByPerimeter"; }; /** * Whether requests from Public Network are allowed */ export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess]; export declare const ResourceIdentityType: { readonly SystemAssigned: "SystemAssigned"; readonly UserAssigned: "UserAssigned"; readonly SystemAssigned_UserAssigned: "SystemAssigned,UserAssigned"; readonly None: "None"; }; /** * The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. */ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType]; export declare const RestoreMode: { readonly PointInTime: "PointInTime"; }; /** * Describes the mode of the restore. */ export type RestoreMode = (typeof RestoreMode)[keyof typeof RestoreMode]; export declare const RoleDefinitionType: { readonly BuiltInRole: "BuiltInRole"; readonly CustomRole: "CustomRole"; }; /** * Indicates whether the Role Definition was built-in or user created. */ export type RoleDefinitionType = (typeof RoleDefinitionType)[keyof typeof RoleDefinitionType]; export declare const ServerVersion: { readonly ServerVersion_3_2: "3.2"; readonly ServerVersion_3_6: "3.6"; readonly ServerVersion_4_0: "4.0"; readonly ServerVersion_4_2: "4.2"; readonly ServerVersion_5_0: "5.0"; readonly ServerVersion_6_0: "6.0"; readonly ServerVersion_7_0: "7.0"; }; /** * Describes the version of the MongoDB account. */ export type ServerVersion = (typeof ServerVersion)[keyof typeof ServerVersion]; export declare const ServiceSize: { readonly Cosmos_D4s: "Cosmos.D4s"; readonly Cosmos_D8s: "Cosmos.D8s"; readonly Cosmos_D16s: "Cosmos.D16s"; }; /** * Instance type for the service. */ export type ServiceSize = (typeof ServiceSize)[keyof typeof ServiceSize]; export declare const ServiceTier: { readonly GeneralPurpose: "GeneralPurpose"; readonly BusinessCritical: "BusinessCritical"; }; /** * Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region. */ export type ServiceTier = (typeof ServiceTier)[keyof typeof ServiceTier]; export declare const ServiceType: { readonly SqlDedicatedGateway: "SqlDedicatedGateway"; readonly DataTransfer: "DataTransfer"; readonly GraphAPICompute: "GraphAPICompute"; readonly MaterializedViewsBuilder: "MaterializedViewsBuilder"; }; /** * ServiceType for the service. */ export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType]; export declare const SpatialType: { readonly Point: "Point"; readonly LineString: "LineString"; readonly Polygon: "Polygon"; readonly MultiPolygon: "MultiPolygon"; }; /** * Indicates the spatial type of index. */ export type SpatialType = (typeof SpatialType)[keyof typeof SpatialType]; export declare const StorageLocationType: { readonly StorageAccount: "StorageAccount"; readonly FabricLakehouse: "FabricLakehouse"; }; /** * The type of the fleet analytics resource. */ export type StorageLocationType = (typeof StorageLocationType)[keyof typeof StorageLocationType]; export declare const TriggerOperation: { readonly All: "All"; readonly Create: "Create"; readonly Update: "Update"; readonly Delete: "Delete"; readonly Replace: "Replace"; }; /** * The operation the trigger is associated with */ export type TriggerOperation = (typeof TriggerOperation)[keyof typeof TriggerOperation]; export declare const TriggerType: { readonly Pre: "Pre"; readonly Post: "Post"; }; /** * Type of the Trigger */ export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType]; export declare const VectorDataType: { readonly Float32: "float32"; readonly Uint8: "uint8"; readonly Int8: "int8"; }; /** * Indicates the data type of vector. */ export type VectorDataType = (typeof VectorDataType)[keyof typeof VectorDataType]; export declare const VectorIndexType: { readonly Flat: "flat"; readonly DiskANN: "diskANN"; readonly QuantizedFlat: "quantizedFlat"; }; /** * The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported. */ export type VectorIndexType = (typeof VectorIndexType)[keyof typeof VectorIndexType];