com.pulumi.azurenative.cache.RedisEnterprise Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.cache;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.cache.RedisEnterpriseArgs;
import com.pulumi.azurenative.cache.outputs.ClusterPropertiesResponseEncryption;
import com.pulumi.azurenative.cache.outputs.EnterpriseSkuResponse;
import com.pulumi.azurenative.cache.outputs.ManagedServiceIdentityResponse;
import com.pulumi.azurenative.cache.outputs.PrivateEndpointConnectionResponse;
import com.pulumi.azurenative.cache.outputs.SystemDataResponse;
import com.pulumi.core.Alias;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Describes the RedisEnterprise cluster
* Azure REST API version: 2023-03-01-preview. Prior API version in Azure Native 1.x: 2021-03-01.
*
* Other available API versions: 2020-10-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview.
* ## Import
*
* An existing resource can be imported using its type token, name, and identifier, e.g.
*
* ```sh
* $ pulumi import azure-native:cache:RedisEnterprise cache1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
* ```
*
*/
@ResourceType(type="azure-native:cache:RedisEnterprise")
public class RedisEnterprise extends com.pulumi.resources.CustomResource {
/**
* Encryption-at-rest configuration for the cluster.
*
*/
@Export(name="encryption", refs={ClusterPropertiesResponseEncryption.class}, tree="[0]")
private Output* @Nullable */ ClusterPropertiesResponseEncryption> encryption;
/**
* @return Encryption-at-rest configuration for the cluster.
*
*/
public Output> encryption() {
return Codegen.optional(this.encryption);
}
/**
* DNS name of the cluster endpoint
*
*/
@Export(name="hostName", refs={String.class}, tree="[0]")
private Output hostName;
/**
* @return DNS name of the cluster endpoint
*
*/
public Output hostName() {
return this.hostName;
}
/**
* The identity of the resource.
*
*/
@Export(name="identity", refs={ManagedServiceIdentityResponse.class}, tree="[0]")
private Output* @Nullable */ ManagedServiceIdentityResponse> identity;
/**
* @return The identity of the resource.
*
*/
public Output> identity() {
return Codegen.optional(this.identity);
}
/**
* The geo-location where the resource lives
*
*/
@Export(name="location", refs={String.class}, tree="[0]")
private Output location;
/**
* @return The geo-location where the resource lives
*
*/
public Output location() {
return this.location;
}
/**
* The minimum TLS version for the cluster to support, e.g. '1.2'
*
*/
@Export(name="minimumTlsVersion", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> minimumTlsVersion;
/**
* @return The minimum TLS version for the cluster to support, e.g. '1.2'
*
*/
public Output> minimumTlsVersion() {
return Codegen.optional(this.minimumTlsVersion);
}
/**
* The name of the resource
*
*/
@Export(name="name", refs={String.class}, tree="[0]")
private Output name;
/**
* @return The name of the resource
*
*/
public Output name() {
return this.name;
}
/**
* List of private endpoint connections associated with the specified RedisEnterprise cluster
*
*/
@Export(name="privateEndpointConnections", refs={List.class,PrivateEndpointConnectionResponse.class}, tree="[0,1]")
private Output> privateEndpointConnections;
/**
* @return List of private endpoint connections associated with the specified RedisEnterprise cluster
*
*/
public Output> privateEndpointConnections() {
return this.privateEndpointConnections;
}
/**
* Current provisioning status of the cluster
*
*/
@Export(name="provisioningState", refs={String.class}, tree="[0]")
private Output provisioningState;
/**
* @return Current provisioning status of the cluster
*
*/
public Output provisioningState() {
return this.provisioningState;
}
/**
* Version of redis the cluster supports, e.g. '6'
*
*/
@Export(name="redisVersion", refs={String.class}, tree="[0]")
private Output redisVersion;
/**
* @return Version of redis the cluster supports, e.g. '6'
*
*/
public Output redisVersion() {
return this.redisVersion;
}
/**
* Current resource status of the cluster
*
*/
@Export(name="resourceState", refs={String.class}, tree="[0]")
private Output resourceState;
/**
* @return Current resource status of the cluster
*
*/
public Output resourceState() {
return this.resourceState;
}
/**
* The SKU to create, which affects price, performance, and features.
*
*/
@Export(name="sku", refs={EnterpriseSkuResponse.class}, tree="[0]")
private Output sku;
/**
* @return The SKU to create, which affects price, performance, and features.
*
*/
public Output sku() {
return this.sku;
}
/**
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
*
*/
@Export(name="systemData", refs={SystemDataResponse.class}, tree="[0]")
private Output systemData;
/**
* @return Azure Resource Manager metadata containing createdBy and modifiedBy information.
*
*/
public Output systemData() {
return this.systemData;
}
/**
* Resource tags.
*
*/
@Export(name="tags", refs={Map.class,String.class}, tree="[0,1,1]")
private Output* @Nullable */ Map> tags;
/**
* @return Resource tags.
*
*/
public Output>> tags() {
return Codegen.optional(this.tags);
}
/**
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
*
*/
@Export(name="type", refs={String.class}, tree="[0]")
private Output type;
/**
* @return The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
*
*/
public Output type() {
return this.type;
}
/**
* The Availability Zones where this cluster will be deployed.
*
*/
@Export(name="zones", refs={List.class,String.class}, tree="[0,1]")
private Output* @Nullable */ List> zones;
/**
* @return The Availability Zones where this cluster will be deployed.
*
*/
public Output>> zones() {
return Codegen.optional(this.zones);
}
/**
*
* @param name The _unique_ name of the resulting resource.
*/
public RedisEnterprise(java.lang.String name) {
this(name, RedisEnterpriseArgs.Empty);
}
/**
*
* @param name The _unique_ name of the resulting resource.
* @param args The arguments to use to populate this resource's properties.
*/
public RedisEnterprise(java.lang.String name, RedisEnterpriseArgs args) {
this(name, args, null);
}
/**
*
* @param name The _unique_ name of the resulting resource.
* @param args The arguments to use to populate this resource's properties.
* @param options A bag of options that control this resource's behavior.
*/
public RedisEnterprise(java.lang.String name, RedisEnterpriseArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
super("azure-native:cache:RedisEnterprise", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false);
}
private RedisEnterprise(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
super("azure-native:cache:RedisEnterprise", name, null, makeResourceOptions(options, id), false);
}
private static RedisEnterpriseArgs makeArgs(RedisEnterpriseArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
if (options != null && options.getUrn().isPresent()) {
return null;
}
return args == null ? RedisEnterpriseArgs.Empty : args;
}
private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) {
var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder()
.version(Utilities.getVersion())
.aliases(List.of(
Output.of(Alias.builder().type("azure-native:cache/v20201001preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20210201preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20210301:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20210801:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20220101:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20221101preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20230301preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20230701:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20230801preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20231001preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20231101:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20240201:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20240301preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20240601preview:RedisEnterprise").build()),
Output.of(Alias.builder().type("azure-native:cache/v20240901preview:RedisEnterprise").build())
))
.build();
return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id);
}
/**
* Get an existing Host resource's state with the given name, ID, and optional extra
* properties used to qualify the lookup.
*
* @param name The _unique_ name of the resulting resource.
* @param id The _unique_ provider ID of the resource to lookup.
* @param options Optional settings to control the behavior of the CustomResource.
*/
public static RedisEnterprise get(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
return new RedisEnterprise(name, id, options);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy