OBJECT
RubrikManagedS3CompatibleTarget
Description
Specific information for Amazon S3 compatible target created on Rubrik.
link GraphQL Schema definition
- type RubrikManagedS3CompatibleTarget implements Target {
- # Access key for authentication to the S3Compatible target.
- String! :
- # Connection status of the S3Compatible target.
- ConnectionStatusType! :
- # Host of the S3Compatible location.
- String! :
- # Sync status of S3Compatible target.
- TargetSyncStatus! :
- # Prefix of the S3Compatible target bucket.
- String! :
- # Number of buckets in the S3Compatible target.
- Int! :
- # S3-compatible target subtype.
- S3CompatibleSubType! :
- # IBM subtype specific details.
- IbmCosDetailsType :
- # IBM subtype specific details.
- String! @deprecated( reason: "Deprecated: please use ibmDetail instead." ) :
- # Immutability information of S3-compatible location.
- LocationImmutabilityType! @deprecated( reason: "Deprecated: please use immutabilitySetting instead." ) :
- # Immutability information of S3-compatible location.
- LocationImmutabilityType :
- # Flag to check if consolidation is enabled or not in this target.
- Boolean! :
- # Encryption type to be used for the S3-compatible target.
- TargetEncryptionTypeEnum! :
- # Flag to check if system proxy is being used in this target.
- Boolean! :
- # Reason why sync of this target with CDM failed.
- String! :
- # The cluster to which this target belongs.
- Cluster! :
- # The type of the target.
- TargetType! :
- # The ID of the target.
- String! :
- # The name of the target.
- String! :
- # The scope of the location of the target. Possible values are Global or Local.
- LocationScope! :
- # Specifies whether the status of the target is active. When set to false, the
- # target is either paused or not enabled.
- Boolean! :
- # Specifies whether the target is archived.
- Boolean! :
- # Archival location to which the mapping target belongs.
- TargetMappingBasic :
- # Name of the Rubrik cluster that archives to this archival location.
- String :
- # Status of the target.
- ArchivalLocationStatus! :
- # Upgrade status of the target.
- UpgradeStatus! :
- # Number of bytes stored on the target.
- Long :
- # Number of archiving tasks running on this target.
- Int :
- # Number of archiving tasks failed on this target.
- Int :
- # The retrieval method of the reader target.
- ReaderRetrievalMethod :
- # List of archival groups the archival target belongs to. In case the target has
- # no valid mappings, a null array is returned.
- TargetMappingBasic!] : [
- # Status of the target.
- ConnectionStatusType! :
- }
link Require by
This element is not required by anyone