Package-level declarations

Types

Link copied to clipboard
enum AccessMode : Enum<AccessMode> , ConvertibleToJava<AccessMode>

Access mode for storage

Link copied to clipboard
enum Action : Enum<Action> , ConvertibleToJava<Action>

Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny

Link copied to clipboard
enum ActiveRevisionsMode : Enum<ActiveRevisionsMode> , ConvertibleToJava<ActiveRevisionsMode>

ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active.Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.

Link copied to clipboard
enum AppProtocol : Enum<AppProtocol> , ConvertibleToJava<AppProtocol>

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http

Link copied to clipboard
enum BindingType : Enum<BindingType> , ConvertibleToJava<BindingType>

Custom Domain binding type.

Link copied to clipboard
enum ClientCredentialMethod : Enum<ClientCredentialMethod> , ConvertibleToJava<ClientCredentialMethod>

The method that should be used to authenticate the user.

Link copied to clipboard
enum ContainerType : Enum<ContainerType> , ConvertibleToJava<ContainerType>

The container type of the sessions.

Link copied to clipboard
enum CookieExpirationConvention : Enum<CookieExpirationConvention> , ConvertibleToJava<CookieExpirationConvention>

The convention used when determining the session cookie's expiration.

Link copied to clipboard
enum DotNetComponentType : Enum<DotNetComponentType> , ConvertibleToJava<DotNetComponentType>

Type of the .NET Component.

Link copied to clipboard
enum ExecutionType : Enum<ExecutionType> , ConvertibleToJava<ExecutionType>

The execution type of the session pool.

Link copied to clipboard
enum ExtendedLocationTypes : Enum<ExtendedLocationTypes> , ConvertibleToJava<ExtendedLocationTypes>

The type of the extended location.

Link copied to clipboard
enum ForwardProxyConvention : Enum<ForwardProxyConvention> , ConvertibleToJava<ForwardProxyConvention>

The convention used to determine the url of the request made.

Link copied to clipboard
enum IngressClientCertificateMode : Enum<IngressClientCertificateMode> , ConvertibleToJava<IngressClientCertificateMode>

Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate.

Link copied to clipboard
enum IngressTransportMethod : Enum<IngressTransportMethod> , ConvertibleToJava<IngressTransportMethod>

Ingress transport protocol

Link copied to clipboard
enum JavaComponentType : Enum<JavaComponentType> , ConvertibleToJava<JavaComponentType>

Type of the Java Component.

Link copied to clipboard
enum LogLevel : Enum<LogLevel> , ConvertibleToJava<LogLevel>

Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.

enum ManagedCertificateDomainControlValidation : Enum<ManagedCertificateDomainControlValidation> , ConvertibleToJava<ManagedCertificateDomainControlValidation>

Selected type of domain control validation for managed certificates.

Link copied to clipboard
enum ManagedEnvironmentOutBoundType : Enum<ManagedEnvironmentOutBoundType> , ConvertibleToJava<ManagedEnvironmentOutBoundType>

Outbound type for the cluster

Link copied to clipboard
enum ManagedServiceIdentityType : Enum<ManagedServiceIdentityType> , ConvertibleToJava<ManagedServiceIdentityType>

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Link copied to clipboard
enum PoolManagementType : Enum<PoolManagementType> , ConvertibleToJava<PoolManagementType>

The pool management type of the session pool.

Link copied to clipboard
enum PrivateEndpointServiceConnectionStatus : Enum<PrivateEndpointServiceConnectionStatus> , ConvertibleToJava<PrivateEndpointServiceConnectionStatus>

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Link copied to clipboard
enum Scheme : Enum<Scheme> , ConvertibleToJava<Scheme>

Scheme to use for connecting to the host. Defaults to HTTP.

Link copied to clipboard
enum SessionNetworkStatus : Enum<SessionNetworkStatus> , ConvertibleToJava<SessionNetworkStatus>

Network status for the sessions.

Link copied to clipboard
enum SkuName : Enum<SkuName> , ConvertibleToJava<SkuName>

Name of the Sku.

Link copied to clipboard
enum StorageType : Enum<StorageType> , ConvertibleToJava<StorageType>

Storage type for the volume. If not provided, use EmptyDir.

Link copied to clipboard
enum TriggerType : Enum<TriggerType> , ConvertibleToJava<TriggerType>

Trigger type of the job

Link copied to clipboard
enum Type : Enum<Type> , ConvertibleToJava<Type>

The type of probe.

Link copied to clipboard
enum UnauthenticatedClientActionV2 : Enum<UnauthenticatedClientActionV2> , ConvertibleToJava<UnauthenticatedClientActionV2>

The action to take when an unauthenticated client attempts to access the app.

Link copied to clipboard
enum WeekDay : Enum<WeekDay> , ConvertibleToJava<WeekDay>

Day of the week when a managed environment can be patched.