OBJECT
FinOpsEBSVolume
EBSVolume Asset implementation
link GraphQL Schema definition
- type FinOpsEBSVolume implements FinOpsAsset {
- # EBS volume Account details
- FinOpsAwsAccount :
- # EC2 instance names
- String] : [
- # The value for this field will remain null until AWS accounts are synced to Tanzu
- # Hub
- EntityId :
- # EBS Volume ID
- ID! :
- # EBS Volume name
- String :
- # EBS volume pricing info details
- FinOpsPricing :
- # Provisioned IOPS of a volume type
- Float :
- # Provisioned storage in GB of a volume type
- Float :
- # Provisioned throughput of a volume type
- Float :
- # Number of Read Operations
- Float :
- # The current volume state
- FinOpsAssetState :
- # Throughput unit of a volume type
- String :
- # AWS Volume ID
- ID! :
- # Name of a volume type
- String! :
- # Number of Write Operations
- Float :
- }
link Require by
This element is not required by anyone