INPUT_OBJECT

AzureExocomputeAddConfigInputType

Description

Azure Exocompute configuration to add.

link GraphQL Schema definition

  • input AzureExocomputeAddConfigInputType {
  • # The region for which the configuration is specified.
  • region: AzureCloudAccountRegion!
  • # Subnet native ID where Exocompute cluster should be launched.
  • subnetNativeId: String!
  • # Specifies if this configuration is managed by Rubrik.
  • isRscManaged: Boolean!
  • # Native ID of the subnet where the Exocompute pods should be launched.
  • podSubnetNativeId: String
  • # The CIDR range for pods if Exocompute is launched with the CNI overlay network
  • # plugin.
  • podOverlayNetworkCidr: String
  • }