azure-native-v2.connectedcache.IspCacheNodesOperation
Explore with Pulumi AI
Represents the high level Nodes needed to provision cache node resources Azure REST API version: 2023-05-01-preview.
Create IspCacheNodesOperation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IspCacheNodesOperation(name: string, args: IspCacheNodesOperationArgs, opts?: CustomResourceOptions);
@overload
def IspCacheNodesOperation(resource_name: str,
args: IspCacheNodesOperationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IspCacheNodesOperation(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 NewIspCacheNodesOperation(ctx *Context, name string, args IspCacheNodesOperationArgs, opts ...ResourceOption) (*IspCacheNodesOperation, error)
public IspCacheNodesOperation(string name, IspCacheNodesOperationArgs args, CustomResourceOptions? opts = null)
public IspCacheNodesOperation(String name, IspCacheNodesOperationArgs args)
public IspCacheNodesOperation(String name, IspCacheNodesOperationArgs args, CustomResourceOptions options)
type: azure-native:connectedcache:IspCacheNodesOperation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IspCacheNodesOperationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. IspCacheNodesOperationArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IspCacheNodesOperationArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IspCacheNodesOperationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. IspCacheNodesOperationArgs - 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 ispCacheNodesOperationResource = new AzureNative.Connectedcache.IspCacheNodesOperation("ispCacheNodesOperationResource", new()
{
CustomerResourceName = "string",
ResourceGroupName = "string",
CacheNodeResourceName = "string",
Location = "string",
Properties =
{
{ "additionalCacheNodeProperties",
{
{ "autoUpdateVersion", "string" },
{ "bgpConfiguration",
{
{ "asnToIpAddressMapping", "string" },
} },
{ "cacheNodePropertiesDetailsIssuesList", new[]
{
"string",
} },
{ "driveConfiguration", new[]
{
{
{ "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", 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.NewIspCacheNodesOperation(ctx, "ispCacheNodesOperationResource", &connectedcache.IspCacheNodesOperationArgs{
CustomerResourceName: "string",
ResourceGroupName: "string",
CacheNodeResourceName: "string",
Location: "string",
Properties: map[string]interface{}{
"additionalCacheNodeProperties": map[string]interface{}{
"autoUpdateVersion": "string",
"bgpConfiguration": map[string]interface{}{
"asnToIpAddressMapping": "string",
},
"cacheNodePropertiesDetailsIssuesList": []string{
"string",
},
"driveConfiguration": []map[string]interface{}{
map[string]interface{}{
"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": map[string]interface{}{
"proxyUrl": "string",
},
"updateCycleType": "string",
"updateInfoDetails": "string",
"updateRequestedDateTime": "string",
},
"cacheNode": map[string]interface{}{
"autoUpdateRequestedDay": 0,
"autoUpdateRequestedTime": "string",
"autoUpdateRequestedWeek": 0,
"autoUpdateRingType": "string",
"cacheNodeId": "string",
"cacheNodeName": "string",
"cidrCsv": []string{
"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: map[string]interface{}{
"string": "string",
},
})
var ispCacheNodesOperationResource = new IspCacheNodesOperation("ispCacheNodesOperationResource", IspCacheNodesOperationArgs.builder()
.customerResourceName("string")
.resourceGroupName("string")
.cacheNodeResourceName("string")
.location("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
isp_cache_nodes_operation_resource = azure_native.connectedcache.IspCacheNodesOperation("ispCacheNodesOperationResource",
customer_resource_name=string,
resource_group_name=string,
cache_node_resource_name=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,
})
const ispCacheNodesOperationResource = new azure_native.connectedcache.IspCacheNodesOperation("ispCacheNodesOperationResource", {
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:IspCacheNodesOperation
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
IspCacheNodesOperation 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 IspCacheNodesOperation resource accepts the following input properties:
- Customer
Resource Name This property is required. Changes to this property will trigger replacement.
- Name of the Customer resource
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Cache
Node Resource Name Changes to this property will trigger replacement.
- Name of the ConnectedCache resource
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Properties
Pulumi.
Azure Native. Connected Cache. Inputs. Cache Node Property - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Customer
Resource Name This property is required. Changes to this property will trigger replacement.
- Name of the Customer resource
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Cache
Node Resource Name Changes to this property will trigger replacement.
- Name of the ConnectedCache resource
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Properties
Cache
Node Property Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- customer
Resource Name This property is required. Changes to this property will trigger replacement.
- Name of the Customer resource
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- cache
Node Resource Name Changes to this property will trigger replacement.
- Name of the ConnectedCache resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- properties
Cache
Node Property - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- customer
Resource Name This property is required. Changes to this property will trigger replacement.
- Name of the Customer resource
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- cache
Node Resource Name Changes to this property will trigger replacement.
- Name of the ConnectedCache resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- properties
Cache
Node Property - The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- customer_
resource_ name This property is required. Changes to this property will trigger replacement.
- Name of the Customer resource
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- cache_
node_ resource_ name Changes to this property will trigger replacement.
- Name of the ConnectedCache resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- properties
Cache
Node Property Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- customer
Resource Name This property is required. Changes to this property will trigger replacement.
- Name of the Customer resource
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- cache
Node Resource Name Changes to this property will trigger replacement.
- Name of the ConnectedCache resource
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the IspCacheNodesOperation resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Connected Cache. Outputs. System Data Response - 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
- System
Data SystemData Response - 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
- system
Data SystemData Response - 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
- system
Data SystemData Response - 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 SystemData Response - 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
- system
Data 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
- Auto
Update stringVersion - Auto update or fast update version
- Bgp
Configuration Pulumi.Azure Native. Connected Cache. Inputs. Bgp Configuration - Cache node resource Bgp configuration.
- Cache
Node List<string>Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- Drive
Configuration List<Pulumi.Azure Native. Connected Cache. Inputs. Cache Node Drive Configuration> - Cache node resource drive configurations.
- Is
Proxy string | Pulumi.Required Azure Native. Connected Cache. Proxy Required - Cache node resource requires a proxy
- Optional
Property1 string - Optional property #1 of Mcc response object
- Optional
Property2 string - Optional property #2 of Mcc response object
- Optional
Property3 string - Optional property #3 of Mcc response object
- Optional
Property4 string - Optional property #4 of Mcc response object
- Optional
Property5 string - Optional property #5 of Mcc response object
- Os
Type string | Pulumi.Azure Native. Connected Cache. Os Type - Operating system of the cache node
- Proxy
Url string - Cache node resource Mcc proxy Url
- Proxy
Url Pulumi.Configuration Azure Native. Connected Cache. Inputs. Proxy Url Configuration - proxyUrl configuration of the cache node
- Update
Cycle string | Pulumi.Type Azure Native. Connected Cache. Cycle Type - Update Cycle Type
- Update
Info stringDetails - Update related information details
- Update
Requested stringDate Time - customer requested date time for mcc install of update cycle
- Auto
Update stringVersion - Auto update or fast update version
- Bgp
Configuration BgpConfiguration - Cache node resource Bgp configuration.
- Cache
Node []stringProperties Details Issues List - issues list to return the issues as part of the additional cache node properties
- Drive
Configuration []CacheNode Drive Configuration - Cache node resource drive configurations.
- Is
Proxy string | ProxyRequired Required - Cache node resource requires a proxy
- Optional
Property1 string - Optional property #1 of Mcc response object
- Optional
Property2 string - Optional property #2 of Mcc response object
- Optional
Property3 string - Optional property #3 of Mcc response object
- Optional
Property4 string - Optional property #4 of Mcc response object
- Optional
Property5 string - Optional property #5 of Mcc response object
- Os
Type string | OsType - Operating system of the cache node
- Proxy
Url string - Cache node resource Mcc proxy Url
- Proxy
Url ProxyConfiguration Url Configuration - proxyUrl configuration of the cache node
- Update
Cycle string | CycleType Type - Update Cycle Type
- Update
Info stringDetails - Update related information details
- Update
Requested stringDate Time - customer requested date time for mcc install of update cycle
- auto
Update StringVersion - Auto update or fast update version
- bgp
Configuration BgpConfiguration - Cache node resource Bgp configuration.
- cache
Node List<String>Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- drive
Configuration List<CacheNode Drive Configuration> - Cache node resource drive configurations.
- is
Proxy String | ProxyRequired Required - Cache node resource requires a proxy
- optional
Property1 String - Optional property #1 of Mcc response object
- optional
Property2 String - Optional property #2 of Mcc response object
- optional
Property3 String - Optional property #3 of Mcc response object
- optional
Property4 String - Optional property #4 of Mcc response object
- optional
Property5 String - Optional property #5 of Mcc response object
- os
Type String | OsType - Operating system of the cache node
- proxy
Url String - Cache node resource Mcc proxy Url
- proxy
Url ProxyConfiguration Url Configuration - proxyUrl configuration of the cache node
- update
Cycle String | CycleType Type - Update Cycle Type
- update
Info StringDetails - Update related information details
- update
Requested StringDate Time - customer requested date time for mcc install of update cycle
- auto
Update stringVersion - Auto update or fast update version
- bgp
Configuration BgpConfiguration - Cache node resource Bgp configuration.
- cache
Node string[]Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- drive
Configuration CacheNode Drive Configuration[] - Cache node resource drive configurations.
- is
Proxy string | ProxyRequired Required - Cache node resource requires a proxy
- optional
Property1 string - Optional property #1 of Mcc response object
- optional
Property2 string - Optional property #2 of Mcc response object
- optional
Property3 string - Optional property #3 of Mcc response object
- optional
Property4 string - Optional property #4 of Mcc response object
- optional
Property5 string - Optional property #5 of Mcc response object
- os
Type string | OsType - Operating system of the cache node
- proxy
Url string - Cache node resource Mcc proxy Url
- proxy
Url ProxyConfiguration Url Configuration - proxyUrl configuration of the cache node
- update
Cycle string | CycleType Type - Update Cycle Type
- update
Info stringDetails - Update related information details
- update
Requested stringDate Time - customer requested date time for mcc install of update cycle
- auto_
update_ strversion - Auto update or fast update version
- bgp_
configuration BgpConfiguration - Cache node resource Bgp configuration.
- cache_
node_ Sequence[str]properties_ details_ issues_ list - issues list to return the issues as part of the additional cache node properties
- drive_
configuration Sequence[CacheNode Drive Configuration] - Cache node resource drive configurations.
- is_
proxy_ str | Proxyrequired Required - 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_ Proxyconfiguration Url Configuration - proxyUrl configuration of the cache node
- update_
cycle_ str | Cycletype Type - Update Cycle Type
- update_
info_ strdetails - Update related information details
- update_
requested_ strdate_ time - customer requested date time for mcc install of update cycle
- auto
Update StringVersion - Auto update or fast update version
- bgp
Configuration Property Map - Cache node resource Bgp configuration.
- cache
Node List<String>Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- drive
Configuration List<Property Map> - Cache node resource drive configurations.
- is
Proxy String | "None" | "Required"Required - Cache node resource requires a proxy
- optional
Property1 String - Optional property #1 of Mcc response object
- optional
Property2 String - Optional property #2 of Mcc response object
- optional
Property3 String - Optional property #3 of Mcc response object
- optional
Property4 String - Optional property #4 of Mcc response object
- optional
Property5 String - Optional property #5 of Mcc response object
- os
Type String | "Windows" | "Linux" | "Eflow" - Operating system of the cache node
- proxy
Url String - Cache node resource Mcc proxy Url
- proxy
Url Property MapConfiguration - proxyUrl configuration of the cache node
- update
Cycle String | "Preview" | "Slow" | "Fast"Type - Update Cycle Type
- update
Info StringDetails - Update related information details
- update
Requested StringDate Time - customer requested date time for mcc install of update cycle
AdditionalCacheNodePropertiesResponse, AdditionalCacheNodePropertiesResponseArgs
- Aggregated
Status Code This property is required. int - Cache node resource aggregated status code.
- Aggregated
Status Details This property is required. string - Cache node resource aggregated status details.
- Aggregated
Status Text This property is required. string - Cache node resource aggregated status text.
- Auto
Update Applied Version This property is required. string - Auto update version that is the applied to update on mcc cache node
- Auto
Update Last Applied Date Time This property is required. string - Auto update last applied date time of mcc install
- Auto
Update Last Applied Details This property is required. string - Auto Update status details from the backend after applying the new version details
- Auto
Update Last Applied State This property is required. string - Last applied auto update state for mcc install of auto update cycle
- Auto
Update Last Triggered Date Time This property is required. string - Auto update last triggered date time of mcc install
- Auto
Update Next Available Date Time This property is required. string - Auto update last applied date time of mcc install
- Auto
Update Next Available Version This property is required. string - Auto update version that is the Next available version to update on mcc cache node
- Cache
Node State This property is required. int - Cache node resource state as integer.
- Cache
Node State Detailed Text This property is required. string - Cache node resource detailed state text.
- Cache
Node State Short Text This property is required. string - Cache node resource short state text.
- Is
Provisioned This property is required. bool - Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
- Product
Version This property is required. string - Cache node resource Mcc product version.
- Auto
Update stringVersion - Auto update or fast update version
- Bgp
Configuration Pulumi.Azure Native. Connected Cache. Inputs. Bgp Configuration Response - Cache node resource Bgp configuration.
- Cache
Node List<string>Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- Drive
Configuration List<Pulumi.Azure Native. Connected Cache. Inputs. Cache Node Drive Configuration Response> - Cache node resource drive configurations.
- Is
Proxy stringRequired - Cache node resource requires a proxy
- Optional
Property1 string - Optional property #1 of Mcc response object
- Optional
Property2 string - Optional property #2 of Mcc response object
- Optional
Property3 string - Optional property #3 of Mcc response object
- Optional
Property4 string - Optional property #4 of Mcc response object
- Optional
Property5 string - Optional property #5 of Mcc response object
- Os
Type string - Operating system of the cache node
- Proxy
Url string - Cache node resource Mcc proxy Url
- Proxy
Url Pulumi.Configuration Azure Native. Connected Cache. Inputs. Proxy Url Configuration Response - proxyUrl configuration of the cache node
- Update
Cycle stringType - Update Cycle Type
- Update
Info stringDetails - Update related information details
- Update
Requested stringDate Time - customer requested date time for mcc install of update cycle
- Aggregated
Status Code This property is required. int - Cache node resource aggregated status code.
- Aggregated
Status Details This property is required. string - Cache node resource aggregated status details.
- Aggregated
Status Text This property is required. string - Cache node resource aggregated status text.
- Auto
Update Applied Version This property is required. string - Auto update version that is the applied to update on mcc cache node
- Auto
Update Last Applied Date Time This property is required. string - Auto update last applied date time of mcc install
- Auto
Update Last Applied Details This property is required. string - Auto Update status details from the backend after applying the new version details
- Auto
Update Last Applied State This property is required. string - Last applied auto update state for mcc install of auto update cycle
- Auto
Update Last Triggered Date Time This property is required. string - Auto update last triggered date time of mcc install
- Auto
Update Next Available Date Time This property is required. string - Auto update last applied date time of mcc install
- Auto
Update Next Available Version This property is required. string - Auto update version that is the Next available version to update on mcc cache node
- Cache
Node State This property is required. int - Cache node resource state as integer.
- Cache
Node State Detailed Text This property is required. string - Cache node resource detailed state text.
- Cache
Node State Short Text This property is required. string - Cache node resource short state text.
- Is
Provisioned This property is required. bool - Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
- Product
Version This property is required. string - Cache node resource Mcc product version.
- Auto
Update stringVersion - Auto update or fast update version
- Bgp
Configuration BgpConfiguration Response - Cache node resource Bgp configuration.
- Cache
Node []stringProperties Details Issues List - issues list to return the issues as part of the additional cache node properties
- Drive
Configuration []CacheNode Drive Configuration Response - Cache node resource drive configurations.
- Is
Proxy stringRequired - Cache node resource requires a proxy
- Optional
Property1 string - Optional property #1 of Mcc response object
- Optional
Property2 string - Optional property #2 of Mcc response object
- Optional
Property3 string - Optional property #3 of Mcc response object
- Optional
Property4 string - Optional property #4 of Mcc response object
- Optional
Property5 string - Optional property #5 of Mcc response object
- Os
Type string - Operating system of the cache node
- Proxy
Url string - Cache node resource Mcc proxy Url
- Proxy
Url ProxyConfiguration Url Configuration Response - proxyUrl configuration of the cache node
- Update
Cycle stringType - Update Cycle Type
- Update
Info stringDetails - Update related information details
- Update
Requested stringDate Time - customer requested date time for mcc install of update cycle
- aggregated
Status Code This property is required. Integer - Cache node resource aggregated status code.
- aggregated
Status Details This property is required. String - Cache node resource aggregated status details.
- aggregated
Status Text This property is required. String - Cache node resource aggregated status text.
- auto
Update Applied Version This property is required. String - Auto update version that is the applied to update on mcc cache node
- auto
Update Last Applied Date Time This property is required. String - Auto update last applied date time of mcc install
- auto
Update Last Applied Details This property is required. String - Auto Update status details from the backend after applying the new version details
- auto
Update Last Applied State This property is required. String - Last applied auto update state for mcc install of auto update cycle
- auto
Update Last Triggered Date Time This property is required. String - Auto update last triggered date time of mcc install
- auto
Update Next Available Date Time This property is required. String - Auto update last applied date time of mcc install
- auto
Update Next Available Version This property is required. String - Auto update version that is the Next available version to update on mcc cache node
- cache
Node State This property is required. Integer - Cache node resource state as integer.
- cache
Node State Detailed Text This property is required. String - Cache node resource detailed state text.
- cache
Node State Short Text This property is required. String - Cache node resource short state text.
- is
Provisioned This property is required. Boolean - Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
- product
Version This property is required. String - Cache node resource Mcc product version.
- auto
Update StringVersion - Auto update or fast update version
- bgp
Configuration BgpConfiguration Response - Cache node resource Bgp configuration.
- cache
Node List<String>Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- drive
Configuration List<CacheNode Drive Configuration Response> - Cache node resource drive configurations.
- is
Proxy StringRequired - Cache node resource requires a proxy
- optional
Property1 String - Optional property #1 of Mcc response object
- optional
Property2 String - Optional property #2 of Mcc response object
- optional
Property3 String - Optional property #3 of Mcc response object
- optional
Property4 String - Optional property #4 of Mcc response object
- optional
Property5 String - Optional property #5 of Mcc response object
- os
Type String - Operating system of the cache node
- proxy
Url String - Cache node resource Mcc proxy Url
- proxy
Url ProxyConfiguration Url Configuration Response - proxyUrl configuration of the cache node
- update
Cycle StringType - Update Cycle Type
- update
Info StringDetails - Update related information details
- update
Requested StringDate Time - customer requested date time for mcc install of update cycle
- aggregated
Status Code This property is required. number - Cache node resource aggregated status code.
- aggregated
Status Details This property is required. string - Cache node resource aggregated status details.
- aggregated
Status Text This property is required. string - Cache node resource aggregated status text.
- auto
Update Applied Version This property is required. string - Auto update version that is the applied to update on mcc cache node
- auto
Update Last Applied Date Time This property is required. string - Auto update last applied date time of mcc install
- auto
Update Last Applied Details This property is required. string - Auto Update status details from the backend after applying the new version details
- auto
Update Last Applied State This property is required. string - Last applied auto update state for mcc install of auto update cycle
- auto
Update Last Triggered Date Time This property is required. string - Auto update last triggered date time of mcc install
- auto
Update Next Available Date Time This property is required. string - Auto update last applied date time of mcc install
- auto
Update Next Available Version This property is required. string - Auto update version that is the Next available version to update on mcc cache node
- cache
Node State This property is required. number - Cache node resource state as integer.
- cache
Node State Detailed Text This property is required. string - Cache node resource detailed state text.
- cache
Node State Short Text This property is required. string - Cache node resource short state text.
- is
Provisioned This property is required. boolean - Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
- product
Version This property is required. string - Cache node resource Mcc product version.
- auto
Update stringVersion - Auto update or fast update version
- bgp
Configuration BgpConfiguration Response - Cache node resource Bgp configuration.
- cache
Node string[]Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- drive
Configuration CacheNode Drive Configuration Response[] - Cache node resource drive configurations.
- is
Proxy stringRequired - Cache node resource requires a proxy
- optional
Property1 string - Optional property #1 of Mcc response object
- optional
Property2 string - Optional property #2 of Mcc response object
- optional
Property3 string - Optional property #3 of Mcc response object
- optional
Property4 string - Optional property #4 of Mcc response object
- optional
Property5 string - Optional property #5 of Mcc response object
- os
Type string - Operating system of the cache node
- proxy
Url string - Cache node resource Mcc proxy Url
- proxy
Url ProxyConfiguration Url Configuration Response - proxyUrl configuration of the cache node
- update
Cycle stringType - Update Cycle Type
- update
Info stringDetails - Update related information details
- update
Requested stringDate Time - customer requested date time for mcc install of update cycle
- aggregated_
status_ code This property is required. int - Cache node resource aggregated status code.
- aggregated_
status_ details This property is required. str - Cache node resource aggregated status details.
- aggregated_
status_ text This property is required. str - Cache node resource aggregated status text.
- auto_
update_ applied_ version This property is required. str - Auto update version that is the applied to update on mcc cache node
- auto_
update_ last_ applied_ date_ time This property is required. str - Auto update last applied date time of mcc install
- auto_
update_ last_ applied_ details This property is required. str - Auto Update status details from the backend after applying the new version details
- auto_
update_ last_ applied_ state This property is required. str - Last applied auto update state for mcc install of auto update cycle
- auto_
update_ last_ triggered_ date_ time This property is required. str - Auto update last triggered date time of mcc install
- auto_
update_ next_ available_ date_ time This property is required. str - Auto update last applied date time of mcc install
- auto_
update_ next_ available_ version This property is required. str - Auto update version that is the Next available version to update on mcc cache node
- cache_
node_ state This property is required. int - Cache node resource state as integer.
- cache_
node_ state_ detailed_ text This property is required. str - Cache node resource detailed state text.
- cache_
node_ state_ short_ text This property is required. str - Cache node resource short state text.
- is_
provisioned This property is required. bool - Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
- product_
version This property is required. str - Cache node resource Mcc product version.
- auto_
update_ strversion - Auto update or fast update version
- bgp_
configuration BgpConfiguration Response - Cache node resource Bgp configuration.
- cache_
node_ Sequence[str]properties_ details_ issues_ list - issues list to return the issues as part of the additional cache node properties
- drive_
configuration Sequence[CacheNode Drive Configuration Response] - Cache node resource drive configurations.
- is_
proxy_ strrequired - 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_ Proxyconfiguration Url Configuration Response - proxyUrl configuration of the cache node
- update_
cycle_ strtype - Update Cycle Type
- update_
info_ strdetails - Update related information details
- update_
requested_ strdate_ time - customer requested date time for mcc install of update cycle
- aggregated
Status Code This property is required. Number - Cache node resource aggregated status code.
- aggregated
Status Details This property is required. String - Cache node resource aggregated status details.
- aggregated
Status Text This property is required. String - Cache node resource aggregated status text.
- auto
Update Applied Version This property is required. String - Auto update version that is the applied to update on mcc cache node
- auto
Update Last Applied Date Time This property is required. String - Auto update last applied date time of mcc install
- auto
Update Last Applied Details This property is required. String - Auto Update status details from the backend after applying the new version details
- auto
Update Last Applied State This property is required. String - Last applied auto update state for mcc install of auto update cycle
- auto
Update Last Triggered Date Time This property is required. String - Auto update last triggered date time of mcc install
- auto
Update Next Available Date Time This property is required. String - Auto update last applied date time of mcc install
- auto
Update Next Available Version This property is required. String - Auto update version that is the Next available version to update on mcc cache node
- cache
Node State This property is required. Number - Cache node resource state as integer.
- cache
Node State Detailed Text This property is required. String - Cache node resource detailed state text.
- cache
Node State Short Text This property is required. String - Cache node resource short state text.
- is
Provisioned This property is required. Boolean - Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
- product
Version This property is required. String - Cache node resource Mcc product version.
- auto
Update StringVersion - Auto update or fast update version
- bgp
Configuration Property Map - Cache node resource Bgp configuration.
- cache
Node List<String>Properties Details Issues List - issues list to return the issues as part of the additional cache node properties
- drive
Configuration List<Property Map> - Cache node resource drive configurations.
- is
Proxy StringRequired - Cache node resource requires a proxy
- optional
Property1 String - Optional property #1 of Mcc response object
- optional
Property2 String - Optional property #2 of Mcc response object
- optional
Property3 String - Optional property #3 of Mcc response object
- optional
Property4 String - Optional property #4 of Mcc response object
- optional
Property5 String - Optional property #5 of Mcc response object
- os
Type String - Operating system of the cache node
- proxy
Url String - Cache node resource Mcc proxy Url
- proxy
Url Property MapConfiguration - proxyUrl configuration of the cache node
- update
Cycle StringType - Update Cycle Type
- update
Info StringDetails - Update related information details
- update
Requested StringDate Time - 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
- Auto
Update Ring Type Preview - Previewcustomer selection of preview update install mcc on their physical vm
- Auto
Update Ring Type Slow - Slowcustomer selection of slow update to install mcc on their physical vm
- Auto
Update Ring Type 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
- "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
- Asn
To stringIp Address Mapping - Asn to ip address mapping
- Asn
To stringIp Address Mapping - Asn to ip address mapping
- asn
To StringIp Address Mapping - Asn to ip address mapping
- asn
To stringIp Address Mapping - Asn to ip address mapping
- asn_
to_ strip_ address_ mapping - Asn to ip address mapping
- asn
To StringIp Address Mapping - Asn to ip address mapping
BgpConfigurationResponse, BgpConfigurationResponseArgs
- Asn
To stringIp Address Mapping - Asn to ip address mapping
- Asn
To stringIp Address Mapping - Asn to ip address mapping
- asn
To StringIp Address Mapping - Asn to ip address mapping
- asn
To stringIp Address Mapping - Asn to ip address mapping
- asn_
to_ strip_ address_ mapping - Asn to ip address mapping
- asn
To StringIp Address Mapping - Asn to ip address mapping
CacheNodeDriveConfiguration, CacheNodeDriveConfigurationArgs
- Cache
Number int - corresponding nginx cache number. Valid cache numbers are 1 - 20
- Nginx
Mapping string - full binding for corresponding nginx cache drive
- Physical
Path string - physical path location of the folder used for caching content
- Size
In intGb - physical size of the drive used for caching content
- Cache
Number int - corresponding nginx cache number. Valid cache numbers are 1 - 20
- Nginx
Mapping string - full binding for corresponding nginx cache drive
- Physical
Path string - physical path location of the folder used for caching content
- Size
In intGb - physical size of the drive used for caching content
- cache
Number Integer - corresponding nginx cache number. Valid cache numbers are 1 - 20
- nginx
Mapping String - full binding for corresponding nginx cache drive
- physical
Path String - physical path location of the folder used for caching content
- size
In IntegerGb - physical size of the drive used for caching content
- cache
Number number - corresponding nginx cache number. Valid cache numbers are 1 - 20
- nginx
Mapping string - full binding for corresponding nginx cache drive
- physical
Path string - physical path location of the folder used for caching content
- size
In numberGb - 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_ intgb - physical size of the drive used for caching content
- cache
Number Number - corresponding nginx cache number. Valid cache numbers are 1 - 20
- nginx
Mapping String - full binding for corresponding nginx cache drive
- physical
Path String - physical path location of the folder used for caching content
- size
In NumberGb - physical size of the drive used for caching content
CacheNodeDriveConfigurationResponse, CacheNodeDriveConfigurationResponseArgs
- Cache
Number int - corresponding nginx cache number. Valid cache numbers are 1 - 20
- Nginx
Mapping string - full binding for corresponding nginx cache drive
- Physical
Path string - physical path location of the folder used for caching content
- Size
In intGb - physical size of the drive used for caching content
- Cache
Number int - corresponding nginx cache number. Valid cache numbers are 1 - 20
- Nginx
Mapping string - full binding for corresponding nginx cache drive
- Physical
Path string - physical path location of the folder used for caching content
- Size
In intGb - physical size of the drive used for caching content
- cache
Number Integer - corresponding nginx cache number. Valid cache numbers are 1 - 20
- nginx
Mapping String - full binding for corresponding nginx cache drive
- physical
Path String - physical path location of the folder used for caching content
- size
In IntegerGb - physical size of the drive used for caching content
- cache
Number number - corresponding nginx cache number. Valid cache numbers are 1 - 20
- nginx
Mapping string - full binding for corresponding nginx cache drive
- physical
Path string - physical path location of the folder used for caching content
- size
In numberGb - 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_ intgb - physical size of the drive used for caching content
- cache
Number Number - corresponding nginx cache number. Valid cache numbers are 1 - 20
- nginx
Mapping String - full binding for corresponding nginx cache drive
- physical
Path String - physical path location of the folder used for caching content
- size
In NumberGb - physical size of the drive used for caching content
CacheNodeEntity, CacheNodeEntityArgs
- Auto
Update intRequested Day - Customer requested day of week for mcc install of auto update cycle
- Auto
Update stringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- Auto
Update intRequested Week - Customer requested week of month for mcc install of auto update cycle
- Auto
Update string | Pulumi.Ring Type Azure Native. Connected Cache. Auto Update Ring Type - Auto Update Ring Type which is slow or fast etc.
- Cache
Node stringId - Cache node resource identifier of the cache node
- Cache
Node stringName - Cache node resource name.
- Cidr
Csv List<string> - Cache node resource comma separated values of Cidrs.
- Cidr
Selection intType - Cache node resource current Cidr range precedence selection type.
- Customer
Asn int - Cache node resource customer resource Asn (autonomous system number)
- Customer
Index string - Cache node resource customer index as string.
- Customer
Name string - Cache node resource customer resource name.
- Fully
Qualified stringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- Fully
Qualified stringResource Id - Cache node resource Azure fully qualified resource Id.
- Ip
Address string - Cache node resource Ip address.
- Is
Enabled bool - Cache node resource flag for indicating if cache node is enabled.
- Is
Enterprise boolManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- Max
Allowable intEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- Should
Migrate bool - Cache node resource flag for determining if customer will be migrated.
- Auto
Update intRequested Day - Customer requested day of week for mcc install of auto update cycle
- Auto
Update stringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- Auto
Update intRequested Week - Customer requested week of month for mcc install of auto update cycle
- Auto
Update string | AutoRing Type Update Ring Type - Auto Update Ring Type which is slow or fast etc.
- Cache
Node stringId - Cache node resource identifier of the cache node
- Cache
Node stringName - Cache node resource name.
- Cidr
Csv []string - Cache node resource comma separated values of Cidrs.
- Cidr
Selection intType - Cache node resource current Cidr range precedence selection type.
- Customer
Asn int - Cache node resource customer resource Asn (autonomous system number)
- Customer
Index string - Cache node resource customer index as string.
- Customer
Name string - Cache node resource customer resource name.
- Fully
Qualified stringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- Fully
Qualified stringResource Id - Cache node resource Azure fully qualified resource Id.
- Ip
Address string - Cache node resource Ip address.
- Is
Enabled bool - Cache node resource flag for indicating if cache node is enabled.
- Is
Enterprise boolManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- Max
Allowable intEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- Should
Migrate bool - Cache node resource flag for determining if customer will be migrated.
- auto
Update IntegerRequested Day - Customer requested day of week for mcc install of auto update cycle
- auto
Update StringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto
Update IntegerRequested Week - Customer requested week of month for mcc install of auto update cycle
- auto
Update String | AutoRing Type Update Ring Type - Auto Update Ring Type which is slow or fast etc.
- cache
Node StringId - Cache node resource identifier of the cache node
- cache
Node StringName - Cache node resource name.
- cidr
Csv List<String> - Cache node resource comma separated values of Cidrs.
- cidr
Selection IntegerType - Cache node resource current Cidr range precedence selection type.
- customer
Asn Integer - Cache node resource customer resource Asn (autonomous system number)
- customer
Index String - Cache node resource customer index as string.
- customer
Name String - Cache node resource customer resource name.
- fully
Qualified StringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- fully
Qualified StringResource Id - Cache node resource Azure fully qualified resource Id.
- ip
Address String - Cache node resource Ip address.
- is
Enabled Boolean - Cache node resource flag for indicating if cache node is enabled.
- is
Enterprise BooleanManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max
Allowable IntegerEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- should
Migrate Boolean - Cache node resource flag for determining if customer will be migrated.
- auto
Update numberRequested Day - Customer requested day of week for mcc install of auto update cycle
- auto
Update stringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto
Update numberRequested Week - Customer requested week of month for mcc install of auto update cycle
- auto
Update string | AutoRing Type Update Ring Type - Auto Update Ring Type which is slow or fast etc.
- cache
Node stringId - Cache node resource identifier of the cache node
- cache
Node stringName - Cache node resource name.
- cidr
Csv string[] - Cache node resource comma separated values of Cidrs.
- cidr
Selection numberType - Cache node resource current Cidr range precedence selection type.
- customer
Asn number - Cache node resource customer resource Asn (autonomous system number)
- customer
Index string - Cache node resource customer index as string.
- customer
Name string - Cache node resource customer resource name.
- fully
Qualified stringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- fully
Qualified stringResource Id - Cache node resource Azure fully qualified resource Id.
- ip
Address string - Cache node resource Ip address.
- is
Enabled boolean - Cache node resource flag for indicating if cache node is enabled.
- is
Enterprise booleanManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max
Allowable numberEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- should
Migrate boolean - Cache node resource flag for determining if customer will be migrated.
- auto_
update_ intrequested_ day - Customer requested day of week for mcc install of auto update cycle
- auto_
update_ strrequested_ time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto_
update_ intrequested_ week - Customer requested week of month for mcc install of auto update cycle
- auto_
update_ str | Autoring_ type Update Ring Type - Auto Update Ring Type which is slow or fast etc.
- cache_
node_ strid - Cache node resource identifier of the cache node
- cache_
node_ strname - Cache node resource name.
- cidr_
csv Sequence[str] - Cache node resource comma separated values of Cidrs.
- cidr_
selection_ inttype - 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_ strdomain_ name - FQDN(fully qualified domain name) value of the mcc cache node
- fully_
qualified_ strresource_ id - 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_ boolmanaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max_
allowable_ integress_ in_ mbps - Cache node resource maximum allowed egress in Mbps.
- should_
migrate bool - Cache node resource flag for determining if customer will be migrated.
- auto
Update NumberRequested Day - Customer requested day of week for mcc install of auto update cycle
- auto
Update StringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto
Update NumberRequested Week - Customer requested week of month for mcc install of auto update cycle
- auto
Update String | "Preview" | "Slow" | "Fast"Ring Type - Auto Update Ring Type which is slow or fast etc.
- cache
Node StringId - Cache node resource identifier of the cache node
- cache
Node StringName - Cache node resource name.
- cidr
Csv List<String> - Cache node resource comma separated values of Cidrs.
- cidr
Selection NumberType - Cache node resource current Cidr range precedence selection type.
- customer
Asn Number - Cache node resource customer resource Asn (autonomous system number)
- customer
Index String - Cache node resource customer index as string.
- customer
Name String - Cache node resource customer resource name.
- fully
Qualified StringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- fully
Qualified StringResource Id - Cache node resource Azure fully qualified resource Id.
- ip
Address String - Cache node resource Ip address.
- is
Enabled Boolean - Cache node resource flag for indicating if cache node is enabled.
- is
Enterprise BooleanManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max
Allowable NumberEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- should
Migrate Boolean - Cache node resource flag for determining if customer will be migrated.
CacheNodeEntityResponse, CacheNodeEntityResponseArgs
- Address
Space This property is required. int - Cache node resource total addressable space defined by the Cidr Csv block.
- Bgp
Address Space This property is required. int - Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
- Bgp
Cidr Blocks Count This property is required. int - Cache node resource Bgp block count.
- Bgp
Cidr Csv Last Update Time This property is required. string - Cache node resource last Bgp Cidr Csv update timestamp
- Bgp
File Bytes Truncated This property is required. int - Cache node resource bytes truncated from Bgp output file.
- Bgp
Last Reported Time This property is required. string - Cache node resource last Bgp report timestamp.
- Bgp
Number Of Records This property is required. int - Cache node resource Bgp record count.
- Bgp
Number Of Times Updated This property is required. int - Cache node resource Bgp update count.
- Bgp
Review Feedback This property is required. string - Cache node resource Bgp review feedback text.
- Bgp
Review State This property is required. string - Cache node resource Bgp review state string text.
- Bgp
Review State Text This property is required. string - Cache node resource Bgp review state string text in detail.
- Category
This property is required. string - Cache node resource category.
- Cidr
Csv Last Update Time This property is required. string - Cache node resource last Cidr Csv update timestamp
- Client
Tenant Id This property is required. string - Cache node resource customer resource client tenant Id of subscription.
- Configuration
State This property is required. string - Cache node resource configuration state.
- Configuration
State Text This property is required. string - Cache node resource configuration state text.
- Container
Configurations This property is required. string - Cache node resource container configuration details.
- Container
Resync Trigger This property is required. int - Cache node resource Mcc container configuration details re-sync trigger.
- Create
Async Operation Id This property is required. string - Cache node resource create async operation Id.
- Customer
Id This property is required. string - Cache node resource customer resource GUID Id.
- Delete
Async Operation Id This property is required. string - Cache node resource deletion async operation Id.
- Image
Uri This property is required. string - Cache node resource Mcc Container Id Uri.
- Is
Frozen This property is required. bool - Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
- Last
Sync With Azure Timestamp This property is required. string - Cache node resource last sync timestamp.
- Last
Updated Timestamp This property is required. string - Cache node resource last backend updated timestamp.
- Max
Allowable Probability This property is required. double - Cache node resource maximum allowed probability of egress.
- Release
Version This property is required. int - Cache node resource release version.
- Review
Feedback This property is required. string - Cache node resource review feedback text.
- Review
State This property is required. int - Cache node resource review process state as integer
- Review
State Text This property is required. string - Cache node resource review state text.
- Synch
With Azure Attempts Count This property is required. int - Cache node resource attempts to sync with Azure.
- Worker
Connections This property is required. int - Cache node resource Mcc container deployment worker connection count.
- Worker
Connections Last Updated Date Time This property is required. string - Cache node resource last updated Mcc container deployment worker connection count timestamp.
- XCid
This property is required. string - Cache node resource Azure XCid.
- Auto
Update intRequested Day - Customer requested day of week for mcc install of auto update cycle
- Auto
Update stringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- Auto
Update intRequested Week - Customer requested week of month for mcc install of auto update cycle
- Auto
Update stringRing Type - Auto Update Ring Type which is slow or fast etc.
- Cache
Node stringId - Cache node resource identifier of the cache node
- Cache
Node stringName - Cache node resource name.
- Cidr
Csv List<string> - Cache node resource comma separated values of Cidrs.
- Cidr
Selection intType - Cache node resource current Cidr range precedence selection type.
- Customer
Asn int - Cache node resource customer resource Asn (autonomous system number)
- Customer
Index string - Cache node resource customer index as string.
- Customer
Name string - Cache node resource customer resource name.
- Fully
Qualified stringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- Fully
Qualified stringResource Id - Cache node resource Azure fully qualified resource Id.
- Ip
Address string - Cache node resource Ip address.
- Is
Enabled bool - Cache node resource flag for indicating if cache node is enabled.
- Is
Enterprise boolManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- Max
Allowable intEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- Should
Migrate bool - Cache node resource flag for determining if customer will be migrated.
- Address
Space This property is required. int - Cache node resource total addressable space defined by the Cidr Csv block.
- Bgp
Address Space This property is required. int - Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
- Bgp
Cidr Blocks Count This property is required. int - Cache node resource Bgp block count.
- Bgp
Cidr Csv Last Update Time This property is required. string - Cache node resource last Bgp Cidr Csv update timestamp
- Bgp
File Bytes Truncated This property is required. int - Cache node resource bytes truncated from Bgp output file.
- Bgp
Last Reported Time This property is required. string - Cache node resource last Bgp report timestamp.
- Bgp
Number Of Records This property is required. int - Cache node resource Bgp record count.
- Bgp
Number Of Times Updated This property is required. int - Cache node resource Bgp update count.
- Bgp
Review Feedback This property is required. string - Cache node resource Bgp review feedback text.
- Bgp
Review State This property is required. string - Cache node resource Bgp review state string text.
- Bgp
Review State Text This property is required. string - Cache node resource Bgp review state string text in detail.
- Category
This property is required. string - Cache node resource category.
- Cidr
Csv Last Update Time This property is required. string - Cache node resource last Cidr Csv update timestamp
- Client
Tenant Id This property is required. string - Cache node resource customer resource client tenant Id of subscription.
- Configuration
State This property is required. string - Cache node resource configuration state.
- Configuration
State Text This property is required. string - Cache node resource configuration state text.
- Container
Configurations This property is required. string - Cache node resource container configuration details.
- Container
Resync Trigger This property is required. int - Cache node resource Mcc container configuration details re-sync trigger.
- Create
Async Operation Id This property is required. string - Cache node resource create async operation Id.
- Customer
Id This property is required. string - Cache node resource customer resource GUID Id.
- Delete
Async Operation Id This property is required. string - Cache node resource deletion async operation Id.
- Image
Uri This property is required. string - Cache node resource Mcc Container Id Uri.
- Is
Frozen This property is required. bool - Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
- Last
Sync With Azure Timestamp This property is required. string - Cache node resource last sync timestamp.
- Last
Updated Timestamp This property is required. string - Cache node resource last backend updated timestamp.
- Max
Allowable Probability This property is required. float64 - Cache node resource maximum allowed probability of egress.
- Release
Version This property is required. int - Cache node resource release version.
- Review
Feedback This property is required. string - Cache node resource review feedback text.
- Review
State This property is required. int - Cache node resource review process state as integer
- Review
State Text This property is required. string - Cache node resource review state text.
- Synch
With Azure Attempts Count This property is required. int - Cache node resource attempts to sync with Azure.
- Worker
Connections This property is required. int - Cache node resource Mcc container deployment worker connection count.
- Worker
Connections Last Updated Date Time This property is required. string - Cache node resource last updated Mcc container deployment worker connection count timestamp.
- XCid
This property is required. string - Cache node resource Azure XCid.
- Auto
Update intRequested Day - Customer requested day of week for mcc install of auto update cycle
- Auto
Update stringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- Auto
Update intRequested Week - Customer requested week of month for mcc install of auto update cycle
- Auto
Update stringRing Type - Auto Update Ring Type which is slow or fast etc.
- Cache
Node stringId - Cache node resource identifier of the cache node
- Cache
Node stringName - Cache node resource name.
- Cidr
Csv []string - Cache node resource comma separated values of Cidrs.
- Cidr
Selection intType - Cache node resource current Cidr range precedence selection type.
- Customer
Asn int - Cache node resource customer resource Asn (autonomous system number)
- Customer
Index string - Cache node resource customer index as string.
- Customer
Name string - Cache node resource customer resource name.
- Fully
Qualified stringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- Fully
Qualified stringResource Id - Cache node resource Azure fully qualified resource Id.
- Ip
Address string - Cache node resource Ip address.
- Is
Enabled bool - Cache node resource flag for indicating if cache node is enabled.
- Is
Enterprise boolManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- Max
Allowable intEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- Should
Migrate bool - Cache node resource flag for determining if customer will be migrated.
- address
Space This property is required. Integer - Cache node resource total addressable space defined by the Cidr Csv block.
- bgp
Address Space This property is required. Integer - Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
- bgp
Cidr Blocks Count This property is required. Integer - Cache node resource Bgp block count.
- bgp
Cidr Csv Last Update Time This property is required. String - Cache node resource last Bgp Cidr Csv update timestamp
- bgp
File Bytes Truncated This property is required. Integer - Cache node resource bytes truncated from Bgp output file.
- bgp
Last Reported Time This property is required. String - Cache node resource last Bgp report timestamp.
- bgp
Number Of Records This property is required. Integer - Cache node resource Bgp record count.
- bgp
Number Of Times Updated This property is required. Integer - Cache node resource Bgp update count.
- bgp
Review Feedback This property is required. String - Cache node resource Bgp review feedback text.
- bgp
Review State This property is required. String - Cache node resource Bgp review state string text.
- bgp
Review State Text This property is required. String - Cache node resource Bgp review state string text in detail.
- category
This property is required. String - Cache node resource category.
- cidr
Csv Last Update Time This property is required. String - Cache node resource last Cidr Csv update timestamp
- client
Tenant Id This property is required. String - Cache node resource customer resource client tenant Id of subscription.
- configuration
State This property is required. String - Cache node resource configuration state.
- configuration
State Text This property is required. String - Cache node resource configuration state text.
- container
Configurations This property is required. String - Cache node resource container configuration details.
- container
Resync Trigger This property is required. Integer - Cache node resource Mcc container configuration details re-sync trigger.
- create
Async Operation Id This property is required. String - Cache node resource create async operation Id.
- customer
Id This property is required. String - Cache node resource customer resource GUID Id.
- delete
Async Operation Id This property is required. String - Cache node resource deletion async operation Id.
- image
Uri This property is required. String - Cache node resource Mcc Container Id Uri.
- is
Frozen This property is required. Boolean - Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
- last
Sync With Azure Timestamp This property is required. String - Cache node resource last sync timestamp.
- last
Updated Timestamp This property is required. String - Cache node resource last backend updated timestamp.
- max
Allowable Probability This property is required. Double - Cache node resource maximum allowed probability of egress.
- release
Version This property is required. Integer - Cache node resource release version.
- review
Feedback This property is required. String - Cache node resource review feedback text.
- review
State This property is required. Integer - Cache node resource review process state as integer
- review
State Text This property is required. String - Cache node resource review state text.
- synch
With Azure Attempts Count This property is required. Integer - Cache node resource attempts to sync with Azure.
- worker
Connections This property is required. Integer - Cache node resource Mcc container deployment worker connection count.
- worker
Connections Last Updated Date Time This property is required. String - Cache node resource last updated Mcc container deployment worker connection count timestamp.
- x
Cid This property is required. String - Cache node resource Azure XCid.
- auto
Update IntegerRequested Day - Customer requested day of week for mcc install of auto update cycle
- auto
Update StringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto
Update IntegerRequested Week - Customer requested week of month for mcc install of auto update cycle
- auto
Update StringRing Type - Auto Update Ring Type which is slow or fast etc.
- cache
Node StringId - Cache node resource identifier of the cache node
- cache
Node StringName - Cache node resource name.
- cidr
Csv List<String> - Cache node resource comma separated values of Cidrs.
- cidr
Selection IntegerType - Cache node resource current Cidr range precedence selection type.
- customer
Asn Integer - Cache node resource customer resource Asn (autonomous system number)
- customer
Index String - Cache node resource customer index as string.
- customer
Name String - Cache node resource customer resource name.
- fully
Qualified StringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- fully
Qualified StringResource Id - Cache node resource Azure fully qualified resource Id.
- ip
Address String - Cache node resource Ip address.
- is
Enabled Boolean - Cache node resource flag for indicating if cache node is enabled.
- is
Enterprise BooleanManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max
Allowable IntegerEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- should
Migrate Boolean - Cache node resource flag for determining if customer will be migrated.
- address
Space This property is required. number - Cache node resource total addressable space defined by the Cidr Csv block.
- bgp
Address Space This property is required. number - Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
- bgp
Cidr Blocks Count This property is required. number - Cache node resource Bgp block count.
- bgp
Cidr Csv Last Update Time This property is required. string - Cache node resource last Bgp Cidr Csv update timestamp
- bgp
File Bytes Truncated This property is required. number - Cache node resource bytes truncated from Bgp output file.
- bgp
Last Reported Time This property is required. string - Cache node resource last Bgp report timestamp.
- bgp
Number Of Records This property is required. number - Cache node resource Bgp record count.
- bgp
Number Of Times Updated This property is required. number - Cache node resource Bgp update count.
- bgp
Review Feedback This property is required. string - Cache node resource Bgp review feedback text.
- bgp
Review State This property is required. string - Cache node resource Bgp review state string text.
- bgp
Review State Text This property is required. string - Cache node resource Bgp review state string text in detail.
- category
This property is required. string - Cache node resource category.
- cidr
Csv Last Update Time This property is required. string - Cache node resource last Cidr Csv update timestamp
- client
Tenant Id This property is required. string - Cache node resource customer resource client tenant Id of subscription.
- configuration
State This property is required. string - Cache node resource configuration state.
- configuration
State Text This property is required. string - Cache node resource configuration state text.
- container
Configurations This property is required. string - Cache node resource container configuration details.
- container
Resync Trigger This property is required. number - Cache node resource Mcc container configuration details re-sync trigger.
- create
Async Operation Id This property is required. string - Cache node resource create async operation Id.
- customer
Id This property is required. string - Cache node resource customer resource GUID Id.
- delete
Async Operation Id This property is required. string - Cache node resource deletion async operation Id.
- image
Uri This property is required. string - Cache node resource Mcc Container Id Uri.
- is
Frozen This property is required. boolean - Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
- last
Sync With Azure Timestamp This property is required. string - Cache node resource last sync timestamp.
- last
Updated Timestamp This property is required. string - Cache node resource last backend updated timestamp.
- max
Allowable Probability This property is required. number - Cache node resource maximum allowed probability of egress.
- release
Version This property is required. number - Cache node resource release version.
- review
Feedback This property is required. string - Cache node resource review feedback text.
- review
State This property is required. number - Cache node resource review process state as integer
- review
State Text This property is required. string - Cache node resource review state text.
- synch
With Azure Attempts Count This property is required. number - Cache node resource attempts to sync with Azure.
- worker
Connections This property is required. number - Cache node resource Mcc container deployment worker connection count.
- worker
Connections Last Updated Date Time This property is required. string - Cache node resource last updated Mcc container deployment worker connection count timestamp.
- x
Cid This property is required. string - Cache node resource Azure XCid.
- auto
Update numberRequested Day - Customer requested day of week for mcc install of auto update cycle
- auto
Update stringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto
Update numberRequested Week - Customer requested week of month for mcc install of auto update cycle
- auto
Update stringRing Type - Auto Update Ring Type which is slow or fast etc.
- cache
Node stringId - Cache node resource identifier of the cache node
- cache
Node stringName - Cache node resource name.
- cidr
Csv string[] - Cache node resource comma separated values of Cidrs.
- cidr
Selection numberType - Cache node resource current Cidr range precedence selection type.
- customer
Asn number - Cache node resource customer resource Asn (autonomous system number)
- customer
Index string - Cache node resource customer index as string.
- customer
Name string - Cache node resource customer resource name.
- fully
Qualified stringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- fully
Qualified stringResource Id - Cache node resource Azure fully qualified resource Id.
- ip
Address string - Cache node resource Ip address.
- is
Enabled boolean - Cache node resource flag for indicating if cache node is enabled.
- is
Enterprise booleanManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max
Allowable numberEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- should
Migrate boolean - Cache node resource flag for determining if customer will be migrated.
- address_
space This property is required. int - Cache node resource total addressable space defined by the Cidr Csv block.
- bgp_
address_ space This property is required. int - Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
- bgp_
cidr_ blocks_ count This property is required. int - Cache node resource Bgp block count.
- bgp_
cidr_ csv_ last_ update_ time This property is required. str - Cache node resource last Bgp Cidr Csv update timestamp
- bgp_
file_ bytes_ truncated This property is required. int - Cache node resource bytes truncated from Bgp output file.
- bgp_
last_ reported_ time This property is required. str - Cache node resource last Bgp report timestamp.
- bgp_
number_ of_ records This property is required. int - Cache node resource Bgp record count.
- bgp_
number_ of_ times_ updated This property is required. int - Cache node resource Bgp update count.
- bgp_
review_ feedback This property is required. str - Cache node resource Bgp review feedback text.
- bgp_
review_ state This property is required. str - Cache node resource Bgp review state string text.
- bgp_
review_ state_ text This property is required. str - Cache node resource Bgp review state string text in detail.
- category
This property is required. str - Cache node resource category.
- cidr_
csv_ last_ update_ time This property is required. str - Cache node resource last Cidr Csv update timestamp
- client_
tenant_ id This property is required. str - Cache node resource customer resource client tenant Id of subscription.
- configuration_
state This property is required. str - Cache node resource configuration state.
- configuration_
state_ text This property is required. str - Cache node resource configuration state text.
- container_
configurations This property is required. str - Cache node resource container configuration details.
- container_
resync_ trigger This property is required. int - Cache node resource Mcc container configuration details re-sync trigger.
- create_
async_ operation_ id This property is required. str - Cache node resource create async operation Id.
- customer_
id This property is required. str - Cache node resource customer resource GUID Id.
- delete_
async_ operation_ id This property is required. str - Cache node resource deletion async operation Id.
- image_
uri This property is required. str - Cache node resource Mcc Container Id Uri.
- is_
frozen This property is required. bool - Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
- last_
sync_ with_ azure_ timestamp This property is required. str - Cache node resource last sync timestamp.
- last_
updated_ timestamp This property is required. str - Cache node resource last backend updated timestamp.
- max_
allowable_ probability This property is required. float - Cache node resource maximum allowed probability of egress.
- release_
version This property is required. int - Cache node resource release version.
- review_
feedback This property is required. str - Cache node resource review feedback text.
- review_
state This property is required. int - Cache node resource review process state as integer
- review_
state_ text This property is required. str - Cache node resource review state text.
- synch_
with_ azure_ attempts_ count This property is required. int - Cache node resource attempts to sync with Azure.
- worker_
connections This property is required. int - Cache node resource Mcc container deployment worker connection count.
- worker_
connections_ last_ updated_ date_ time This property is required. str - Cache node resource last updated Mcc container deployment worker connection count timestamp.
- x_
cid This property is required. str - Cache node resource Azure XCid.
- auto_
update_ intrequested_ day - Customer requested day of week for mcc install of auto update cycle
- auto_
update_ strrequested_ time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto_
update_ intrequested_ week - Customer requested week of month for mcc install of auto update cycle
- auto_
update_ strring_ type - Auto Update Ring Type which is slow or fast etc.
- cache_
node_ strid - Cache node resource identifier of the cache node
- cache_
node_ strname - Cache node resource name.
- cidr_
csv Sequence[str] - Cache node resource comma separated values of Cidrs.
- cidr_
selection_ inttype - 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_ strdomain_ name - FQDN(fully qualified domain name) value of the mcc cache node
- fully_
qualified_ strresource_ id - 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_ boolmanaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max_
allowable_ integress_ in_ mbps - Cache node resource maximum allowed egress in Mbps.
- should_
migrate bool - Cache node resource flag for determining if customer will be migrated.
- address
Space This property is required. Number - Cache node resource total addressable space defined by the Cidr Csv block.
- bgp
Address Space This property is required. Number - Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
- bgp
Cidr Blocks Count This property is required. Number - Cache node resource Bgp block count.
- bgp
Cidr Csv Last Update Time This property is required. String - Cache node resource last Bgp Cidr Csv update timestamp
- bgp
File Bytes Truncated This property is required. Number - Cache node resource bytes truncated from Bgp output file.
- bgp
Last Reported Time This property is required. String - Cache node resource last Bgp report timestamp.
- bgp
Number Of Records This property is required. Number - Cache node resource Bgp record count.
- bgp
Number Of Times Updated This property is required. Number - Cache node resource Bgp update count.
- bgp
Review Feedback This property is required. String - Cache node resource Bgp review feedback text.
- bgp
Review State This property is required. String - Cache node resource Bgp review state string text.
- bgp
Review State Text This property is required. String - Cache node resource Bgp review state string text in detail.
- category
This property is required. String - Cache node resource category.
- cidr
Csv Last Update Time This property is required. String - Cache node resource last Cidr Csv update timestamp
- client
Tenant Id This property is required. String - Cache node resource customer resource client tenant Id of subscription.
- configuration
State This property is required. String - Cache node resource configuration state.
- configuration
State Text This property is required. String - Cache node resource configuration state text.
- container
Configurations This property is required. String - Cache node resource container configuration details.
- container
Resync Trigger This property is required. Number - Cache node resource Mcc container configuration details re-sync trigger.
- create
Async Operation Id This property is required. String - Cache node resource create async operation Id.
- customer
Id This property is required. String - Cache node resource customer resource GUID Id.
- delete
Async Operation Id This property is required. String - Cache node resource deletion async operation Id.
- image
Uri This property is required. String - Cache node resource Mcc Container Id Uri.
- is
Frozen This property is required. Boolean - Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
- last
Sync With Azure Timestamp This property is required. String - Cache node resource last sync timestamp.
- last
Updated Timestamp This property is required. String - Cache node resource last backend updated timestamp.
- max
Allowable Probability This property is required. Number - Cache node resource maximum allowed probability of egress.
- release
Version This property is required. Number - Cache node resource release version.
- review
Feedback This property is required. String - Cache node resource review feedback text.
- review
State This property is required. Number - Cache node resource review process state as integer
- review
State Text This property is required. String - Cache node resource review state text.
- synch
With Azure Attempts Count This property is required. Number - Cache node resource attempts to sync with Azure.
- worker
Connections This property is required. Number - Cache node resource Mcc container deployment worker connection count.
- worker
Connections Last Updated Date Time This property is required. String - Cache node resource last updated Mcc container deployment worker connection count timestamp.
- x
Cid This property is required. String - Cache node resource Azure XCid.
- auto
Update NumberRequested Day - Customer requested day of week for mcc install of auto update cycle
- auto
Update StringRequested Time - Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
- auto
Update NumberRequested Week - Customer requested week of month for mcc install of auto update cycle
- auto
Update StringRing Type - Auto Update Ring Type which is slow or fast etc.
- cache
Node StringId - Cache node resource identifier of the cache node
- cache
Node StringName - Cache node resource name.
- cidr
Csv List<String> - Cache node resource comma separated values of Cidrs.
- cidr
Selection NumberType - Cache node resource current Cidr range precedence selection type.
- customer
Asn Number - Cache node resource customer resource Asn (autonomous system number)
- customer
Index String - Cache node resource customer index as string.
- customer
Name String - Cache node resource customer resource name.
- fully
Qualified StringDomain Name - FQDN(fully qualified domain name) value of the mcc cache node
- fully
Qualified StringResource Id - Cache node resource Azure fully qualified resource Id.
- ip
Address String - Cache node resource Ip address.
- is
Enabled Boolean - Cache node resource flag for indicating if cache node is enabled.
- is
Enterprise BooleanManaged - Cache node resource flag for determining if managed by enterprise as boolean.
- max
Allowable NumberEgress In Mbps - Cache node resource maximum allowed egress in Mbps.
- should
Migrate Boolean - Cache node resource flag for determining if customer will be migrated.
CacheNodeProperty, CacheNodePropertyArgs
- Additional
Cache Pulumi.Node Properties Azure Native. Connected Cache. Inputs. Additional Cache Node Properties - Mcc cache node resource additional properties.
- Cache
Node Pulumi.Azure Native. Connected Cache. Inputs. Cache Node Entity - Mcc cache node resource (cache node entity).
- Status
Code string - Mcc response status code.
- Status
Details string - Mcc response status details for retrieving response inner details.
- Status
Text string - Mcc response status text as string for retrieving status details.
- Additional
Cache AdditionalNode Properties Cache Node Properties - Mcc cache node resource additional properties.
- Cache
Node CacheNode Entity - Mcc cache node resource (cache node entity).
- Status
Code string - Mcc response status code.
- Status
Details string - Mcc response status details for retrieving response inner details.
- Status
Text string - Mcc response status text as string for retrieving status details.
- additional
Cache AdditionalNode Properties Cache Node Properties - Mcc cache node resource additional properties.
- cache
Node CacheNode Entity - Mcc cache node resource (cache node entity).
- status
Code String - Mcc response status code.
- status
Details String - Mcc response status details for retrieving response inner details.
- status
Text String - Mcc response status text as string for retrieving status details.
- additional
Cache AdditionalNode Properties Cache Node Properties - Mcc cache node resource additional properties.
- cache
Node CacheNode Entity - Mcc cache node resource (cache node entity).
- status
Code string - Mcc response status code.
- status
Details string - Mcc response status details for retrieving response inner details.
- status
Text string - Mcc response status text as string for retrieving status details.
- additional_
cache_ Additionalnode_ properties Cache Node Properties - Mcc cache node resource additional properties.
- cache_
node CacheNode Entity - 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.
- additional
Cache Property MapNode Properties - Mcc cache node resource additional properties.
- cache
Node Property Map - Mcc cache node resource (cache node entity).
- status
Code String - Mcc response status code.
- status
Details String - Mcc response status details for retrieving response inner details.
- status
Text String - Mcc response status text as string for retrieving status details.
CacheNodePropertyResponse, CacheNodePropertyResponseArgs
- Provisioning
State This property is required. string - The provisioned state of the resource
- Status
This property is required. string - HTTP error status code.
- Additional
Cache Pulumi.Node Properties Azure Native. Connected Cache. Inputs. Additional Cache Node Properties Response - Mcc cache node resource additional properties.
- Cache
Node Pulumi.Azure Native. Connected Cache. Inputs. Cache Node Entity Response - Mcc cache node resource (cache node entity).
- Error
Pulumi.
Azure Native. Connected Cache. Inputs. Error Detail Response - Mcc response error details.
- Status
Code string - Mcc response status code.
- Status
Details string - Mcc response status details for retrieving response inner details.
- Status
Text string - Mcc response status text as string for retrieving status details.
- Provisioning
State This property is required. string - The provisioned state of the resource
- Status
This property is required. string - HTTP error status code.
- Additional
Cache AdditionalNode Properties Cache Node Properties Response - Mcc cache node resource additional properties.
- Cache
Node CacheNode Entity Response - Mcc cache node resource (cache node entity).
- Error
Error
Detail Response - Mcc response error details.
- Status
Code string - Mcc response status code.
- Status
Details string - Mcc response status details for retrieving response inner details.
- Status
Text string - Mcc response status text as string for retrieving status details.
- provisioning
State This property is required. String - The provisioned state of the resource
- status
This property is required. String - HTTP error status code.
- additional
Cache AdditionalNode Properties Cache Node Properties Response - Mcc cache node resource additional properties.
- cache
Node CacheNode Entity Response - Mcc cache node resource (cache node entity).
- error
Error
Detail Response - Mcc response error details.
- status
Code String - Mcc response status code.
- status
Details String - Mcc response status details for retrieving response inner details.
- status
Text String - Mcc response status text as string for retrieving status details.
- provisioning
State This property is required. string - The provisioned state of the resource
- status
This property is required. string - HTTP error status code.
- additional
Cache AdditionalNode Properties Cache Node Properties Response - Mcc cache node resource additional properties.
- cache
Node CacheNode Entity Response - Mcc cache node resource (cache node entity).
- error
Error
Detail Response - Mcc response error details.
- status
Code string - Mcc response status code.
- status
Details string - Mcc response status details for retrieving response inner details.
- status
Text string - Mcc response status text as string for retrieving status details.
- provisioning_
state This property is required. str - The provisioned state of the resource
- status
This property is required. str - HTTP error status code.
- additional_
cache_ Additionalnode_ properties Cache Node Properties Response - Mcc cache node resource additional properties.
- cache_
node CacheNode Entity Response - Mcc cache node resource (cache node entity).
- error
Error
Detail Response - 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.
- provisioning
State This property is required. String - The provisioned state of the resource
- status
This property is required. String - HTTP error status code.
- additional
Cache Property MapNode Properties - Mcc cache node resource additional properties.
- cache
Node Property Map - Mcc cache node resource (cache node entity).
- error Property Map
- Mcc response error details.
- status
Code String - Mcc response status code.
- status
Details String - Mcc response status details for retrieving response inner details.
- status
Text 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
- Cycle
Type Preview - Previewcustomer selection of preview update install mcc on their physical vm
- Cycle
Type Slow - Slowcustomer selection of slow update to install mcc on their physical vm
- Cycle
Type 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
- "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
ErrorDetailResponse, ErrorDetailResponseArgs
- Additional
Info This property is required. List<Pulumi.Azure Native. Connected Cache. Inputs. Error Additional Info Response> - The error additional info.
- Code
This property is required. string - The error code.
- Details
This property is required. List<Pulumi.Azure Native. Connected Cache. Inputs. Error Detail Response> - The error details.
- Message
This property is required. string - The error message.
- Target
This property is required. string - The error target.
- Additional
Info This property is required. []ErrorAdditional Info Response - The error additional info.
- Code
This property is required. string - The error code.
- Details
This property is required. []ErrorDetail Response - The error details.
- Message
This property is required. string - The error message.
- Target
This property is required. string - The error target.
- additional
Info This property is required. List<ErrorAdditional Info Response> - The error additional info.
- code
This property is required. String - The error code.
- details
This property is required. List<ErrorDetail Response> - The error details.
- message
This property is required. String - The error message.
- target
This property is required. String - The error target.
- additional
Info This property is required. ErrorAdditional Info Response[] - The error additional info.
- code
This property is required. string - The error code.
- details
This property is required. ErrorDetail Response[] - The error details.
- message
This property is required. string - The error message.
- target
This property is required. string - The error target.
- additional_
info This property is required. Sequence[ErrorAdditional Info Response] - The error additional info.
- code
This property is required. str - The error code.
- details
This property is required. Sequence[ErrorDetail Response] - The error details.
- message
This property is required. str - The error message.
- target
This property is required. str - The error target.
- additional
Info This property is required. List<Property Map> - The error additional info.
- code
This property is required. String - The error code.
- details
This property is required. List<Property Map> - The error details.
- message
This property is required. String - The error message.
- target
This property is required. 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
- Os
Type Windows - Windowscache node installs on windows operating system
- Os
Type Linux - Linuxcache node installs on Linux Operating system
- Os
Type 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
- "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
- Proxy
Required None - NoneProxy is not required in setup
- Proxy
Required 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
- "None"
- NoneProxy is not required in setup
- "Required"
- Requiredproxy is required in setup
ProxyUrlConfiguration, ProxyUrlConfigurationArgs
- Proxy
Url 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 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 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 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
- proxy
Url 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
- Proxy
Url 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 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 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 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
- proxy
Url 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
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - 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:IspCacheNodesOperation MccRPTest1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/ispCustomers/{customerResourceName}/ispCacheNodes/{cacheNodeResourceName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0