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