OBJECT

FinOpsEBSVolume

EBSVolume Asset implementation

link GraphQL Schema definition

  • type FinOpsEBSVolume implements FinOpsAsset {
  • # EBS volume Account details
  • account: FinOpsAwsAccount
  • # EC2 instance names
  • awsInstanceNames: [String]
  • # The value for this field will remain null until AWS accounts are synced to Tanzu
  • # Hub
  • entityId: EntityId
  • # EBS Volume ID
  • id: ID!
  • # EBS Volume name
  • name: String
  • # EBS volume pricing info details
  • pricingInfo: FinOpsPricing
  • # Provisioned IOPS of a volume type
  • provisionedIOPS: Float
  • # Provisioned storage in GB of a volume type
  • provisionedStorageInGB: Float
  • # Provisioned throughput of a volume type
  • provisionedThroughput: Float
  • # Number of Read Operations
  • readOps: Float
  • # The current volume state
  • state: FinOpsAssetState
  • # Throughput unit of a volume type
  • throughputUnit: String
  • # AWS Volume ID
  • volumeId: ID!
  • # Name of a volume type
  • volumeType: String!
  • # Number of Write Operations
  • writeOps: Float
  • }

link Require by

This element is not required by anyone