INPUT_OBJECT
AzureExocomputeAddConfigInputType
Description
Azure Exocompute configuration to add.
link GraphQL Schema definition
- input AzureExocomputeAddConfigInputType {
- # Specifies if this configuration is managed by Rubrik.
- : Boolean!
- # Optional configurations for aks cluster.
- : AzureExocomputeOptionalConfigInRegionInput
- # The CIDR range for pods if Exocompute is launched with the CNI overlay network
- # plugin.
- : String
- # Native ID of the subnet where the Exocompute pods should be launched.
- : String
- # The region for which the configuration is specified.
- : AzureCloudAccountRegion!
- # Subnet native ID where Exocompute cluster should be launched.
- : String
- }