OBJECT

AzureSqlManagedInstanceServer

Description

Retrieves an Azure SQL Managed Instance Server. Refers to the server the Azure SQL Managed Instance Database is a part of.

link GraphQL Schema definition

  • type AzureSqlManagedInstanceServer implements PolarisHierarchyObject, HierarchyObject {
  • # Name of the Azure SQL Managed Instance Server.
  • serverName: String!
  • # List of tags associated with the Azure SQL Managed Instance Server.
  • tags: [AzureTag!]!
  • # Count of the vCores in the Azure SQL Managed Instance Server.
  • vCoresCount: Int!
  • # Type of backup storage redundancy. Examples: LRS, ZRS, GRS.
  • backupStorageRedundancy: AzureSqlBackupStorageRedundancyType!
  • # Storage size of the Azure SQL Managed Instance Server, in GiB.
  • storageSizeGib: Long!
  • # Name of the Instance Pool the Azure SQL Managed Instance Server belongs to.
  • instancePoolName: String!
  • # Service Tier associated with the Azure SQL Managed Instance Server.
  • serviceTier: String!
  • # Azure region where the Azure SQL Managed Instance Server is located.
  • region: AzureNativeRegion!
  • # Name of the Virtual Network associated with the Azure SQL Managed Instance
  • # Server.
  • vnetName: String!
  • # Name of the subnet associated with the Azure SQL Managed Instance Server.
  • subnetName: String!
  • # The object from where the setup for performing backups of Azure SQL Managed
  • # Instance Databases is inherited.
  • backupSetupSourceObject: PathNode
  • # The authorized operations on the object.
  • authorizedOperations: [PolarisSnappableAuthorizedOperationsEnum!]!
  • # Resource Group of the Azure SQL Managed Instance Server.
  • azureNativeResourceGroup: AzureNativeResourceGroup!
  • # SLA Domain assignment which is pending on the Rubrik Security Cloud native
  • # objects.
  • rscNativeObjectPendingSla: CompactSlaDomain
  • # FID of the hierarchy object.
  • id: UUID!
  • # Name of the hierarchy object.
  • name: String!
  • # Type of this object.
  • objectType: HierarchyObjectTypeEnum!
  • # SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # Effective SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • # Pause status of the effective SLA Domain of the hierarchy object.
  • slaPauseStatus: Boolean!
  • # Distribution of the snapshots of the hierarchy object.
  • snapshotDistribution: SnapshotDistribution!
  • # Effective retention of the SLA Domain of the hierarchy object.
  • effectiveRetentionSlaDomain: SlaDomain
  • # SLA Domain configured for the hierarchy object.
  • configuredSlaDomain: SlaDomain!
  • # Path node of the effective SLA Domain source.
  • effectiveSlaSourceObject: PathNode
  • # Sequential list of this object's logical ancestors.
  • logicalPath: [PathNode!]!
  • # Sequential list of this object's physical ancestors.
  • physicalPath: [PathNode!]!
  • # Number of descendant workloads of this object.
  • numWorkloadDescendants: Int!
  • # Organizations to which this hierarchy object belongs.
  • allOrgs: [Org!]!
  • # Security posture metadata.
  • securityMetadata: SecurityMetadata
  • }