OBJECT

VsphereVm

link GraphQL Schema definition

  • type VsphereVm implements CdmHierarchyObject, CdmHierarchySnappableNew, HierarchyObject, HierarchySnappable, VsphereComputeClusterDescendantType, VsphereContentLibraryDescendantType, VsphereContentLibraryLibraryChildType, VsphereDatacenterDescendantType, VsphereDatacenterFolderDescendantType, VsphereFolderLogicalChildType, VsphereFolderDescendantType, VsphereHostPhysicalChildType, VsphereHostDescendantType, VsphereVcenterDescendantType, VsphereTagTagChildType, VsphereTagDescendantType, VsphereTagCategoryDescendantType, VcdDescendantType, VcdLogicalChildType, VcdOrgDescendantType, VcdOrgLogicalChildType, VcdOrgVdcDescendantType, VcdOrgVdcLogicalChildType, VcdVappDescendantType, VcdVappLogicalChildType, VcdTopLevelDescendantType {
  • # Rubrik Backup Service (RBS) agent status on this virtual machine.
  • agentStatus: AgentStatus
  • # Organizations to which this hierarchy object belongs.
  • allOrgs: [Org!]!
  • # Whether array integration for this virtual machine is enabled.
  • arrayIntegrationEnabled: Boolean!
  • # The authorized operations on the object.
  • authorizedOperations: [Operation!]!
  • # ID of the recovery plan when the virtual machine is a child of the recovery
  • # plan.
  • blueprintId: String
  • # Name of the Recovery Plan when the virtual machine is a child of the Recovery
  • # Plan.
  • blueprintName: String
  • cdmId: String!
  • # A link to view the workload on the CDM cluster. For dev use only.
  • cdmLink: String!
  • # Rubrik cluster where this object originated.
  • cluster: Cluster!
  • # SLA Domain configured for the hierarchy object.
  • configuredSlaDomain: SlaDomain!
  • # Cross-account objects either replicated by this object or related to this object
  • # by replication.
  • crossAccountReplicatedObjectInfos: [CrossAccountReplicatedObjectInfo!]
  • # List of duplicated virtual machines.
  • duplicatedVms: [DuplicatedVm!]!
  • # Effective retention of the SLA Domain of the hierarchy object.
  • effectiveRetentionSlaDomain: SlaDomain
  • # Effective SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • # Path node of the effective SLA Domain source.
  • effectiveSlaSourceObject: PathNode
  • # Guest OS credentials authorization status.
  • guestCredentialAuthorizationStatus: GuestCredentialAuthorizationStatus!
  • # ID of guest credential assigned to the virtual machine.
  • guestCredentialId: String!
  • guestOsName: String!
  • # The Guest OS type of this virtual machine.
  • guestOsType: GuestOsType!
  • # Object ID.
  • id: UUID!
  • # Specifies whether the virtual machine is active or not.
  • isActive: Boolean!
  • # If Virtual Machine integration with storage array is possible.
  • isArrayIntegrationPossible: Boolean!
  • # Specifies whether the virtual machine is a child of a disaster recovery or local
  • # recovery Plan.
  • isBlueprintChild: Boolean!
  • isRelic: Boolean!
  • # Latest user note information.
  • latestUserNote: LatestUserNote
  • # Sequential list of the logical ancestors of this object.
  • logicalPath: [PathNode!]!
  • # The list of missed snapshots for this workload.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # filter: Filter missed snapshots by date.
  • missedSnapshotConnection(
  • first: Int,
  • after: String,
  • filter: MissedSnapshotFilterInput
  • ): MissedSnapshotCommonConnection
  • # The list of missed snapshots for this workload.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # last: Returns the last n elements from the list.
  • # before: Returns the elements in the list that occur before the
  • # specified cursor.
  • # filter: Filter missed snapshots by date.
  • # groupBy: Group snapshots by field.
  • # timezoneOffset: Offset based on the customer timezone.
  • # timezone: Time zone identifier string. For example,
  • # 'America/Los_Angeles' is used for the U.S. Pacific Time zone.
  • missedSnapshotGroupByConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • filter: MissedSnapshotFilterInput,
  • groupBy: MissedSnapshotGroupByTime!,
  • timezoneOffset: Float,
  • timezone: Timezone
  • ): MissedSnapshotGroupByConnection
  • # Name of the hierarchy object.
  • name: String!
  • # The newest snapshot archived to AWS.
  • newestArchivedSnapshot: CdmSnapshot
  • # The most recent indexed snapshot of this workload.
  • newestIndexedSnapshot: CdmSnapshot
  • # The newest snapshot replicated to a cluster.
  • newestReplicatedSnapshot: CdmSnapshot
  • # The most recent snapshot of this workload.
  • #
  • # Arguments
  • # beforeTime: Specifies the time at which or before the snapshot
  • # was taken.
  • newestSnapshot(beforeTime: DateTime): CdmSnapshot
  • # Number of descendant workloads of this object.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # last: Returns the last n elements from the list.
  • # before: Returns the elements in the list that occur before the
  • # specified cursor.
  • # objectTypes: Types of objects to limit the results. If absent,
  • # all object types are returned.
  • numWorkloadDescendants(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • objectTypes: [ManagedObjectType!]
  • ): Int!
  • # Type of this object.
  • objectType: HierarchyObjectTypeEnum!
  • # The oldest snapshot of this workload.
  • oldestSnapshot: CdmSnapshot
  • # The number of on-demand snapshots.
  • onDemandSnapshotCount: Int!
  • # Parent ID of this workload.
  • parentWorkloadIdOpt: UUID
  • # Parent workload type of this workload.
  • parentWorkloadTypeOpt: String
  • # Mapping from object ID to pending object deletion status.
  • pendingObjectDeletionStatus: PendingSnapshotsOfObjectDeletion
  • # SLA Domain assignment of the object during the process of being communicated
  • # over to Rubrik CDM.
  • pendingSla: SlaDomain
  • # Sequential list of the physical ancestors of this object.
  • physicalPath: [PathNode!]!
  • # Post-backup script.
  • postBackupScript: PrePostScript
  • # Post-snap script.
  • postSnapScript: PrePostScript
  • powerStatus: VmPowerStatus
  • # Pre-backup script.
  • preBackupScript: PrePostScript
  • # The source cluster of this object. Returned as a data location because there is
  • # no guarantee that Rubrik has knowledge about the source cluster.
  • primaryClusterLocation: DataLocation!
  • # Date at which the SLA Domain was assigned or inherited.
  • protectionDate: DateTime
  • # The number of objects either replicated by this object or related to this object
  • # by replication.
  • replicatedObjectCount: Int!
  • # Objects either replicated by this object or related to this object by
  • # replication.
  • replicatedObjects: [CdmHierarchyObject!]!
  • # Contains statistics for the protected objects, for example, capacity.
  • reportWorkload: Snappable
  • # Resource specification for a virtual machine.
  • resourceSpec: VmwareVmResourceSpec
  • # Security posture metadata.
  • securityMetadata: SecurityMetadata
  • # SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # Pause status of the effective SLA Domain of the hierarchy object.
  • slaPauseStatus: Boolean!
  • # The list of snapshots taken for this workload.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # last: Returns the last n elements from the list.
  • # before: Returns the elements in the list that occur before the
  • # specified cursor.
  • # filter: Filter snapshot connection.
  • # sortBy: Sorts snapshots by field.
  • # sortOrder: Sorts the order of results.
  • snapshotConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • filter: CdmSnapshotFilterInput,
  • sortBy: CdmSnapshotSortByEnum,
  • sortOrder: SortOrder
  • ): CdmSnapshotConnection
  • # Snapshot consistency mandate.
  • snapshotConsistencyMandate: ConsistencyLevelEnum!
  • # Fid of the object from where the snapshot consistency mandate is inherited.
  • snapshotConsistencySource: String
  • # Distribution of the snapshots of the hierarchy object.
  • snapshotDistribution: SnapshotDistribution!
  • # GroupBy connection for the snapshots of this workload.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # last: Returns the last n elements from the list.
  • # before: Returns the elements in the list that occur before the
  • # specified cursor.
  • # timezoneOffset: Offset based on the customer timezone.
  • # filter: Filter snapshot connection.
  • # groupBy: Groups snapshots by field.
  • # timezone: Time zone identifier string. For example,
  • # 'America/Los_Angeles' is used for the U.S. Pacific Time zone.
  • snapshotGroupByConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • timezoneOffset: Float,
  • filter: CdmSnapshotFilterInput,
  • groupBy: CdmSnapshotGroupByEnum!,
  • timezone: Timezone
  • ): CdmSnapshotGroupByConnection
  • # GroupBy connection for the snapshots of this workload.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # last: Returns the last n elements from the list.
  • # before: Returns the elements in the list that occur before the
  • # specified cursor.
  • # timezoneOffset: Offset based on the customer timezone.
  • # timezone: Time zone identifier string. For example,
  • # 'America/Los_Angeles' is used for the U.S. Pacific Time zone.
  • # filter: Filter snapshot connection.
  • # groupBy: Groups snapshots by field.
  • snapshotGroupBySummary(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • timezoneOffset: Float,
  • timezone: Timezone,
  • filter: CdmSnapshotFilterInput,
  • groupBy: CdmSnapshotGroupByEnum!
  • ): CdmSnapshotGroupBySummaryConnection
  • # VMware virtual machine template type.
  • templateType: VmwareTemplateType!
  • # List of Live Mounts for this virtual machine.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # filter: Filter for virtual machine Live Mounts.
  • # sortBy: Sort virtual machine Live Mounts.
  • # sortOrder: Sorts the order of results.
  • vSphereLiveMounts(
  • first: Int,
  • after: String,
  • filter: [VsphereLiveMountFilterInput!],
  • sortBy: VsphereLiveMountSortBy,
  • sortOrder: SortOrder
  • ): VsphereLiveMountConnection!
  • # List of Live Mounts for this virtual machine.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # filter: Filter for virtual machine Live Mounts.
  • # sortBy:
  • # sortOrder: Sorts the order of results.
  • vSphereMounts(
  • first: Int,
  • after: String,
  • filter: VSphereMountFilter,
  • sortBy: VsphereMountSortBy,
  • sortOrder: SortOrder
  • ): VsphereMountConnection!
  • vmwareToolsInstalled: Boolean!
  • vsphereTagPath: [PathNode!]!
  • # List of virtual disks for this virtual machine.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that occur after the
  • # specified cursor.
  • # filter: Filter for virtual machine virtual disks.
  • # sortBy: Sort virtual disks by field.
  • # sortOrder: Sorts the order of results.
  • vsphereVirtualDisks(
  • first: Int,
  • after: String,
  • filter: VsphereVirtualDiskFilter,
  • sortBy: VsphereVirtualDiskSortBy,
  • sortOrder: SortOrder
  • ): VsphereVirtualDiskConnection!
  • }