EnterpriseMccCacheNodesOperationArgs

data class EnterpriseMccCacheNodesOperationArgs(val cacheNodeResourceName: Output<String>? = null, val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CacheNodePropertyArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnterpriseMccCacheNodesOperationArgs>

Represents the high level Nodes needed to provision cache node resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Example Usage

Creates an enterpriseMccCacheNode resource - generated by MaximumSet rule

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var enterpriseMccCacheNodesOperation = new AzureNative.ConnectedCache.EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperation", new()
{
CacheNodeResourceName = "fgduqdovidpemlnmhelomffuafdrbgaasqznvrdkbvspfzsnrhncdtqquhijhdpwyzwleukqldpceyxqhqlftqrr",
CustomerResourceName = "nhdkvstdrrtsxxuz",
Location = "westus",
Properties = new AzureNative.ConnectedCache.Inputs.CacheNodePropertyArgs
{
AdditionalCacheNodeProperties = new AzureNative.ConnectedCache.Inputs.AdditionalCacheNodePropertiesArgs
{
BgpConfiguration = new AzureNative.ConnectedCache.Inputs.BgpConfigurationArgs
{
AsnToIpAddressMapping = "fjbggfvumrn",
},
CacheNodePropertiesDetailsIssuesList = new[]
{
"ennbzfpuszgalzpawmwicaofqcwcj",
},
DriveConfiguration = new[]
{
new AzureNative.ConnectedCache.Inputs.CacheNodeDriveConfigurationArgs
{
CacheNumber = 11,
NginxMapping = "cirlpkpuxg",
PhysicalPath = "pcbkezoofhamkycot",
SizeInGb = 14,
},
},
OptionalProperty1 = "ph",
OptionalProperty2 = "soqqgpgcbhb",
OptionalProperty3 = "fpnycrbagptsujiotnjfuhlm",
OptionalProperty4 = "gesqugrxvhxlxxyvatgrautxwlmxsf",
OptionalProperty5 = "zknjgzpaqtvdqjydd",
ProxyUrl = "ihkzxlzvpcywtzrogupqozkdud",
ProxyUrlConfiguration = new AzureNative.ConnectedCache.Inputs.ProxyUrlConfigurationArgs
{
ProxyUrl = "hplstyg",
},
},
CacheNode = new AzureNative.ConnectedCache.Inputs.CacheNodeEntityArgs
{
CacheNodeId = "fmrjefyddfn",
CacheNodeName = "qppvqxliajjfoalzjbgmxggr",
CidrCsv = new[]
{
"nlqlvrthafvvljuupcbcw",
},
CidrSelectionType = 11,
CustomerAsn = 25,
CustomerIndex = "vafvezmelfgmjsrccjukrhppljvipg",
CustomerName = "zsklcocjfjhkcpmzyefzkwamdzc",
FullyQualifiedResourceId = "yeinlleavzbehelhsucb",
IpAddress = "gbfkdhloyphnpnhemwrcrxlk",
IsEnabled = true,
IsEnterpriseManaged = true,
MaxAllowableEgressInMbps = 27,
ShouldMigrate = true,
},
StatusCode = "1",
StatusDetails = "lgljxmyyoakw",
StatusText = "Success",
},
ResourceGroupName = "rgConnectedCache",
Tags =
{
{ "key259", "qbkixjuyjkoj" },
},
});
});
package main
import (
connectedcache "github.com/pulumi/pulumi-azure-native-sdk/connectedcache/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := connectedcache.NewEnterpriseMccCacheNodesOperation(ctx, "enterpriseMccCacheNodesOperation", &connectedcache.EnterpriseMccCacheNodesOperationArgs{
CacheNodeResourceName: pulumi.String("fgduqdovidpemlnmhelomffuafdrbgaasqznvrdkbvspfzsnrhncdtqquhijhdpwyzwleukqldpceyxqhqlftqrr"),
CustomerResourceName: pulumi.String("nhdkvstdrrtsxxuz"),
Location: pulumi.String("westus"),
Properties: &connectedcache.CacheNodePropertyArgs{
AdditionalCacheNodeProperties: &connectedcache.AdditionalCacheNodePropertiesArgs{
BgpConfiguration: &connectedcache.BgpConfigurationArgs{
AsnToIpAddressMapping: pulumi.String("fjbggfvumrn"),
},
CacheNodePropertiesDetailsIssuesList: pulumi.StringArray{
pulumi.String("ennbzfpuszgalzpawmwicaofqcwcj"),
},
DriveConfiguration: connectedcache.CacheNodeDriveConfigurationArray{
&connectedcache.CacheNodeDriveConfigurationArgs{
CacheNumber: pulumi.Int(11),
NginxMapping: pulumi.String("cirlpkpuxg"),
PhysicalPath: pulumi.String("pcbkezoofhamkycot"),
SizeInGb: pulumi.Int(14),
},
},
OptionalProperty1: pulumi.String("ph"),
OptionalProperty2: pulumi.String("soqqgpgcbhb"),
OptionalProperty3: pulumi.String("fpnycrbagptsujiotnjfuhlm"),
OptionalProperty4: pulumi.String("gesqugrxvhxlxxyvatgrautxwlmxsf"),
OptionalProperty5: pulumi.String("zknjgzpaqtvdqjydd"),
ProxyUrl: pulumi.String("ihkzxlzvpcywtzrogupqozkdud"),
ProxyUrlConfiguration: &connectedcache.ProxyUrlConfigurationArgs{
ProxyUrl: pulumi.String("hplstyg"),
},
},
CacheNode: &connectedcache.CacheNodeEntityArgs{
CacheNodeId: pulumi.String("fmrjefyddfn"),
CacheNodeName: pulumi.String("qppvqxliajjfoalzjbgmxggr"),
CidrCsv: pulumi.StringArray{
pulumi.String("nlqlvrthafvvljuupcbcw"),
},
CidrSelectionType: pulumi.Int(11),
CustomerAsn: pulumi.Int(25),
CustomerIndex: pulumi.String("vafvezmelfgmjsrccjukrhppljvipg"),
CustomerName: pulumi.String("zsklcocjfjhkcpmzyefzkwamdzc"),
FullyQualifiedResourceId: pulumi.String("yeinlleavzbehelhsucb"),
IpAddress: pulumi.String("gbfkdhloyphnpnhemwrcrxlk"),
IsEnabled: pulumi.Bool(true),
IsEnterpriseManaged: pulumi.Bool(true),
MaxAllowableEgressInMbps: pulumi.Int(27),
ShouldMigrate: pulumi.Bool(true),
},
StatusCode: pulumi.String("1"),
StatusDetails: pulumi.String("lgljxmyyoakw"),
StatusText: pulumi.String("Success"),
},
ResourceGroupName: pulumi.String("rgConnectedCache"),
Tags: pulumi.StringMap{
"key259": pulumi.String("qbkixjuyjkoj"),
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.connectedcache.EnterpriseMccCacheNodesOperation;
import com.pulumi.azurenative.connectedcache.EnterpriseMccCacheNodesOperationArgs;
import com.pulumi.azurenative.connectedcache.inputs.CacheNodePropertyArgs;
import com.pulumi.azurenative.connectedcache.inputs.AdditionalCacheNodePropertiesArgs;
import com.pulumi.azurenative.connectedcache.inputs.BgpConfigurationArgs;
import com.pulumi.azurenative.connectedcache.inputs.ProxyUrlConfigurationArgs;
import com.pulumi.azurenative.connectedcache.inputs.CacheNodeEntityArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var enterpriseMccCacheNodesOperation = new EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperation", EnterpriseMccCacheNodesOperationArgs.builder()
.cacheNodeResourceName("fgduqdovidpemlnmhelomffuafdrbgaasqznvrdkbvspfzsnrhncdtqquhijhdpwyzwleukqldpceyxqhqlftqrr")
.customerResourceName("nhdkvstdrrtsxxuz")
.location("westus")
.properties(CacheNodePropertyArgs.builder()
.additionalCacheNodeProperties(AdditionalCacheNodePropertiesArgs.builder()
.bgpConfiguration(BgpConfigurationArgs.builder()
.asnToIpAddressMapping("fjbggfvumrn")
.build())
.cacheNodePropertiesDetailsIssuesList("ennbzfpuszgalzpawmwicaofqcwcj")
.driveConfiguration(CacheNodeDriveConfigurationArgs.builder()
.cacheNumber(11)
.nginxMapping("cirlpkpuxg")
.physicalPath("pcbkezoofhamkycot")
.sizeInGb(14)
.build())
.optionalProperty1("ph")
.optionalProperty2("soqqgpgcbhb")
.optionalProperty3("fpnycrbagptsujiotnjfuhlm")
.optionalProperty4("gesqugrxvhxlxxyvatgrautxwlmxsf")
.optionalProperty5("zknjgzpaqtvdqjydd")
.proxyUrl("ihkzxlzvpcywtzrogupqozkdud")
.proxyUrlConfiguration(ProxyUrlConfigurationArgs.builder()
.proxyUrl("hplstyg")
.build())
.build())
.cacheNode(CacheNodeEntityArgs.builder()
.cacheNodeId("fmrjefyddfn")
.cacheNodeName("qppvqxliajjfoalzjbgmxggr")
.cidrCsv("nlqlvrthafvvljuupcbcw")
.cidrSelectionType(11)
.customerAsn(25)
.customerIndex("vafvezmelfgmjsrccjukrhppljvipg")
.customerName("zsklcocjfjhkcpmzyefzkwamdzc")
.fullyQualifiedResourceId("yeinlleavzbehelhsucb")
.ipAddress("gbfkdhloyphnpnhemwrcrxlk")
.isEnabled(true)
.isEnterpriseManaged(true)
.maxAllowableEgressInMbps(27)
.shouldMigrate(true)
.build())
.statusCode("1")
.statusDetails("lgljxmyyoakw")
.statusText("Success")
.build())
.resourceGroupName("rgConnectedCache")
.tags(Map.of("key259", "qbkixjuyjkoj"))
.build());
}
}

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:connectedcache:EnterpriseMccCacheNodesOperation MccRPTest1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}/enterpriseMccCacheNodes/{cacheNodeResourceName}

Constructors

Link copied to clipboard
constructor(cacheNodeResourceName: Output<String>? = null, customerResourceName: Output<String>? = null, location: Output<String>? = null, properties: Output<CacheNodePropertyArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val cacheNodeResourceName: Output<String>? = null

Name of the ConnectedCache resource

Link copied to clipboard
val customerResourceName: Output<String>? = null

Name of the Customer resource

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard
val properties: Output<CacheNodePropertyArgs>? = null

The resource-specific properties for this resource.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseMccCacheNodesOperationArgs