1. Packages
  2. Azure Native
  3. API Docs
  4. connectedcache
  5. EnterpriseMccCacheNodesOperation
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.connectedcache.EnterpriseMccCacheNodesOperation

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    Represents the high level Nodes needed to provision cache node resources Azure REST 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/v2"
    	"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 pulumi
    import pulumi_azure_native as azure_native
    
    enterprise_mcc_cache_nodes_operation = azure_native.connectedcache.EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperation",
        cache_node_resource_name="fgduqdovidpemlnmhelomffuafdrbgaasqznvrdkbvspfzsnrhncdtqquhijhdpwyzwleukqldpceyxqhqlftqrr",
        customer_resource_name="nhdkvstdrrtsxxuz",
        location="westus",
        properties={
            "additional_cache_node_properties": {
                "bgp_configuration": {
                    "asn_to_ip_address_mapping": "fjbggfvumrn",
                },
                "cache_node_properties_details_issues_list": ["ennbzfpuszgalzpawmwicaofqcwcj"],
                "drive_configuration": [{
                    "cache_number": 11,
                    "nginx_mapping": "cirlpkpuxg",
                    "physical_path": "pcbkezoofhamkycot",
                    "size_in_gb": 14,
                }],
                "optional_property1": "ph",
                "optional_property2": "soqqgpgcbhb",
                "optional_property3": "fpnycrbagptsujiotnjfuhlm",
                "optional_property4": "gesqugrxvhxlxxyvatgrautxwlmxsf",
                "optional_property5": "zknjgzpaqtvdqjydd",
                "proxy_url": "ihkzxlzvpcywtzrogupqozkdud",
                "proxy_url_configuration": {
                    "proxy_url": "hplstyg",
                },
            },
            "cache_node": {
                "cache_node_id": "fmrjefyddfn",
                "cache_node_name": "qppvqxliajjfoalzjbgmxggr",
                "cidr_csv": ["nlqlvrthafvvljuupcbcw"],
                "cidr_selection_type": 11,
                "customer_asn": 25,
                "customer_index": "vafvezmelfgmjsrccjukrhppljvipg",
                "customer_name": "zsklcocjfjhkcpmzyefzkwamdzc",
                "fully_qualified_resource_id": "yeinlleavzbehelhsucb",
                "ip_address": "gbfkdhloyphnpnhemwrcrxlk",
                "is_enabled": True,
                "is_enterprise_managed": True,
                "max_allowable_egress_in_mbps": 27,
                "should_migrate": True,
            },
            "status_code": "1",
            "status_details": "lgljxmyyoakw",
            "status_text": "Success",
        },
        resource_group_name="rgConnectedCache",
        tags={
            "key259": "qbkixjuyjkoj",
        })
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const enterpriseMccCacheNodesOperation = new azure_native.connectedcache.EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperation", {
        cacheNodeResourceName: "fgduqdovidpemlnmhelomffuafdrbgaasqznvrdkbvspfzsnrhncdtqquhijhdpwyzwleukqldpceyxqhqlftqrr",
        customerResourceName: "nhdkvstdrrtsxxuz",
        location: "westus",
        properties: {
            additionalCacheNodeProperties: {
                bgpConfiguration: {
                    asnToIpAddressMapping: "fjbggfvumrn",
                },
                cacheNodePropertiesDetailsIssuesList: ["ennbzfpuszgalzpawmwicaofqcwcj"],
                driveConfiguration: [{
                    cacheNumber: 11,
                    nginxMapping: "cirlpkpuxg",
                    physicalPath: "pcbkezoofhamkycot",
                    sizeInGb: 14,
                }],
                optionalProperty1: "ph",
                optionalProperty2: "soqqgpgcbhb",
                optionalProperty3: "fpnycrbagptsujiotnjfuhlm",
                optionalProperty4: "gesqugrxvhxlxxyvatgrautxwlmxsf",
                optionalProperty5: "zknjgzpaqtvdqjydd",
                proxyUrl: "ihkzxlzvpcywtzrogupqozkdud",
                proxyUrlConfiguration: {
                    proxyUrl: "hplstyg",
                },
            },
            cacheNode: {
                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,
            },
            statusCode: "1",
            statusDetails: "lgljxmyyoakw",
            statusText: "Success",
        },
        resourceGroupName: "rgConnectedCache",
        tags: {
            key259: "qbkixjuyjkoj",
        },
    });
    
    resources:
      enterpriseMccCacheNodesOperation:
        type: azure-native:connectedcache:EnterpriseMccCacheNodesOperation
        properties:
          cacheNodeResourceName: fgduqdovidpemlnmhelomffuafdrbgaasqznvrdkbvspfzsnrhncdtqquhijhdpwyzwleukqldpceyxqhqlftqrr
          customerResourceName: nhdkvstdrrtsxxuz
          location: westus
          properties:
            additionalCacheNodeProperties:
              bgpConfiguration:
                asnToIpAddressMapping: fjbggfvumrn
              cacheNodePropertiesDetailsIssuesList:
                - ennbzfpuszgalzpawmwicaofqcwcj
              driveConfiguration:
                - cacheNumber: 11
                  nginxMapping: cirlpkpuxg
                  physicalPath: pcbkezoofhamkycot
                  sizeInGb: 14
              optionalProperty1: ph
              optionalProperty2: soqqgpgcbhb
              optionalProperty3: fpnycrbagptsujiotnjfuhlm
              optionalProperty4: gesqugrxvhxlxxyvatgrautxwlmxsf
              optionalProperty5: zknjgzpaqtvdqjydd
              proxyUrl: ihkzxlzvpcywtzrogupqozkdud
              proxyUrlConfiguration:
                proxyUrl: hplstyg
            cacheNode:
              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
            statusCode: '1'
            statusDetails: lgljxmyyoakw
            statusText: Success
          resourceGroupName: rgConnectedCache
          tags:
            key259: qbkixjuyjkoj
    

    Create EnterpriseMccCacheNodesOperation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EnterpriseMccCacheNodesOperation(name: string, args: EnterpriseMccCacheNodesOperationArgs, opts?: CustomResourceOptions);
    @overload
    def EnterpriseMccCacheNodesOperation(resource_name: str,
                                         args: EnterpriseMccCacheNodesOperationArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def EnterpriseMccCacheNodesOperation(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         customer_resource_name: Optional[str] = None,
                                         resource_group_name: Optional[str] = None,
                                         cache_node_resource_name: Optional[str] = None,
                                         location: Optional[str] = None,
                                         properties: Optional[CacheNodePropertyArgs] = None,
                                         tags: Optional[Mapping[str, str]] = None)
    func NewEnterpriseMccCacheNodesOperation(ctx *Context, name string, args EnterpriseMccCacheNodesOperationArgs, opts ...ResourceOption) (*EnterpriseMccCacheNodesOperation, error)
    public EnterpriseMccCacheNodesOperation(string name, EnterpriseMccCacheNodesOperationArgs args, CustomResourceOptions? opts = null)
    public EnterpriseMccCacheNodesOperation(String name, EnterpriseMccCacheNodesOperationArgs args)
    public EnterpriseMccCacheNodesOperation(String name, EnterpriseMccCacheNodesOperationArgs args, CustomResourceOptions options)
    
    type: azure-native:connectedcache:EnterpriseMccCacheNodesOperation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args EnterpriseMccCacheNodesOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EnterpriseMccCacheNodesOperationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EnterpriseMccCacheNodesOperationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EnterpriseMccCacheNodesOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EnterpriseMccCacheNodesOperationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var enterpriseMccCacheNodesOperationResource = new AzureNative.ConnectedCache.EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperationResource", new()
    {
        CustomerResourceName = "string",
        ResourceGroupName = "string",
        CacheNodeResourceName = "string",
        Location = "string",
        Properties = new AzureNative.ConnectedCache.Inputs.CacheNodePropertyArgs
        {
            AdditionalCacheNodeProperties = new AzureNative.ConnectedCache.Inputs.AdditionalCacheNodePropertiesArgs
            {
                AutoUpdateVersion = "string",
                BgpConfiguration = new AzureNative.ConnectedCache.Inputs.BgpConfigurationArgs
                {
                    AsnToIpAddressMapping = "string",
                },
                CacheNodePropertiesDetailsIssuesList = new[]
                {
                    "string",
                },
                DriveConfiguration = new[]
                {
                    new AzureNative.ConnectedCache.Inputs.CacheNodeDriveConfigurationArgs
                    {
                        CacheNumber = 0,
                        NginxMapping = "string",
                        PhysicalPath = "string",
                        SizeInGb = 0,
                    },
                },
                IsProxyRequired = "string",
                OptionalProperty1 = "string",
                OptionalProperty2 = "string",
                OptionalProperty3 = "string",
                OptionalProperty4 = "string",
                OptionalProperty5 = "string",
                OsType = "string",
                ProxyUrl = "string",
                ProxyUrlConfiguration = new AzureNative.ConnectedCache.Inputs.ProxyUrlConfigurationArgs
                {
                    ProxyUrl = "string",
                },
                UpdateCycleType = "string",
                UpdateInfoDetails = "string",
                UpdateRequestedDateTime = "string",
            },
            CacheNode = new AzureNative.ConnectedCache.Inputs.CacheNodeEntityArgs
            {
                AutoUpdateRequestedDay = 0,
                AutoUpdateRequestedTime = "string",
                AutoUpdateRequestedWeek = 0,
                AutoUpdateRingType = "string",
                CacheNodeId = "string",
                CacheNodeName = "string",
                CidrCsv = new[]
                {
                    "string",
                },
                CidrSelectionType = 0,
                CustomerAsn = 0,
                CustomerIndex = "string",
                CustomerName = "string",
                FullyQualifiedDomainName = "string",
                FullyQualifiedResourceId = "string",
                IpAddress = "string",
                IsEnabled = false,
                IsEnterpriseManaged = false,
                MaxAllowableEgressInMbps = 0,
                ShouldMigrate = false,
            },
            StatusCode = "string",
            StatusDetails = "string",
            StatusText = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := connectedcache.NewEnterpriseMccCacheNodesOperation(ctx, "enterpriseMccCacheNodesOperationResource", &connectedcache.EnterpriseMccCacheNodesOperationArgs{
    	CustomerResourceName:  pulumi.String("string"),
    	ResourceGroupName:     pulumi.String("string"),
    	CacheNodeResourceName: pulumi.String("string"),
    	Location:              pulumi.String("string"),
    	Properties: &connectedcache.CacheNodePropertyArgs{
    		AdditionalCacheNodeProperties: &connectedcache.AdditionalCacheNodePropertiesArgs{
    			AutoUpdateVersion: pulumi.String("string"),
    			BgpConfiguration: &connectedcache.BgpConfigurationArgs{
    				AsnToIpAddressMapping: pulumi.String("string"),
    			},
    			CacheNodePropertiesDetailsIssuesList: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			DriveConfiguration: connectedcache.CacheNodeDriveConfigurationArray{
    				&connectedcache.CacheNodeDriveConfigurationArgs{
    					CacheNumber:  pulumi.Int(0),
    					NginxMapping: pulumi.String("string"),
    					PhysicalPath: pulumi.String("string"),
    					SizeInGb:     pulumi.Int(0),
    				},
    			},
    			IsProxyRequired:   pulumi.String("string"),
    			OptionalProperty1: pulumi.String("string"),
    			OptionalProperty2: pulumi.String("string"),
    			OptionalProperty3: pulumi.String("string"),
    			OptionalProperty4: pulumi.String("string"),
    			OptionalProperty5: pulumi.String("string"),
    			OsType:            pulumi.String("string"),
    			ProxyUrl:          pulumi.String("string"),
    			ProxyUrlConfiguration: &connectedcache.ProxyUrlConfigurationArgs{
    				ProxyUrl: pulumi.String("string"),
    			},
    			UpdateCycleType:         pulumi.String("string"),
    			UpdateInfoDetails:       pulumi.String("string"),
    			UpdateRequestedDateTime: pulumi.String("string"),
    		},
    		CacheNode: &connectedcache.CacheNodeEntityArgs{
    			AutoUpdateRequestedDay:  pulumi.Int(0),
    			AutoUpdateRequestedTime: pulumi.String("string"),
    			AutoUpdateRequestedWeek: pulumi.Int(0),
    			AutoUpdateRingType:      pulumi.String("string"),
    			CacheNodeId:             pulumi.String("string"),
    			CacheNodeName:           pulumi.String("string"),
    			CidrCsv: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			CidrSelectionType:        pulumi.Int(0),
    			CustomerAsn:              pulumi.Int(0),
    			CustomerIndex:            pulumi.String("string"),
    			CustomerName:             pulumi.String("string"),
    			FullyQualifiedDomainName: pulumi.String("string"),
    			FullyQualifiedResourceId: pulumi.String("string"),
    			IpAddress:                pulumi.String("string"),
    			IsEnabled:                pulumi.Bool(false),
    			IsEnterpriseManaged:      pulumi.Bool(false),
    			MaxAllowableEgressInMbps: pulumi.Int(0),
    			ShouldMigrate:            pulumi.Bool(false),
    		},
    		StatusCode:    pulumi.String("string"),
    		StatusDetails: pulumi.String("string"),
    		StatusText:    pulumi.String("string"),
    	},
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var enterpriseMccCacheNodesOperationResource = new EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperationResource", EnterpriseMccCacheNodesOperationArgs.builder()
        .customerResourceName("string")
        .resourceGroupName("string")
        .cacheNodeResourceName("string")
        .location("string")
        .properties(CacheNodePropertyArgs.builder()
            .additionalCacheNodeProperties(AdditionalCacheNodePropertiesArgs.builder()
                .autoUpdateVersion("string")
                .bgpConfiguration(BgpConfigurationArgs.builder()
                    .asnToIpAddressMapping("string")
                    .build())
                .cacheNodePropertiesDetailsIssuesList("string")
                .driveConfiguration(CacheNodeDriveConfigurationArgs.builder()
                    .cacheNumber(0)
                    .nginxMapping("string")
                    .physicalPath("string")
                    .sizeInGb(0)
                    .build())
                .isProxyRequired("string")
                .optionalProperty1("string")
                .optionalProperty2("string")
                .optionalProperty3("string")
                .optionalProperty4("string")
                .optionalProperty5("string")
                .osType("string")
                .proxyUrl("string")
                .proxyUrlConfiguration(ProxyUrlConfigurationArgs.builder()
                    .proxyUrl("string")
                    .build())
                .updateCycleType("string")
                .updateInfoDetails("string")
                .updateRequestedDateTime("string")
                .build())
            .cacheNode(CacheNodeEntityArgs.builder()
                .autoUpdateRequestedDay(0)
                .autoUpdateRequestedTime("string")
                .autoUpdateRequestedWeek(0)
                .autoUpdateRingType("string")
                .cacheNodeId("string")
                .cacheNodeName("string")
                .cidrCsv("string")
                .cidrSelectionType(0)
                .customerAsn(0)
                .customerIndex("string")
                .customerName("string")
                .fullyQualifiedDomainName("string")
                .fullyQualifiedResourceId("string")
                .ipAddress("string")
                .isEnabled(false)
                .isEnterpriseManaged(false)
                .maxAllowableEgressInMbps(0)
                .shouldMigrate(false)
                .build())
            .statusCode("string")
            .statusDetails("string")
            .statusText("string")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    enterprise_mcc_cache_nodes_operation_resource = azure_native.connectedcache.EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperationResource",
        customer_resource_name="string",
        resource_group_name="string",
        cache_node_resource_name="string",
        location="string",
        properties={
            "additional_cache_node_properties": {
                "auto_update_version": "string",
                "bgp_configuration": {
                    "asn_to_ip_address_mapping": "string",
                },
                "cache_node_properties_details_issues_list": ["string"],
                "drive_configuration": [{
                    "cache_number": 0,
                    "nginx_mapping": "string",
                    "physical_path": "string",
                    "size_in_gb": 0,
                }],
                "is_proxy_required": "string",
                "optional_property1": "string",
                "optional_property2": "string",
                "optional_property3": "string",
                "optional_property4": "string",
                "optional_property5": "string",
                "os_type": "string",
                "proxy_url": "string",
                "proxy_url_configuration": {
                    "proxy_url": "string",
                },
                "update_cycle_type": "string",
                "update_info_details": "string",
                "update_requested_date_time": "string",
            },
            "cache_node": {
                "auto_update_requested_day": 0,
                "auto_update_requested_time": "string",
                "auto_update_requested_week": 0,
                "auto_update_ring_type": "string",
                "cache_node_id": "string",
                "cache_node_name": "string",
                "cidr_csv": ["string"],
                "cidr_selection_type": 0,
                "customer_asn": 0,
                "customer_index": "string",
                "customer_name": "string",
                "fully_qualified_domain_name": "string",
                "fully_qualified_resource_id": "string",
                "ip_address": "string",
                "is_enabled": False,
                "is_enterprise_managed": False,
                "max_allowable_egress_in_mbps": 0,
                "should_migrate": False,
            },
            "status_code": "string",
            "status_details": "string",
            "status_text": "string",
        },
        tags={
            "string": "string",
        })
    
    const enterpriseMccCacheNodesOperationResource = new azure_native.connectedcache.EnterpriseMccCacheNodesOperation("enterpriseMccCacheNodesOperationResource", {
        customerResourceName: "string",
        resourceGroupName: "string",
        cacheNodeResourceName: "string",
        location: "string",
        properties: {
            additionalCacheNodeProperties: {
                autoUpdateVersion: "string",
                bgpConfiguration: {
                    asnToIpAddressMapping: "string",
                },
                cacheNodePropertiesDetailsIssuesList: ["string"],
                driveConfiguration: [{
                    cacheNumber: 0,
                    nginxMapping: "string",
                    physicalPath: "string",
                    sizeInGb: 0,
                }],
                isProxyRequired: "string",
                optionalProperty1: "string",
                optionalProperty2: "string",
                optionalProperty3: "string",
                optionalProperty4: "string",
                optionalProperty5: "string",
                osType: "string",
                proxyUrl: "string",
                proxyUrlConfiguration: {
                    proxyUrl: "string",
                },
                updateCycleType: "string",
                updateInfoDetails: "string",
                updateRequestedDateTime: "string",
            },
            cacheNode: {
                autoUpdateRequestedDay: 0,
                autoUpdateRequestedTime: "string",
                autoUpdateRequestedWeek: 0,
                autoUpdateRingType: "string",
                cacheNodeId: "string",
                cacheNodeName: "string",
                cidrCsv: ["string"],
                cidrSelectionType: 0,
                customerAsn: 0,
                customerIndex: "string",
                customerName: "string",
                fullyQualifiedDomainName: "string",
                fullyQualifiedResourceId: "string",
                ipAddress: "string",
                isEnabled: false,
                isEnterpriseManaged: false,
                maxAllowableEgressInMbps: 0,
                shouldMigrate: false,
            },
            statusCode: "string",
            statusDetails: "string",
            statusText: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:connectedcache:EnterpriseMccCacheNodesOperation
    properties:
        cacheNodeResourceName: string
        customerResourceName: string
        location: string
        properties:
            additionalCacheNodeProperties:
                autoUpdateVersion: string
                bgpConfiguration:
                    asnToIpAddressMapping: string
                cacheNodePropertiesDetailsIssuesList:
                    - string
                driveConfiguration:
                    - cacheNumber: 0
                      nginxMapping: string
                      physicalPath: string
                      sizeInGb: 0
                isProxyRequired: string
                optionalProperty1: string
                optionalProperty2: string
                optionalProperty3: string
                optionalProperty4: string
                optionalProperty5: string
                osType: string
                proxyUrl: string
                proxyUrlConfiguration:
                    proxyUrl: string
                updateCycleType: string
                updateInfoDetails: string
                updateRequestedDateTime: string
            cacheNode:
                autoUpdateRequestedDay: 0
                autoUpdateRequestedTime: string
                autoUpdateRequestedWeek: 0
                autoUpdateRingType: string
                cacheNodeId: string
                cacheNodeName: string
                cidrCsv:
                    - string
                cidrSelectionType: 0
                customerAsn: 0
                customerIndex: string
                customerName: string
                fullyQualifiedDomainName: string
                fullyQualifiedResourceId: string
                ipAddress: string
                isEnabled: false
                isEnterpriseManaged: false
                maxAllowableEgressInMbps: 0
                shouldMigrate: false
            statusCode: string
            statusDetails: string
            statusText: string
        resourceGroupName: string
        tags:
            string: string
    

    EnterpriseMccCacheNodesOperation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The EnterpriseMccCacheNodesOperation resource accepts the following input properties:

    CustomerResourceName string
    Name of the Customer resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CacheNodeResourceName string
    Name of the ConnectedCache resource
    Location string
    The geo-location where the resource lives
    Properties Pulumi.AzureNative.ConnectedCache.Inputs.CacheNodeProperty
    The resource-specific properties for this resource.
    Tags Dictionary<string, string>
    Resource tags.
    CustomerResourceName string
    Name of the Customer resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CacheNodeResourceName string
    Name of the ConnectedCache resource
    Location string
    The geo-location where the resource lives
    Properties CacheNodePropertyArgs
    The resource-specific properties for this resource.
    Tags map[string]string
    Resource tags.
    customerResourceName String
    Name of the Customer resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    cacheNodeResourceName String
    Name of the ConnectedCache resource
    location String
    The geo-location where the resource lives
    properties CacheNodeProperty
    The resource-specific properties for this resource.
    tags Map<String,String>
    Resource tags.
    customerResourceName string
    Name of the Customer resource
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    cacheNodeResourceName string
    Name of the ConnectedCache resource
    location string
    The geo-location where the resource lives
    properties CacheNodeProperty
    The resource-specific properties for this resource.
    tags {[key: string]: string}
    Resource tags.
    customer_resource_name str
    Name of the Customer resource
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    cache_node_resource_name str
    Name of the ConnectedCache resource
    location str
    The geo-location where the resource lives
    properties CacheNodePropertyArgs
    The resource-specific properties for this resource.
    tags Mapping[str, str]
    Resource tags.
    customerResourceName String
    Name of the Customer resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    cacheNodeResourceName String
    Name of the ConnectedCache resource
    location String
    The geo-location where the resource lives
    properties Property Map
    The resource-specific properties for this resource.
    tags Map<String>
    Resource tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EnterpriseMccCacheNodesOperation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.ConnectedCache.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AdditionalCacheNodeProperties, AdditionalCacheNodePropertiesArgs

    AutoUpdateVersion string
    Auto update or fast update version
    BgpConfiguration Pulumi.AzureNative.ConnectedCache.Inputs.BgpConfiguration
    Cache node resource Bgp configuration.
    CacheNodePropertiesDetailsIssuesList List<string>
    issues list to return the issues as part of the additional cache node properties
    DriveConfiguration List<Pulumi.AzureNative.ConnectedCache.Inputs.CacheNodeDriveConfiguration>
    Cache node resource drive configurations.
    IsProxyRequired string | Pulumi.AzureNative.ConnectedCache.ProxyRequired
    Cache node resource requires a proxy
    OptionalProperty1 string
    Optional property #1 of Mcc response object
    OptionalProperty2 string
    Optional property #2 of Mcc response object
    OptionalProperty3 string
    Optional property #3 of Mcc response object
    OptionalProperty4 string
    Optional property #4 of Mcc response object
    OptionalProperty5 string
    Optional property #5 of Mcc response object
    OsType string | Pulumi.AzureNative.ConnectedCache.OsType
    Operating system of the cache node
    ProxyUrl string
    Cache node resource Mcc proxy Url
    ProxyUrlConfiguration Pulumi.AzureNative.ConnectedCache.Inputs.ProxyUrlConfiguration
    proxyUrl configuration of the cache node
    UpdateCycleType string | Pulumi.AzureNative.ConnectedCache.CycleType
    Update Cycle Type
    UpdateInfoDetails string
    Update related information details
    UpdateRequestedDateTime string
    customer requested date time for mcc install of update cycle
    AutoUpdateVersion string
    Auto update or fast update version
    BgpConfiguration BgpConfiguration
    Cache node resource Bgp configuration.
    CacheNodePropertiesDetailsIssuesList []string
    issues list to return the issues as part of the additional cache node properties
    DriveConfiguration []CacheNodeDriveConfiguration
    Cache node resource drive configurations.
    IsProxyRequired string | ProxyRequired
    Cache node resource requires a proxy
    OptionalProperty1 string
    Optional property #1 of Mcc response object
    OptionalProperty2 string
    Optional property #2 of Mcc response object
    OptionalProperty3 string
    Optional property #3 of Mcc response object
    OptionalProperty4 string
    Optional property #4 of Mcc response object
    OptionalProperty5 string
    Optional property #5 of Mcc response object
    OsType string | OsType
    Operating system of the cache node
    ProxyUrl string
    Cache node resource Mcc proxy Url
    ProxyUrlConfiguration ProxyUrlConfiguration
    proxyUrl configuration of the cache node
    UpdateCycleType string | CycleType
    Update Cycle Type
    UpdateInfoDetails string
    Update related information details
    UpdateRequestedDateTime string
    customer requested date time for mcc install of update cycle
    autoUpdateVersion String
    Auto update or fast update version
    bgpConfiguration BgpConfiguration
    Cache node resource Bgp configuration.
    cacheNodePropertiesDetailsIssuesList List<String>
    issues list to return the issues as part of the additional cache node properties
    driveConfiguration List<CacheNodeDriveConfiguration>
    Cache node resource drive configurations.
    isProxyRequired String | ProxyRequired
    Cache node resource requires a proxy
    optionalProperty1 String
    Optional property #1 of Mcc response object
    optionalProperty2 String
    Optional property #2 of Mcc response object
    optionalProperty3 String
    Optional property #3 of Mcc response object
    optionalProperty4 String
    Optional property #4 of Mcc response object
    optionalProperty5 String
    Optional property #5 of Mcc response object
    osType String | OsType
    Operating system of the cache node
    proxyUrl String
    Cache node resource Mcc proxy Url
    proxyUrlConfiguration ProxyUrlConfiguration
    proxyUrl configuration of the cache node
    updateCycleType String | CycleType
    Update Cycle Type
    updateInfoDetails String
    Update related information details
    updateRequestedDateTime String
    customer requested date time for mcc install of update cycle
    autoUpdateVersion string
    Auto update or fast update version
    bgpConfiguration BgpConfiguration
    Cache node resource Bgp configuration.
    cacheNodePropertiesDetailsIssuesList string[]
    issues list to return the issues as part of the additional cache node properties
    driveConfiguration CacheNodeDriveConfiguration[]
    Cache node resource drive configurations.
    isProxyRequired string | ProxyRequired
    Cache node resource requires a proxy
    optionalProperty1 string
    Optional property #1 of Mcc response object
    optionalProperty2 string
    Optional property #2 of Mcc response object
    optionalProperty3 string
    Optional property #3 of Mcc response object
    optionalProperty4 string
    Optional property #4 of Mcc response object
    optionalProperty5 string
    Optional property #5 of Mcc response object
    osType string | OsType
    Operating system of the cache node
    proxyUrl string
    Cache node resource Mcc proxy Url
    proxyUrlConfiguration ProxyUrlConfiguration
    proxyUrl configuration of the cache node
    updateCycleType string | CycleType
    Update Cycle Type
    updateInfoDetails string
    Update related information details
    updateRequestedDateTime string
    customer requested date time for mcc install of update cycle
    auto_update_version str
    Auto update or fast update version
    bgp_configuration BgpConfiguration
    Cache node resource Bgp configuration.
    cache_node_properties_details_issues_list Sequence[str]
    issues list to return the issues as part of the additional cache node properties
    drive_configuration Sequence[CacheNodeDriveConfiguration]
    Cache node resource drive configurations.
    is_proxy_required str | ProxyRequired
    Cache node resource requires a proxy
    optional_property1 str
    Optional property #1 of Mcc response object
    optional_property2 str
    Optional property #2 of Mcc response object
    optional_property3 str
    Optional property #3 of Mcc response object
    optional_property4 str
    Optional property #4 of Mcc response object
    optional_property5 str
    Optional property #5 of Mcc response object
    os_type str | OsType
    Operating system of the cache node
    proxy_url str
    Cache node resource Mcc proxy Url
    proxy_url_configuration ProxyUrlConfiguration
    proxyUrl configuration of the cache node
    update_cycle_type str | CycleType
    Update Cycle Type
    update_info_details str
    Update related information details
    update_requested_date_time str
    customer requested date time for mcc install of update cycle
    autoUpdateVersion String
    Auto update or fast update version
    bgpConfiguration Property Map
    Cache node resource Bgp configuration.
    cacheNodePropertiesDetailsIssuesList List<String>
    issues list to return the issues as part of the additional cache node properties
    driveConfiguration List<Property Map>
    Cache node resource drive configurations.
    isProxyRequired String | "None" | "Required"
    Cache node resource requires a proxy
    optionalProperty1 String
    Optional property #1 of Mcc response object
    optionalProperty2 String
    Optional property #2 of Mcc response object
    optionalProperty3 String
    Optional property #3 of Mcc response object
    optionalProperty4 String
    Optional property #4 of Mcc response object
    optionalProperty5 String
    Optional property #5 of Mcc response object
    osType String | "Windows" | "Linux" | "Eflow"
    Operating system of the cache node
    proxyUrl String
    Cache node resource Mcc proxy Url
    proxyUrlConfiguration Property Map
    proxyUrl configuration of the cache node
    updateCycleType String | "Preview" | "Slow" | "Fast"
    Update Cycle Type
    updateInfoDetails String
    Update related information details
    updateRequestedDateTime String
    customer requested date time for mcc install of update cycle

    AdditionalCacheNodePropertiesResponse, AdditionalCacheNodePropertiesResponseArgs

    AggregatedStatusCode int
    Cache node resource aggregated status code.
    AggregatedStatusDetails string
    Cache node resource aggregated status details.
    AggregatedStatusText string
    Cache node resource aggregated status text.
    AutoUpdateAppliedVersion string
    Auto update version that is the applied to update on mcc cache node
    AutoUpdateLastAppliedDateTime string
    Auto update last applied date time of mcc install
    AutoUpdateLastAppliedDetails string
    Auto Update status details from the backend after applying the new version details
    AutoUpdateLastAppliedState string
    Last applied auto update state for mcc install of auto update cycle
    AutoUpdateLastTriggeredDateTime string
    Auto update last triggered date time of mcc install
    AutoUpdateNextAvailableDateTime string
    Auto update last applied date time of mcc install
    AutoUpdateNextAvailableVersion string
    Auto update version that is the Next available version to update on mcc cache node
    CacheNodeState int
    Cache node resource state as integer.
    CacheNodeStateDetailedText string
    Cache node resource detailed state text.
    CacheNodeStateShortText string
    Cache node resource short state text.
    IsProvisioned bool
    Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
    ProductVersion string
    Cache node resource Mcc product version.
    AutoUpdateVersion string
    Auto update or fast update version
    BgpConfiguration Pulumi.AzureNative.ConnectedCache.Inputs.BgpConfigurationResponse
    Cache node resource Bgp configuration.
    CacheNodePropertiesDetailsIssuesList List<string>
    issues list to return the issues as part of the additional cache node properties
    DriveConfiguration List<Pulumi.AzureNative.ConnectedCache.Inputs.CacheNodeDriveConfigurationResponse>
    Cache node resource drive configurations.
    IsProxyRequired string
    Cache node resource requires a proxy
    OptionalProperty1 string
    Optional property #1 of Mcc response object
    OptionalProperty2 string
    Optional property #2 of Mcc response object
    OptionalProperty3 string
    Optional property #3 of Mcc response object
    OptionalProperty4 string
    Optional property #4 of Mcc response object
    OptionalProperty5 string
    Optional property #5 of Mcc response object
    OsType string
    Operating system of the cache node
    ProxyUrl string
    Cache node resource Mcc proxy Url
    ProxyUrlConfiguration Pulumi.AzureNative.ConnectedCache.Inputs.ProxyUrlConfigurationResponse
    proxyUrl configuration of the cache node
    UpdateCycleType string
    Update Cycle Type
    UpdateInfoDetails string
    Update related information details
    UpdateRequestedDateTime string
    customer requested date time for mcc install of update cycle
    AggregatedStatusCode int
    Cache node resource aggregated status code.
    AggregatedStatusDetails string
    Cache node resource aggregated status details.
    AggregatedStatusText string
    Cache node resource aggregated status text.
    AutoUpdateAppliedVersion string
    Auto update version that is the applied to update on mcc cache node
    AutoUpdateLastAppliedDateTime string
    Auto update last applied date time of mcc install
    AutoUpdateLastAppliedDetails string
    Auto Update status details from the backend after applying the new version details
    AutoUpdateLastAppliedState string
    Last applied auto update state for mcc install of auto update cycle
    AutoUpdateLastTriggeredDateTime string
    Auto update last triggered date time of mcc install
    AutoUpdateNextAvailableDateTime string
    Auto update last applied date time of mcc install
    AutoUpdateNextAvailableVersion string
    Auto update version that is the Next available version to update on mcc cache node
    CacheNodeState int
    Cache node resource state as integer.
    CacheNodeStateDetailedText string
    Cache node resource detailed state text.
    CacheNodeStateShortText string
    Cache node resource short state text.
    IsProvisioned bool
    Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
    ProductVersion string
    Cache node resource Mcc product version.
    AutoUpdateVersion string
    Auto update or fast update version
    BgpConfiguration BgpConfigurationResponse
    Cache node resource Bgp configuration.
    CacheNodePropertiesDetailsIssuesList []string
    issues list to return the issues as part of the additional cache node properties
    DriveConfiguration []CacheNodeDriveConfigurationResponse
    Cache node resource drive configurations.
    IsProxyRequired string
    Cache node resource requires a proxy
    OptionalProperty1 string
    Optional property #1 of Mcc response object
    OptionalProperty2 string
    Optional property #2 of Mcc response object
    OptionalProperty3 string
    Optional property #3 of Mcc response object
    OptionalProperty4 string
    Optional property #4 of Mcc response object
    OptionalProperty5 string
    Optional property #5 of Mcc response object
    OsType string
    Operating system of the cache node
    ProxyUrl string
    Cache node resource Mcc proxy Url
    ProxyUrlConfiguration ProxyUrlConfigurationResponse
    proxyUrl configuration of the cache node
    UpdateCycleType string
    Update Cycle Type
    UpdateInfoDetails string
    Update related information details
    UpdateRequestedDateTime string
    customer requested date time for mcc install of update cycle
    aggregatedStatusCode Integer
    Cache node resource aggregated status code.
    aggregatedStatusDetails String
    Cache node resource aggregated status details.
    aggregatedStatusText String
    Cache node resource aggregated status text.
    autoUpdateAppliedVersion String
    Auto update version that is the applied to update on mcc cache node
    autoUpdateLastAppliedDateTime String
    Auto update last applied date time of mcc install
    autoUpdateLastAppliedDetails String
    Auto Update status details from the backend after applying the new version details
    autoUpdateLastAppliedState String
    Last applied auto update state for mcc install of auto update cycle
    autoUpdateLastTriggeredDateTime String
    Auto update last triggered date time of mcc install
    autoUpdateNextAvailableDateTime String
    Auto update last applied date time of mcc install
    autoUpdateNextAvailableVersion String
    Auto update version that is the Next available version to update on mcc cache node
    cacheNodeState Integer
    Cache node resource state as integer.
    cacheNodeStateDetailedText String
    Cache node resource detailed state text.
    cacheNodeStateShortText String
    Cache node resource short state text.
    isProvisioned Boolean
    Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
    productVersion String
    Cache node resource Mcc product version.
    autoUpdateVersion String
    Auto update or fast update version
    bgpConfiguration BgpConfigurationResponse
    Cache node resource Bgp configuration.
    cacheNodePropertiesDetailsIssuesList List<String>
    issues list to return the issues as part of the additional cache node properties
    driveConfiguration List<CacheNodeDriveConfigurationResponse>
    Cache node resource drive configurations.
    isProxyRequired String
    Cache node resource requires a proxy
    optionalProperty1 String
    Optional property #1 of Mcc response object
    optionalProperty2 String
    Optional property #2 of Mcc response object
    optionalProperty3 String
    Optional property #3 of Mcc response object
    optionalProperty4 String
    Optional property #4 of Mcc response object
    optionalProperty5 String
    Optional property #5 of Mcc response object
    osType String
    Operating system of the cache node
    proxyUrl String
    Cache node resource Mcc proxy Url
    proxyUrlConfiguration ProxyUrlConfigurationResponse
    proxyUrl configuration of the cache node
    updateCycleType String
    Update Cycle Type
    updateInfoDetails String
    Update related information details
    updateRequestedDateTime String
    customer requested date time for mcc install of update cycle
    aggregatedStatusCode number
    Cache node resource aggregated status code.
    aggregatedStatusDetails string
    Cache node resource aggregated status details.
    aggregatedStatusText string
    Cache node resource aggregated status text.
    autoUpdateAppliedVersion string
    Auto update version that is the applied to update on mcc cache node
    autoUpdateLastAppliedDateTime string
    Auto update last applied date time of mcc install
    autoUpdateLastAppliedDetails string
    Auto Update status details from the backend after applying the new version details
    autoUpdateLastAppliedState string
    Last applied auto update state for mcc install of auto update cycle
    autoUpdateLastTriggeredDateTime string
    Auto update last triggered date time of mcc install
    autoUpdateNextAvailableDateTime string
    Auto update last applied date time of mcc install
    autoUpdateNextAvailableVersion string
    Auto update version that is the Next available version to update on mcc cache node
    cacheNodeState number
    Cache node resource state as integer.
    cacheNodeStateDetailedText string
    Cache node resource detailed state text.
    cacheNodeStateShortText string
    Cache node resource short state text.
    isProvisioned boolean
    Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
    productVersion string
    Cache node resource Mcc product version.
    autoUpdateVersion string
    Auto update or fast update version
    bgpConfiguration BgpConfigurationResponse
    Cache node resource Bgp configuration.
    cacheNodePropertiesDetailsIssuesList string[]
    issues list to return the issues as part of the additional cache node properties
    driveConfiguration CacheNodeDriveConfigurationResponse[]
    Cache node resource drive configurations.
    isProxyRequired string
    Cache node resource requires a proxy
    optionalProperty1 string
    Optional property #1 of Mcc response object
    optionalProperty2 string
    Optional property #2 of Mcc response object
    optionalProperty3 string
    Optional property #3 of Mcc response object
    optionalProperty4 string
    Optional property #4 of Mcc response object
    optionalProperty5 string
    Optional property #5 of Mcc response object
    osType string
    Operating system of the cache node
    proxyUrl string
    Cache node resource Mcc proxy Url
    proxyUrlConfiguration ProxyUrlConfigurationResponse
    proxyUrl configuration of the cache node
    updateCycleType string
    Update Cycle Type
    updateInfoDetails string
    Update related information details
    updateRequestedDateTime string
    customer requested date time for mcc install of update cycle
    aggregated_status_code int
    Cache node resource aggregated status code.
    aggregated_status_details str
    Cache node resource aggregated status details.
    aggregated_status_text str
    Cache node resource aggregated status text.
    auto_update_applied_version str
    Auto update version that is the applied to update on mcc cache node
    auto_update_last_applied_date_time str
    Auto update last applied date time of mcc install
    auto_update_last_applied_details str
    Auto Update status details from the backend after applying the new version details
    auto_update_last_applied_state str
    Last applied auto update state for mcc install of auto update cycle
    auto_update_last_triggered_date_time str
    Auto update last triggered date time of mcc install
    auto_update_next_available_date_time str
    Auto update last applied date time of mcc install
    auto_update_next_available_version str
    Auto update version that is the Next available version to update on mcc cache node
    cache_node_state int
    Cache node resource state as integer.
    cache_node_state_detailed_text str
    Cache node resource detailed state text.
    cache_node_state_short_text str
    Cache node resource short state text.
    is_provisioned bool
    Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
    product_version str
    Cache node resource Mcc product version.
    auto_update_version str
    Auto update or fast update version
    bgp_configuration BgpConfigurationResponse
    Cache node resource Bgp configuration.
    cache_node_properties_details_issues_list Sequence[str]
    issues list to return the issues as part of the additional cache node properties
    drive_configuration Sequence[CacheNodeDriveConfigurationResponse]
    Cache node resource drive configurations.
    is_proxy_required str
    Cache node resource requires a proxy
    optional_property1 str
    Optional property #1 of Mcc response object
    optional_property2 str
    Optional property #2 of Mcc response object
    optional_property3 str
    Optional property #3 of Mcc response object
    optional_property4 str
    Optional property #4 of Mcc response object
    optional_property5 str
    Optional property #5 of Mcc response object
    os_type str
    Operating system of the cache node
    proxy_url str
    Cache node resource Mcc proxy Url
    proxy_url_configuration ProxyUrlConfigurationResponse
    proxyUrl configuration of the cache node
    update_cycle_type str
    Update Cycle Type
    update_info_details str
    Update related information details
    update_requested_date_time str
    customer requested date time for mcc install of update cycle
    aggregatedStatusCode Number
    Cache node resource aggregated status code.
    aggregatedStatusDetails String
    Cache node resource aggregated status details.
    aggregatedStatusText String
    Cache node resource aggregated status text.
    autoUpdateAppliedVersion String
    Auto update version that is the applied to update on mcc cache node
    autoUpdateLastAppliedDateTime String
    Auto update last applied date time of mcc install
    autoUpdateLastAppliedDetails String
    Auto Update status details from the backend after applying the new version details
    autoUpdateLastAppliedState String
    Last applied auto update state for mcc install of auto update cycle
    autoUpdateLastTriggeredDateTime String
    Auto update last triggered date time of mcc install
    autoUpdateNextAvailableDateTime String
    Auto update last applied date time of mcc install
    autoUpdateNextAvailableVersion String
    Auto update version that is the Next available version to update on mcc cache node
    cacheNodeState Number
    Cache node resource state as integer.
    cacheNodeStateDetailedText String
    Cache node resource detailed state text.
    cacheNodeStateShortText String
    Cache node resource short state text.
    isProvisioned Boolean
    Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
    productVersion String
    Cache node resource Mcc product version.
    autoUpdateVersion String
    Auto update or fast update version
    bgpConfiguration Property Map
    Cache node resource Bgp configuration.
    cacheNodePropertiesDetailsIssuesList List<String>
    issues list to return the issues as part of the additional cache node properties
    driveConfiguration List<Property Map>
    Cache node resource drive configurations.
    isProxyRequired String
    Cache node resource requires a proxy
    optionalProperty1 String
    Optional property #1 of Mcc response object
    optionalProperty2 String
    Optional property #2 of Mcc response object
    optionalProperty3 String
    Optional property #3 of Mcc response object
    optionalProperty4 String
    Optional property #4 of Mcc response object
    optionalProperty5 String
    Optional property #5 of Mcc response object
    osType String
    Operating system of the cache node
    proxyUrl String
    Cache node resource Mcc proxy Url
    proxyUrlConfiguration Property Map
    proxyUrl configuration of the cache node
    updateCycleType String
    Update Cycle Type
    updateInfoDetails String
    Update related information details
    updateRequestedDateTime String
    customer requested date time for mcc install of update cycle

    AutoUpdateRingType, AutoUpdateRingTypeArgs

    Preview
    Previewcustomer selection of preview update install mcc on their physical vm
    Slow
    Slowcustomer selection of slow update to install mcc on their physical vm
    Fast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    AutoUpdateRingTypePreview
    Previewcustomer selection of preview update install mcc on their physical vm
    AutoUpdateRingTypeSlow
    Slowcustomer selection of slow update to install mcc on their physical vm
    AutoUpdateRingTypeFast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    Preview
    Previewcustomer selection of preview update install mcc on their physical vm
    Slow
    Slowcustomer selection of slow update to install mcc on their physical vm
    Fast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    Preview
    Previewcustomer selection of preview update install mcc on their physical vm
    Slow
    Slowcustomer selection of slow update to install mcc on their physical vm
    Fast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    PREVIEW
    Previewcustomer selection of preview update install mcc on their physical vm
    SLOW
    Slowcustomer selection of slow update to install mcc on their physical vm
    FAST
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    "Preview"
    Previewcustomer selection of preview update install mcc on their physical vm
    "Slow"
    Slowcustomer selection of slow update to install mcc on their physical vm
    "Fast"
    Fastcustomer selection of fast / auto update to install mcc on their physical vm

    BgpConfiguration, BgpConfigurationArgs

    AsnToIpAddressMapping string
    Asn to ip address mapping
    AsnToIpAddressMapping string
    Asn to ip address mapping
    asnToIpAddressMapping String
    Asn to ip address mapping
    asnToIpAddressMapping string
    Asn to ip address mapping
    asn_to_ip_address_mapping str
    Asn to ip address mapping
    asnToIpAddressMapping String
    Asn to ip address mapping

    BgpConfigurationResponse, BgpConfigurationResponseArgs

    AsnToIpAddressMapping string
    Asn to ip address mapping
    AsnToIpAddressMapping string
    Asn to ip address mapping
    asnToIpAddressMapping String
    Asn to ip address mapping
    asnToIpAddressMapping string
    Asn to ip address mapping
    asn_to_ip_address_mapping str
    Asn to ip address mapping
    asnToIpAddressMapping String
    Asn to ip address mapping

    CacheNodeDriveConfiguration, CacheNodeDriveConfigurationArgs

    CacheNumber int
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    NginxMapping string
    full binding for corresponding nginx cache drive
    PhysicalPath string
    physical path location of the folder used for caching content
    SizeInGb int
    physical size of the drive used for caching content
    CacheNumber int
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    NginxMapping string
    full binding for corresponding nginx cache drive
    PhysicalPath string
    physical path location of the folder used for caching content
    SizeInGb int
    physical size of the drive used for caching content
    cacheNumber Integer
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginxMapping String
    full binding for corresponding nginx cache drive
    physicalPath String
    physical path location of the folder used for caching content
    sizeInGb Integer
    physical size of the drive used for caching content
    cacheNumber number
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginxMapping string
    full binding for corresponding nginx cache drive
    physicalPath string
    physical path location of the folder used for caching content
    sizeInGb number
    physical size of the drive used for caching content
    cache_number int
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginx_mapping str
    full binding for corresponding nginx cache drive
    physical_path str
    physical path location of the folder used for caching content
    size_in_gb int
    physical size of the drive used for caching content
    cacheNumber Number
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginxMapping String
    full binding for corresponding nginx cache drive
    physicalPath String
    physical path location of the folder used for caching content
    sizeInGb Number
    physical size of the drive used for caching content

    CacheNodeDriveConfigurationResponse, CacheNodeDriveConfigurationResponseArgs

    CacheNumber int
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    NginxMapping string
    full binding for corresponding nginx cache drive
    PhysicalPath string
    physical path location of the folder used for caching content
    SizeInGb int
    physical size of the drive used for caching content
    CacheNumber int
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    NginxMapping string
    full binding for corresponding nginx cache drive
    PhysicalPath string
    physical path location of the folder used for caching content
    SizeInGb int
    physical size of the drive used for caching content
    cacheNumber Integer
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginxMapping String
    full binding for corresponding nginx cache drive
    physicalPath String
    physical path location of the folder used for caching content
    sizeInGb Integer
    physical size of the drive used for caching content
    cacheNumber number
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginxMapping string
    full binding for corresponding nginx cache drive
    physicalPath string
    physical path location of the folder used for caching content
    sizeInGb number
    physical size of the drive used for caching content
    cache_number int
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginx_mapping str
    full binding for corresponding nginx cache drive
    physical_path str
    physical path location of the folder used for caching content
    size_in_gb int
    physical size of the drive used for caching content
    cacheNumber Number
    corresponding nginx cache number. Valid cache numbers are 1 - 20
    nginxMapping String
    full binding for corresponding nginx cache drive
    physicalPath String
    physical path location of the folder used for caching content
    sizeInGb Number
    physical size of the drive used for caching content

    CacheNodeEntity, CacheNodeEntityArgs

    AutoUpdateRequestedDay int
    Customer requested day of week for mcc install of auto update cycle
    AutoUpdateRequestedTime string
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    AutoUpdateRequestedWeek int
    Customer requested week of month for mcc install of auto update cycle
    AutoUpdateRingType string | Pulumi.AzureNative.ConnectedCache.AutoUpdateRingType
    Auto Update Ring Type which is slow or fast etc.
    CacheNodeId string
    Cache node resource identifier of the cache node
    CacheNodeName string
    Cache node resource name.
    CidrCsv List<string>
    Cache node resource comma separated values of Cidrs.
    CidrSelectionType int
    Cache node resource current Cidr range precedence selection type.
    CustomerAsn int
    Cache node resource customer resource Asn (autonomous system number)
    CustomerIndex string
    Cache node resource customer index as string.
    CustomerName string
    Cache node resource customer resource name.
    FullyQualifiedDomainName string
    FQDN(fully qualified domain name) value of the mcc cache node
    FullyQualifiedResourceId string
    Cache node resource Azure fully qualified resource Id.
    IpAddress string
    Cache node resource Ip address.
    IsEnabled bool
    Cache node resource flag for indicating if cache node is enabled.
    IsEnterpriseManaged bool
    Cache node resource flag for determining if managed by enterprise as boolean.
    MaxAllowableEgressInMbps int
    Cache node resource maximum allowed egress in Mbps.
    ShouldMigrate bool
    Cache node resource flag for determining if customer will be migrated.
    AutoUpdateRequestedDay int
    Customer requested day of week for mcc install of auto update cycle
    AutoUpdateRequestedTime string
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    AutoUpdateRequestedWeek int
    Customer requested week of month for mcc install of auto update cycle
    AutoUpdateRingType string | AutoUpdateRingType
    Auto Update Ring Type which is slow or fast etc.
    CacheNodeId string
    Cache node resource identifier of the cache node
    CacheNodeName string
    Cache node resource name.
    CidrCsv []string
    Cache node resource comma separated values of Cidrs.
    CidrSelectionType int
    Cache node resource current Cidr range precedence selection type.
    CustomerAsn int
    Cache node resource customer resource Asn (autonomous system number)
    CustomerIndex string
    Cache node resource customer index as string.
    CustomerName string
    Cache node resource customer resource name.
    FullyQualifiedDomainName string
    FQDN(fully qualified domain name) value of the mcc cache node
    FullyQualifiedResourceId string
    Cache node resource Azure fully qualified resource Id.
    IpAddress string
    Cache node resource Ip address.
    IsEnabled bool
    Cache node resource flag for indicating if cache node is enabled.
    IsEnterpriseManaged bool
    Cache node resource flag for determining if managed by enterprise as boolean.
    MaxAllowableEgressInMbps int
    Cache node resource maximum allowed egress in Mbps.
    ShouldMigrate bool
    Cache node resource flag for determining if customer will be migrated.
    autoUpdateRequestedDay Integer
    Customer requested day of week for mcc install of auto update cycle
    autoUpdateRequestedTime String
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    autoUpdateRequestedWeek Integer
    Customer requested week of month for mcc install of auto update cycle
    autoUpdateRingType String | AutoUpdateRingType
    Auto Update Ring Type which is slow or fast etc.
    cacheNodeId String
    Cache node resource identifier of the cache node
    cacheNodeName String
    Cache node resource name.
    cidrCsv List<String>
    Cache node resource comma separated values of Cidrs.
    cidrSelectionType Integer
    Cache node resource current Cidr range precedence selection type.
    customerAsn Integer
    Cache node resource customer resource Asn (autonomous system number)
    customerIndex String
    Cache node resource customer index as string.
    customerName String
    Cache node resource customer resource name.
    fullyQualifiedDomainName String
    FQDN(fully qualified domain name) value of the mcc cache node
    fullyQualifiedResourceId String
    Cache node resource Azure fully qualified resource Id.
    ipAddress String
    Cache node resource Ip address.
    isEnabled Boolean
    Cache node resource flag for indicating if cache node is enabled.
    isEnterpriseManaged Boolean
    Cache node resource flag for determining if managed by enterprise as boolean.
    maxAllowableEgressInMbps Integer
    Cache node resource maximum allowed egress in Mbps.
    shouldMigrate Boolean
    Cache node resource flag for determining if customer will be migrated.
    autoUpdateRequestedDay number
    Customer requested day of week for mcc install of auto update cycle
    autoUpdateRequestedTime string
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    autoUpdateRequestedWeek number
    Customer requested week of month for mcc install of auto update cycle
    autoUpdateRingType string | AutoUpdateRingType
    Auto Update Ring Type which is slow or fast etc.
    cacheNodeId string
    Cache node resource identifier of the cache node
    cacheNodeName string
    Cache node resource name.
    cidrCsv string[]
    Cache node resource comma separated values of Cidrs.
    cidrSelectionType number
    Cache node resource current Cidr range precedence selection type.
    customerAsn number
    Cache node resource customer resource Asn (autonomous system number)
    customerIndex string
    Cache node resource customer index as string.
    customerName string
    Cache node resource customer resource name.
    fullyQualifiedDomainName string
    FQDN(fully qualified domain name) value of the mcc cache node
    fullyQualifiedResourceId string
    Cache node resource Azure fully qualified resource Id.
    ipAddress string
    Cache node resource Ip address.
    isEnabled boolean
    Cache node resource flag for indicating if cache node is enabled.
    isEnterpriseManaged boolean
    Cache node resource flag for determining if managed by enterprise as boolean.
    maxAllowableEgressInMbps number
    Cache node resource maximum allowed egress in Mbps.
    shouldMigrate boolean
    Cache node resource flag for determining if customer will be migrated.
    auto_update_requested_day int
    Customer requested day of week for mcc install of auto update cycle
    auto_update_requested_time str
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    auto_update_requested_week int
    Customer requested week of month for mcc install of auto update cycle
    auto_update_ring_type str | AutoUpdateRingType
    Auto Update Ring Type which is slow or fast etc.
    cache_node_id str
    Cache node resource identifier of the cache node
    cache_node_name str
    Cache node resource name.
    cidr_csv Sequence[str]
    Cache node resource comma separated values of Cidrs.
    cidr_selection_type int
    Cache node resource current Cidr range precedence selection type.
    customer_asn int
    Cache node resource customer resource Asn (autonomous system number)
    customer_index str
    Cache node resource customer index as string.
    customer_name str
    Cache node resource customer resource name.
    fully_qualified_domain_name str
    FQDN(fully qualified domain name) value of the mcc cache node
    fully_qualified_resource_id str
    Cache node resource Azure fully qualified resource Id.
    ip_address str
    Cache node resource Ip address.
    is_enabled bool
    Cache node resource flag for indicating if cache node is enabled.
    is_enterprise_managed bool
    Cache node resource flag for determining if managed by enterprise as boolean.
    max_allowable_egress_in_mbps int
    Cache node resource maximum allowed egress in Mbps.
    should_migrate bool
    Cache node resource flag for determining if customer will be migrated.
    autoUpdateRequestedDay Number
    Customer requested day of week for mcc install of auto update cycle
    autoUpdateRequestedTime String
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    autoUpdateRequestedWeek Number
    Customer requested week of month for mcc install of auto update cycle
    autoUpdateRingType String | "Preview" | "Slow" | "Fast"
    Auto Update Ring Type which is slow or fast etc.
    cacheNodeId String
    Cache node resource identifier of the cache node
    cacheNodeName String
    Cache node resource name.
    cidrCsv List<String>
    Cache node resource comma separated values of Cidrs.
    cidrSelectionType Number
    Cache node resource current Cidr range precedence selection type.
    customerAsn Number
    Cache node resource customer resource Asn (autonomous system number)
    customerIndex String
    Cache node resource customer index as string.
    customerName String
    Cache node resource customer resource name.
    fullyQualifiedDomainName String
    FQDN(fully qualified domain name) value of the mcc cache node
    fullyQualifiedResourceId String
    Cache node resource Azure fully qualified resource Id.
    ipAddress String
    Cache node resource Ip address.
    isEnabled Boolean
    Cache node resource flag for indicating if cache node is enabled.
    isEnterpriseManaged Boolean
    Cache node resource flag for determining if managed by enterprise as boolean.
    maxAllowableEgressInMbps Number
    Cache node resource maximum allowed egress in Mbps.
    shouldMigrate Boolean
    Cache node resource flag for determining if customer will be migrated.

    CacheNodeEntityResponse, CacheNodeEntityResponseArgs

    AddressSpace int
    Cache node resource total addressable space defined by the Cidr Csv block.
    BgpAddressSpace int
    Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
    BgpCidrBlocksCount int
    Cache node resource Bgp block count.
    BgpCidrCsvLastUpdateTime string
    Cache node resource last Bgp Cidr Csv update timestamp
    BgpFileBytesTruncated int
    Cache node resource bytes truncated from Bgp output file.
    BgpLastReportedTime string
    Cache node resource last Bgp report timestamp.
    BgpNumberOfRecords int
    Cache node resource Bgp record count.
    BgpNumberOfTimesUpdated int
    Cache node resource Bgp update count.
    BgpReviewFeedback string
    Cache node resource Bgp review feedback text.
    BgpReviewState string
    Cache node resource Bgp review state string text.
    BgpReviewStateText string
    Cache node resource Bgp review state string text in detail.
    Category string
    Cache node resource category.
    CidrCsvLastUpdateTime string
    Cache node resource last Cidr Csv update timestamp
    ClientTenantId string
    Cache node resource customer resource client tenant Id of subscription.
    ConfigurationState string
    Cache node resource configuration state.
    ConfigurationStateText string
    Cache node resource configuration state text.
    ContainerConfigurations string
    Cache node resource container configuration details.
    ContainerResyncTrigger int
    Cache node resource Mcc container configuration details re-sync trigger.
    CreateAsyncOperationId string
    Cache node resource create async operation Id.
    CustomerId string
    Cache node resource customer resource GUID Id.
    DeleteAsyncOperationId string
    Cache node resource deletion async operation Id.
    ImageUri string
    Cache node resource Mcc Container Id Uri.
    IsFrozen bool
    Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
    LastSyncWithAzureTimestamp string
    Cache node resource last sync timestamp.
    LastUpdatedTimestamp string
    Cache node resource last backend updated timestamp.
    MaxAllowableProbability double
    Cache node resource maximum allowed probability of egress.
    ReleaseVersion int
    Cache node resource release version.
    ReviewFeedback string
    Cache node resource review feedback text.
    ReviewState int
    Cache node resource review process state as integer
    ReviewStateText string
    Cache node resource review state text.
    SynchWithAzureAttemptsCount int
    Cache node resource attempts to sync with Azure.
    WorkerConnections int
    Cache node resource Mcc container deployment worker connection count.
    WorkerConnectionsLastUpdatedDateTime string
    Cache node resource last updated Mcc container deployment worker connection count timestamp.
    XCid string
    Cache node resource Azure XCid.
    AutoUpdateRequestedDay int
    Customer requested day of week for mcc install of auto update cycle
    AutoUpdateRequestedTime string
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    AutoUpdateRequestedWeek int
    Customer requested week of month for mcc install of auto update cycle
    AutoUpdateRingType string
    Auto Update Ring Type which is slow or fast etc.
    CacheNodeId string
    Cache node resource identifier of the cache node
    CacheNodeName string
    Cache node resource name.
    CidrCsv List<string>
    Cache node resource comma separated values of Cidrs.
    CidrSelectionType int
    Cache node resource current Cidr range precedence selection type.
    CustomerAsn int
    Cache node resource customer resource Asn (autonomous system number)
    CustomerIndex string
    Cache node resource customer index as string.
    CustomerName string
    Cache node resource customer resource name.
    FullyQualifiedDomainName string
    FQDN(fully qualified domain name) value of the mcc cache node
    FullyQualifiedResourceId string
    Cache node resource Azure fully qualified resource Id.
    IpAddress string
    Cache node resource Ip address.
    IsEnabled bool
    Cache node resource flag for indicating if cache node is enabled.
    IsEnterpriseManaged bool
    Cache node resource flag for determining if managed by enterprise as boolean.
    MaxAllowableEgressInMbps int
    Cache node resource maximum allowed egress in Mbps.
    ShouldMigrate bool
    Cache node resource flag for determining if customer will be migrated.
    AddressSpace int
    Cache node resource total addressable space defined by the Cidr Csv block.
    BgpAddressSpace int
    Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
    BgpCidrBlocksCount int
    Cache node resource Bgp block count.
    BgpCidrCsvLastUpdateTime string
    Cache node resource last Bgp Cidr Csv update timestamp
    BgpFileBytesTruncated int
    Cache node resource bytes truncated from Bgp output file.
    BgpLastReportedTime string
    Cache node resource last Bgp report timestamp.
    BgpNumberOfRecords int
    Cache node resource Bgp record count.
    BgpNumberOfTimesUpdated int
    Cache node resource Bgp update count.
    BgpReviewFeedback string
    Cache node resource Bgp review feedback text.
    BgpReviewState string
    Cache node resource Bgp review state string text.
    BgpReviewStateText string
    Cache node resource Bgp review state string text in detail.
    Category string
    Cache node resource category.
    CidrCsvLastUpdateTime string
    Cache node resource last Cidr Csv update timestamp
    ClientTenantId string
    Cache node resource customer resource client tenant Id of subscription.
    ConfigurationState string
    Cache node resource configuration state.
    ConfigurationStateText string
    Cache node resource configuration state text.
    ContainerConfigurations string
    Cache node resource container configuration details.
    ContainerResyncTrigger int
    Cache node resource Mcc container configuration details re-sync trigger.
    CreateAsyncOperationId string
    Cache node resource create async operation Id.
    CustomerId string
    Cache node resource customer resource GUID Id.
    DeleteAsyncOperationId string
    Cache node resource deletion async operation Id.
    ImageUri string
    Cache node resource Mcc Container Id Uri.
    IsFrozen bool
    Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
    LastSyncWithAzureTimestamp string
    Cache node resource last sync timestamp.
    LastUpdatedTimestamp string
    Cache node resource last backend updated timestamp.
    MaxAllowableProbability float64
    Cache node resource maximum allowed probability of egress.
    ReleaseVersion int
    Cache node resource release version.
    ReviewFeedback string
    Cache node resource review feedback text.
    ReviewState int
    Cache node resource review process state as integer
    ReviewStateText string
    Cache node resource review state text.
    SynchWithAzureAttemptsCount int
    Cache node resource attempts to sync with Azure.
    WorkerConnections int
    Cache node resource Mcc container deployment worker connection count.
    WorkerConnectionsLastUpdatedDateTime string
    Cache node resource last updated Mcc container deployment worker connection count timestamp.
    XCid string
    Cache node resource Azure XCid.
    AutoUpdateRequestedDay int
    Customer requested day of week for mcc install of auto update cycle
    AutoUpdateRequestedTime string
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    AutoUpdateRequestedWeek int
    Customer requested week of month for mcc install of auto update cycle
    AutoUpdateRingType string
    Auto Update Ring Type which is slow or fast etc.
    CacheNodeId string
    Cache node resource identifier of the cache node
    CacheNodeName string
    Cache node resource name.
    CidrCsv []string
    Cache node resource comma separated values of Cidrs.
    CidrSelectionType int
    Cache node resource current Cidr range precedence selection type.
    CustomerAsn int
    Cache node resource customer resource Asn (autonomous system number)
    CustomerIndex string
    Cache node resource customer index as string.
    CustomerName string
    Cache node resource customer resource name.
    FullyQualifiedDomainName string
    FQDN(fully qualified domain name) value of the mcc cache node
    FullyQualifiedResourceId string
    Cache node resource Azure fully qualified resource Id.
    IpAddress string
    Cache node resource Ip address.
    IsEnabled bool
    Cache node resource flag for indicating if cache node is enabled.
    IsEnterpriseManaged bool
    Cache node resource flag for determining if managed by enterprise as boolean.
    MaxAllowableEgressInMbps int
    Cache node resource maximum allowed egress in Mbps.
    ShouldMigrate bool
    Cache node resource flag for determining if customer will be migrated.
    addressSpace Integer
    Cache node resource total addressable space defined by the Cidr Csv block.
    bgpAddressSpace Integer
    Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
    bgpCidrBlocksCount Integer
    Cache node resource Bgp block count.
    bgpCidrCsvLastUpdateTime String
    Cache node resource last Bgp Cidr Csv update timestamp
    bgpFileBytesTruncated Integer
    Cache node resource bytes truncated from Bgp output file.
    bgpLastReportedTime String
    Cache node resource last Bgp report timestamp.
    bgpNumberOfRecords Integer
    Cache node resource Bgp record count.
    bgpNumberOfTimesUpdated Integer
    Cache node resource Bgp update count.
    bgpReviewFeedback String
    Cache node resource Bgp review feedback text.
    bgpReviewState String
    Cache node resource Bgp review state string text.
    bgpReviewStateText String
    Cache node resource Bgp review state string text in detail.
    category String
    Cache node resource category.
    cidrCsvLastUpdateTime String
    Cache node resource last Cidr Csv update timestamp
    clientTenantId String
    Cache node resource customer resource client tenant Id of subscription.
    configurationState String
    Cache node resource configuration state.
    configurationStateText String
    Cache node resource configuration state text.
    containerConfigurations String
    Cache node resource container configuration details.
    containerResyncTrigger Integer
    Cache node resource Mcc container configuration details re-sync trigger.
    createAsyncOperationId String
    Cache node resource create async operation Id.
    customerId String
    Cache node resource customer resource GUID Id.
    deleteAsyncOperationId String
    Cache node resource deletion async operation Id.
    imageUri String
    Cache node resource Mcc Container Id Uri.
    isFrozen Boolean
    Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
    lastSyncWithAzureTimestamp String
    Cache node resource last sync timestamp.
    lastUpdatedTimestamp String
    Cache node resource last backend updated timestamp.
    maxAllowableProbability Double
    Cache node resource maximum allowed probability of egress.
    releaseVersion Integer
    Cache node resource release version.
    reviewFeedback String
    Cache node resource review feedback text.
    reviewState Integer
    Cache node resource review process state as integer
    reviewStateText String
    Cache node resource review state text.
    synchWithAzureAttemptsCount Integer
    Cache node resource attempts to sync with Azure.
    workerConnections Integer
    Cache node resource Mcc container deployment worker connection count.
    workerConnectionsLastUpdatedDateTime String
    Cache node resource last updated Mcc container deployment worker connection count timestamp.
    xCid String
    Cache node resource Azure XCid.
    autoUpdateRequestedDay Integer
    Customer requested day of week for mcc install of auto update cycle
    autoUpdateRequestedTime String
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    autoUpdateRequestedWeek Integer
    Customer requested week of month for mcc install of auto update cycle
    autoUpdateRingType String
    Auto Update Ring Type which is slow or fast etc.
    cacheNodeId String
    Cache node resource identifier of the cache node
    cacheNodeName String
    Cache node resource name.
    cidrCsv List<String>
    Cache node resource comma separated values of Cidrs.
    cidrSelectionType Integer
    Cache node resource current Cidr range precedence selection type.
    customerAsn Integer
    Cache node resource customer resource Asn (autonomous system number)
    customerIndex String
    Cache node resource customer index as string.
    customerName String
    Cache node resource customer resource name.
    fullyQualifiedDomainName String
    FQDN(fully qualified domain name) value of the mcc cache node
    fullyQualifiedResourceId String
    Cache node resource Azure fully qualified resource Id.
    ipAddress String
    Cache node resource Ip address.
    isEnabled Boolean
    Cache node resource flag for indicating if cache node is enabled.
    isEnterpriseManaged Boolean
    Cache node resource flag for determining if managed by enterprise as boolean.
    maxAllowableEgressInMbps Integer
    Cache node resource maximum allowed egress in Mbps.
    shouldMigrate Boolean
    Cache node resource flag for determining if customer will be migrated.
    addressSpace number
    Cache node resource total addressable space defined by the Cidr Csv block.
    bgpAddressSpace number
    Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
    bgpCidrBlocksCount number
    Cache node resource Bgp block count.
    bgpCidrCsvLastUpdateTime string
    Cache node resource last Bgp Cidr Csv update timestamp
    bgpFileBytesTruncated number
    Cache node resource bytes truncated from Bgp output file.
    bgpLastReportedTime string
    Cache node resource last Bgp report timestamp.
    bgpNumberOfRecords number
    Cache node resource Bgp record count.
    bgpNumberOfTimesUpdated number
    Cache node resource Bgp update count.
    bgpReviewFeedback string
    Cache node resource Bgp review feedback text.
    bgpReviewState string
    Cache node resource Bgp review state string text.
    bgpReviewStateText string
    Cache node resource Bgp review state string text in detail.
    category string
    Cache node resource category.
    cidrCsvLastUpdateTime string
    Cache node resource last Cidr Csv update timestamp
    clientTenantId string
    Cache node resource customer resource client tenant Id of subscription.
    configurationState string
    Cache node resource configuration state.
    configurationStateText string
    Cache node resource configuration state text.
    containerConfigurations string
    Cache node resource container configuration details.
    containerResyncTrigger number
    Cache node resource Mcc container configuration details re-sync trigger.
    createAsyncOperationId string
    Cache node resource create async operation Id.
    customerId string
    Cache node resource customer resource GUID Id.
    deleteAsyncOperationId string
    Cache node resource deletion async operation Id.
    imageUri string
    Cache node resource Mcc Container Id Uri.
    isFrozen boolean
    Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
    lastSyncWithAzureTimestamp string
    Cache node resource last sync timestamp.
    lastUpdatedTimestamp string
    Cache node resource last backend updated timestamp.
    maxAllowableProbability number
    Cache node resource maximum allowed probability of egress.
    releaseVersion number
    Cache node resource release version.
    reviewFeedback string
    Cache node resource review feedback text.
    reviewState number
    Cache node resource review process state as integer
    reviewStateText string
    Cache node resource review state text.
    synchWithAzureAttemptsCount number
    Cache node resource attempts to sync with Azure.
    workerConnections number
    Cache node resource Mcc container deployment worker connection count.
    workerConnectionsLastUpdatedDateTime string
    Cache node resource last updated Mcc container deployment worker connection count timestamp.
    xCid string
    Cache node resource Azure XCid.
    autoUpdateRequestedDay number
    Customer requested day of week for mcc install of auto update cycle
    autoUpdateRequestedTime string
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    autoUpdateRequestedWeek number
    Customer requested week of month for mcc install of auto update cycle
    autoUpdateRingType string
    Auto Update Ring Type which is slow or fast etc.
    cacheNodeId string
    Cache node resource identifier of the cache node
    cacheNodeName string
    Cache node resource name.
    cidrCsv string[]
    Cache node resource comma separated values of Cidrs.
    cidrSelectionType number
    Cache node resource current Cidr range precedence selection type.
    customerAsn number
    Cache node resource customer resource Asn (autonomous system number)
    customerIndex string
    Cache node resource customer index as string.
    customerName string
    Cache node resource customer resource name.
    fullyQualifiedDomainName string
    FQDN(fully qualified domain name) value of the mcc cache node
    fullyQualifiedResourceId string
    Cache node resource Azure fully qualified resource Id.
    ipAddress string
    Cache node resource Ip address.
    isEnabled boolean
    Cache node resource flag for indicating if cache node is enabled.
    isEnterpriseManaged boolean
    Cache node resource flag for determining if managed by enterprise as boolean.
    maxAllowableEgressInMbps number
    Cache node resource maximum allowed egress in Mbps.
    shouldMigrate boolean
    Cache node resource flag for determining if customer will be migrated.
    address_space int
    Cache node resource total addressable space defined by the Cidr Csv block.
    bgp_address_space int
    Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
    bgp_cidr_blocks_count int
    Cache node resource Bgp block count.
    bgp_cidr_csv_last_update_time str
    Cache node resource last Bgp Cidr Csv update timestamp
    bgp_file_bytes_truncated int
    Cache node resource bytes truncated from Bgp output file.
    bgp_last_reported_time str
    Cache node resource last Bgp report timestamp.
    bgp_number_of_records int
    Cache node resource Bgp record count.
    bgp_number_of_times_updated int
    Cache node resource Bgp update count.
    bgp_review_feedback str
    Cache node resource Bgp review feedback text.
    bgp_review_state str
    Cache node resource Bgp review state string text.
    bgp_review_state_text str
    Cache node resource Bgp review state string text in detail.
    category str
    Cache node resource category.
    cidr_csv_last_update_time str
    Cache node resource last Cidr Csv update timestamp
    client_tenant_id str
    Cache node resource customer resource client tenant Id of subscription.
    configuration_state str
    Cache node resource configuration state.
    configuration_state_text str
    Cache node resource configuration state text.
    container_configurations str
    Cache node resource container configuration details.
    container_resync_trigger int
    Cache node resource Mcc container configuration details re-sync trigger.
    create_async_operation_id str
    Cache node resource create async operation Id.
    customer_id str
    Cache node resource customer resource GUID Id.
    delete_async_operation_id str
    Cache node resource deletion async operation Id.
    image_uri str
    Cache node resource Mcc Container Id Uri.
    is_frozen bool
    Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
    last_sync_with_azure_timestamp str
    Cache node resource last sync timestamp.
    last_updated_timestamp str
    Cache node resource last backend updated timestamp.
    max_allowable_probability float
    Cache node resource maximum allowed probability of egress.
    release_version int
    Cache node resource release version.
    review_feedback str
    Cache node resource review feedback text.
    review_state int
    Cache node resource review process state as integer
    review_state_text str
    Cache node resource review state text.
    synch_with_azure_attempts_count int
    Cache node resource attempts to sync with Azure.
    worker_connections int
    Cache node resource Mcc container deployment worker connection count.
    worker_connections_last_updated_date_time str
    Cache node resource last updated Mcc container deployment worker connection count timestamp.
    x_cid str
    Cache node resource Azure XCid.
    auto_update_requested_day int
    Customer requested day of week for mcc install of auto update cycle
    auto_update_requested_time str
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    auto_update_requested_week int
    Customer requested week of month for mcc install of auto update cycle
    auto_update_ring_type str
    Auto Update Ring Type which is slow or fast etc.
    cache_node_id str
    Cache node resource identifier of the cache node
    cache_node_name str
    Cache node resource name.
    cidr_csv Sequence[str]
    Cache node resource comma separated values of Cidrs.
    cidr_selection_type int
    Cache node resource current Cidr range precedence selection type.
    customer_asn int
    Cache node resource customer resource Asn (autonomous system number)
    customer_index str
    Cache node resource customer index as string.
    customer_name str
    Cache node resource customer resource name.
    fully_qualified_domain_name str
    FQDN(fully qualified domain name) value of the mcc cache node
    fully_qualified_resource_id str
    Cache node resource Azure fully qualified resource Id.
    ip_address str
    Cache node resource Ip address.
    is_enabled bool
    Cache node resource flag for indicating if cache node is enabled.
    is_enterprise_managed bool
    Cache node resource flag for determining if managed by enterprise as boolean.
    max_allowable_egress_in_mbps int
    Cache node resource maximum allowed egress in Mbps.
    should_migrate bool
    Cache node resource flag for determining if customer will be migrated.
    addressSpace Number
    Cache node resource total addressable space defined by the Cidr Csv block.
    bgpAddressSpace Number
    Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
    bgpCidrBlocksCount Number
    Cache node resource Bgp block count.
    bgpCidrCsvLastUpdateTime String
    Cache node resource last Bgp Cidr Csv update timestamp
    bgpFileBytesTruncated Number
    Cache node resource bytes truncated from Bgp output file.
    bgpLastReportedTime String
    Cache node resource last Bgp report timestamp.
    bgpNumberOfRecords Number
    Cache node resource Bgp record count.
    bgpNumberOfTimesUpdated Number
    Cache node resource Bgp update count.
    bgpReviewFeedback String
    Cache node resource Bgp review feedback text.
    bgpReviewState String
    Cache node resource Bgp review state string text.
    bgpReviewStateText String
    Cache node resource Bgp review state string text in detail.
    category String
    Cache node resource category.
    cidrCsvLastUpdateTime String
    Cache node resource last Cidr Csv update timestamp
    clientTenantId String
    Cache node resource customer resource client tenant Id of subscription.
    configurationState String
    Cache node resource configuration state.
    configurationStateText String
    Cache node resource configuration state text.
    containerConfigurations String
    Cache node resource container configuration details.
    containerResyncTrigger Number
    Cache node resource Mcc container configuration details re-sync trigger.
    createAsyncOperationId String
    Cache node resource create async operation Id.
    customerId String
    Cache node resource customer resource GUID Id.
    deleteAsyncOperationId String
    Cache node resource deletion async operation Id.
    imageUri String
    Cache node resource Mcc Container Id Uri.
    isFrozen Boolean
    Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
    lastSyncWithAzureTimestamp String
    Cache node resource last sync timestamp.
    lastUpdatedTimestamp String
    Cache node resource last backend updated timestamp.
    maxAllowableProbability Number
    Cache node resource maximum allowed probability of egress.
    releaseVersion Number
    Cache node resource release version.
    reviewFeedback String
    Cache node resource review feedback text.
    reviewState Number
    Cache node resource review process state as integer
    reviewStateText String
    Cache node resource review state text.
    synchWithAzureAttemptsCount Number
    Cache node resource attempts to sync with Azure.
    workerConnections Number
    Cache node resource Mcc container deployment worker connection count.
    workerConnectionsLastUpdatedDateTime String
    Cache node resource last updated Mcc container deployment worker connection count timestamp.
    xCid String
    Cache node resource Azure XCid.
    autoUpdateRequestedDay Number
    Customer requested day of week for mcc install of auto update cycle
    autoUpdateRequestedTime String
    Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
    autoUpdateRequestedWeek Number
    Customer requested week of month for mcc install of auto update cycle
    autoUpdateRingType String
    Auto Update Ring Type which is slow or fast etc.
    cacheNodeId String
    Cache node resource identifier of the cache node
    cacheNodeName String
    Cache node resource name.
    cidrCsv List<String>
    Cache node resource comma separated values of Cidrs.
    cidrSelectionType Number
    Cache node resource current Cidr range precedence selection type.
    customerAsn Number
    Cache node resource customer resource Asn (autonomous system number)
    customerIndex String
    Cache node resource customer index as string.
    customerName String
    Cache node resource customer resource name.
    fullyQualifiedDomainName String
    FQDN(fully qualified domain name) value of the mcc cache node
    fullyQualifiedResourceId String
    Cache node resource Azure fully qualified resource Id.
    ipAddress String
    Cache node resource Ip address.
    isEnabled Boolean
    Cache node resource flag for indicating if cache node is enabled.
    isEnterpriseManaged Boolean
    Cache node resource flag for determining if managed by enterprise as boolean.
    maxAllowableEgressInMbps Number
    Cache node resource maximum allowed egress in Mbps.
    shouldMigrate Boolean
    Cache node resource flag for determining if customer will be migrated.

    CacheNodeProperty, CacheNodePropertyArgs

    AdditionalCacheNodeProperties Pulumi.AzureNative.ConnectedCache.Inputs.AdditionalCacheNodeProperties
    Mcc cache node resource additional properties.
    CacheNode Pulumi.AzureNative.ConnectedCache.Inputs.CacheNodeEntity
    Mcc cache node resource (cache node entity).
    StatusCode string
    Mcc response status code.
    StatusDetails string
    Mcc response status details for retrieving response inner details.
    StatusText string
    Mcc response status text as string for retrieving status details.
    AdditionalCacheNodeProperties AdditionalCacheNodeProperties
    Mcc cache node resource additional properties.
    CacheNode CacheNodeEntity
    Mcc cache node resource (cache node entity).
    StatusCode string
    Mcc response status code.
    StatusDetails string
    Mcc response status details for retrieving response inner details.
    StatusText string
    Mcc response status text as string for retrieving status details.
    additionalCacheNodeProperties AdditionalCacheNodeProperties
    Mcc cache node resource additional properties.
    cacheNode CacheNodeEntity
    Mcc cache node resource (cache node entity).
    statusCode String
    Mcc response status code.
    statusDetails String
    Mcc response status details for retrieving response inner details.
    statusText String
    Mcc response status text as string for retrieving status details.
    additionalCacheNodeProperties AdditionalCacheNodeProperties
    Mcc cache node resource additional properties.
    cacheNode CacheNodeEntity
    Mcc cache node resource (cache node entity).
    statusCode string
    Mcc response status code.
    statusDetails string
    Mcc response status details for retrieving response inner details.
    statusText string
    Mcc response status text as string for retrieving status details.
    additional_cache_node_properties AdditionalCacheNodeProperties
    Mcc cache node resource additional properties.
    cache_node CacheNodeEntity
    Mcc cache node resource (cache node entity).
    status_code str
    Mcc response status code.
    status_details str
    Mcc response status details for retrieving response inner details.
    status_text str
    Mcc response status text as string for retrieving status details.
    additionalCacheNodeProperties Property Map
    Mcc cache node resource additional properties.
    cacheNode Property Map
    Mcc cache node resource (cache node entity).
    statusCode String
    Mcc response status code.
    statusDetails String
    Mcc response status details for retrieving response inner details.
    statusText String
    Mcc response status text as string for retrieving status details.

    CacheNodePropertyResponse, CacheNodePropertyResponseArgs

    ProvisioningState string
    The provisioned state of the resource
    Status string
    HTTP error status code.
    AdditionalCacheNodeProperties Pulumi.AzureNative.ConnectedCache.Inputs.AdditionalCacheNodePropertiesResponse
    Mcc cache node resource additional properties.
    CacheNode Pulumi.AzureNative.ConnectedCache.Inputs.CacheNodeEntityResponse
    Mcc cache node resource (cache node entity).
    Error Pulumi.AzureNative.ConnectedCache.Inputs.ErrorDetailResponse
    Mcc response error details.
    StatusCode string
    Mcc response status code.
    StatusDetails string
    Mcc response status details for retrieving response inner details.
    StatusText string
    Mcc response status text as string for retrieving status details.
    ProvisioningState string
    The provisioned state of the resource
    Status string
    HTTP error status code.
    AdditionalCacheNodeProperties AdditionalCacheNodePropertiesResponse
    Mcc cache node resource additional properties.
    CacheNode CacheNodeEntityResponse
    Mcc cache node resource (cache node entity).
    Error ErrorDetailResponse
    Mcc response error details.
    StatusCode string
    Mcc response status code.
    StatusDetails string
    Mcc response status details for retrieving response inner details.
    StatusText string
    Mcc response status text as string for retrieving status details.
    provisioningState String
    The provisioned state of the resource
    status String
    HTTP error status code.
    additionalCacheNodeProperties AdditionalCacheNodePropertiesResponse
    Mcc cache node resource additional properties.
    cacheNode CacheNodeEntityResponse
    Mcc cache node resource (cache node entity).
    error ErrorDetailResponse
    Mcc response error details.
    statusCode String
    Mcc response status code.
    statusDetails String
    Mcc response status details for retrieving response inner details.
    statusText String
    Mcc response status text as string for retrieving status details.
    provisioningState string
    The provisioned state of the resource
    status string
    HTTP error status code.
    additionalCacheNodeProperties AdditionalCacheNodePropertiesResponse
    Mcc cache node resource additional properties.
    cacheNode CacheNodeEntityResponse
    Mcc cache node resource (cache node entity).
    error ErrorDetailResponse
    Mcc response error details.
    statusCode string
    Mcc response status code.
    statusDetails string
    Mcc response status details for retrieving response inner details.
    statusText string
    Mcc response status text as string for retrieving status details.
    provisioning_state str
    The provisioned state of the resource
    status str
    HTTP error status code.
    additional_cache_node_properties AdditionalCacheNodePropertiesResponse
    Mcc cache node resource additional properties.
    cache_node CacheNodeEntityResponse
    Mcc cache node resource (cache node entity).
    error ErrorDetailResponse
    Mcc response error details.
    status_code str
    Mcc response status code.
    status_details str
    Mcc response status details for retrieving response inner details.
    status_text str
    Mcc response status text as string for retrieving status details.
    provisioningState String
    The provisioned state of the resource
    status String
    HTTP error status code.
    additionalCacheNodeProperties Property Map
    Mcc cache node resource additional properties.
    cacheNode Property Map
    Mcc cache node resource (cache node entity).
    error Property Map
    Mcc response error details.
    statusCode String
    Mcc response status code.
    statusDetails String
    Mcc response status details for retrieving response inner details.
    statusText String
    Mcc response status text as string for retrieving status details.

    CycleType, CycleTypeArgs

    Preview
    Previewcustomer selection of preview update install mcc on their physical vm
    Slow
    Slowcustomer selection of slow update to install mcc on their physical vm
    Fast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    CycleTypePreview
    Previewcustomer selection of preview update install mcc on their physical vm
    CycleTypeSlow
    Slowcustomer selection of slow update to install mcc on their physical vm
    CycleTypeFast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    Preview
    Previewcustomer selection of preview update install mcc on their physical vm
    Slow
    Slowcustomer selection of slow update to install mcc on their physical vm
    Fast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    Preview
    Previewcustomer selection of preview update install mcc on their physical vm
    Slow
    Slowcustomer selection of slow update to install mcc on their physical vm
    Fast
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    PREVIEW
    Previewcustomer selection of preview update install mcc on their physical vm
    SLOW
    Slowcustomer selection of slow update to install mcc on their physical vm
    FAST
    Fastcustomer selection of fast / auto update to install mcc on their physical vm
    "Preview"
    Previewcustomer selection of preview update install mcc on their physical vm
    "Slow"
    Slowcustomer selection of slow update to install mcc on their physical vm
    "Fast"
    Fastcustomer selection of fast / auto update to install mcc on their physical vm

    ErrorAdditionalInfoResponse, ErrorAdditionalInfoResponseArgs

    Info object
    The additional info.
    Type string
    The additional info type.
    Info interface{}
    The additional info.
    Type string
    The additional info type.
    info Object
    The additional info.
    type String
    The additional info type.
    info any
    The additional info.
    type string
    The additional info type.
    info Any
    The additional info.
    type str
    The additional info type.
    info Any
    The additional info.
    type String
    The additional info type.

    ErrorDetailResponse, ErrorDetailResponseArgs

    AdditionalInfo []ErrorAdditionalInfoResponse
    The error additional info.
    Code string
    The error code.
    Details []ErrorDetailResponse
    The error details.
    Message string
    The error message.
    Target string
    The error target.
    additionalInfo List<ErrorAdditionalInfoResponse>
    The error additional info.
    code String
    The error code.
    details List<ErrorDetailResponse>
    The error details.
    message String
    The error message.
    target String
    The error target.
    additionalInfo ErrorAdditionalInfoResponse[]
    The error additional info.
    code string
    The error code.
    details ErrorDetailResponse[]
    The error details.
    message string
    The error message.
    target string
    The error target.
    additional_info Sequence[ErrorAdditionalInfoResponse]
    The error additional info.
    code str
    The error code.
    details Sequence[ErrorDetailResponse]
    The error details.
    message str
    The error message.
    target str
    The error target.
    additionalInfo List<Property Map>
    The error additional info.
    code String
    The error code.
    details List<Property Map>
    The error details.
    message String
    The error message.
    target String
    The error target.

    OsType, OsTypeArgs

    Windows
    Windowscache node installs on windows operating system
    Linux
    Linuxcache node installs on Linux Operating system
    Eflow
    Eflowcache node installs on Azure Eflow
    OsTypeWindows
    Windowscache node installs on windows operating system
    OsTypeLinux
    Linuxcache node installs on Linux Operating system
    OsTypeEflow
    Eflowcache node installs on Azure Eflow
    Windows
    Windowscache node installs on windows operating system
    Linux
    Linuxcache node installs on Linux Operating system
    Eflow
    Eflowcache node installs on Azure Eflow
    Windows
    Windowscache node installs on windows operating system
    Linux
    Linuxcache node installs on Linux Operating system
    Eflow
    Eflowcache node installs on Azure Eflow
    WINDOWS
    Windowscache node installs on windows operating system
    LINUX
    Linuxcache node installs on Linux Operating system
    EFLOW
    Eflowcache node installs on Azure Eflow
    "Windows"
    Windowscache node installs on windows operating system
    "Linux"
    Linuxcache node installs on Linux Operating system
    "Eflow"
    Eflowcache node installs on Azure Eflow

    ProxyRequired, ProxyRequiredArgs

    None
    NoneProxy is not required in setup
    Required
    Requiredproxy is required in setup
    ProxyRequiredNone
    NoneProxy is not required in setup
    ProxyRequiredRequired
    Requiredproxy is required in setup
    None
    NoneProxy is not required in setup
    Required
    Requiredproxy is required in setup
    None
    NoneProxy is not required in setup
    Required
    Requiredproxy is required in setup
    NONE
    NoneProxy is not required in setup
    REQUIRED
    Requiredproxy is required in setup
    "None"
    NoneProxy is not required in setup
    "Required"
    Requiredproxy is required in setup

    ProxyUrlConfiguration, ProxyUrlConfigurationArgs

    ProxyUrl string
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    ProxyUrl string
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxyUrl String
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxyUrl string
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxy_url str
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxyUrl String
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80

    ProxyUrlConfigurationResponse, ProxyUrlConfigurationResponseArgs

    ProxyUrl string
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    ProxyUrl string
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxyUrl String
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxyUrl string
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxy_url str
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
    proxyUrl String
    Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80

    SystemDataResponse, SystemDataResponseArgs

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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} 
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi