@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageHostHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGENT_HOST_COUNT |
static String |
JSON_PROPERTY_ALIBABA_HOST_COUNT |
static String |
JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_COUNT |
static String |
JSON_PROPERTY_APM_HOST_COUNT |
static String |
JSON_PROPERTY_AWS_HOST_COUNT |
static String |
JSON_PROPERTY_AZURE_HOST_COUNT |
static String |
JSON_PROPERTY_CONTAINER_COUNT |
static String |
JSON_PROPERTY_GCP_HOST_COUNT |
static String |
JSON_PROPERTY_HEROKU_HOST_COUNT |
static String |
JSON_PROPERTY_HOST_COUNT |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_INFRA_AZURE_APP_SERVICE |
static String |
JSON_PROPERTY_OPENTELEMETRY_APM_HOST_COUNT |
static String |
JSON_PROPERTY_OPENTELEMETRY_HOST_COUNT |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_VSPHERE_HOST_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageHostHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageHostHour |
agentHostCount(Long agentHostCount) |
UsageHostHour |
alibabaHostCount(Long alibabaHostCount) |
UsageHostHour |
apmAzureAppServiceHostCount(Long apmAzureAppServiceHostCount) |
UsageHostHour |
apmHostCount(Long apmHostCount) |
UsageHostHour |
awsHostCount(Long awsHostCount) |
UsageHostHour |
azureHostCount(Long azureHostCount) |
UsageHostHour |
containerCount(Long containerCount) |
boolean |
equals(Object o)
Return true if this UsageHostHour object is equal to o.
|
UsageHostHour |
gcpHostCount(Long gcpHostCount) |
Long |
getAgentHostCount()
Contains the total number of infrastructure hosts reporting during a given hour that were
running the Datadog Agent.
|
Long |
getAlibabaHostCount()
Contains the total number of hosts that reported through Alibaba integration (and were NOT
running the Datadog Agent).
|
Long |
getApmAzureAppServiceHostCount()
Contains the total number of Azure App Services hosts using APM.
|
Long |
getApmHostCount()
Shows the total number of hosts using APM during the hour, these are counted as billable
(except during trial periods).
|
Long |
getAwsHostCount()
Contains the total number of hosts that reported through the AWS integration (and were NOT
running the Datadog Agent).
|
Long |
getAzureHostCount()
Contains the total number of hosts that reported through Azure integration (and were NOT
running the Datadog Agent).
|
Long |
getContainerCount()
Shows the total number of containers reported by the Docker integration during the hour.
|
Long |
getGcpHostCount()
Contains the total number of hosts that reported through the Google Cloud integration (and were
NOT running the Datadog Agent).
|
Long |
getHerokuHostCount()
Contains the total number of Heroku dynos reported by the Datadog Agent.
|
Long |
getHostCount()
Contains the total number of billable infrastructure hosts reporting during a given hour.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
Long |
getInfraAzureAppService()
Contains the total number of hosts that reported through the Azure App Services integration
(and were NOT running the Datadog Agent).
|
Long |
getOpentelemetryApmHostCount()
Contains the total number of hosts using APM reported by Datadog exporter for the OpenTelemetry
Collector.
|
Long |
getOpentelemetryHostCount()
Contains the total number of hosts reported by Datadog exporter for the OpenTelemetry
Collector.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
Long |
getVsphereHostCount()
Contains the total number of hosts that reported through vSphere integration (and were NOT
running the Datadog Agent).
|
int |
hashCode() |
UsageHostHour |
herokuHostCount(Long herokuHostCount) |
UsageHostHour |
hostCount(Long hostCount) |
UsageHostHour |
hour(OffsetDateTime hour) |
UsageHostHour |
infraAzureAppService(Long infraAzureAppService) |
UsageHostHour |
opentelemetryApmHostCount(Long opentelemetryApmHostCount) |
UsageHostHour |
opentelemetryHostCount(Long opentelemetryHostCount) |
UsageHostHour |
orgName(String orgName) |
UsageHostHour |
publicId(String publicId) |
void |
setAgentHostCount(Long agentHostCount) |
void |
setAlibabaHostCount(Long alibabaHostCount) |
void |
setApmAzureAppServiceHostCount(Long apmAzureAppServiceHostCount) |
void |
setApmHostCount(Long apmHostCount) |
void |
setAwsHostCount(Long awsHostCount) |
void |
setAzureHostCount(Long azureHostCount) |
void |
setContainerCount(Long containerCount) |
void |
setGcpHostCount(Long gcpHostCount) |
void |
setHerokuHostCount(Long herokuHostCount) |
void |
setHostCount(Long hostCount) |
void |
setHour(OffsetDateTime hour) |
void |
setInfraAzureAppService(Long infraAzureAppService) |
void |
setOpentelemetryApmHostCount(Long opentelemetryApmHostCount) |
void |
setOpentelemetryHostCount(Long opentelemetryHostCount) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setVsphereHostCount(Long vsphereHostCount) |
String |
toString() |
UsageHostHour |
vsphereHostCount(Long vsphereHostCount) |
public boolean unparsed
public static final String JSON_PROPERTY_AGENT_HOST_COUNT
public static final String JSON_PROPERTY_ALIBABA_HOST_COUNT
public static final String JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_COUNT
public static final String JSON_PROPERTY_APM_HOST_COUNT
public static final String JSON_PROPERTY_AWS_HOST_COUNT
public static final String JSON_PROPERTY_AZURE_HOST_COUNT
public static final String JSON_PROPERTY_CONTAINER_COUNT
public static final String JSON_PROPERTY_GCP_HOST_COUNT
public static final String JSON_PROPERTY_HEROKU_HOST_COUNT
public static final String JSON_PROPERTY_HOST_COUNT
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_INFRA_AZURE_APP_SERVICE
public static final String JSON_PROPERTY_OPENTELEMETRY_APM_HOST_COUNT
public static final String JSON_PROPERTY_OPENTELEMETRY_HOST_COUNT
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_VSPHERE_HOST_COUNT
public UsageHostHour agentHostCount(Long agentHostCount)
@Nullable public Long getAgentHostCount()
public void setAgentHostCount(Long agentHostCount)
public UsageHostHour alibabaHostCount(Long alibabaHostCount)
@Nullable public Long getAlibabaHostCount()
public void setAlibabaHostCount(Long alibabaHostCount)
public UsageHostHour apmAzureAppServiceHostCount(Long apmAzureAppServiceHostCount)
@Nullable public Long getApmAzureAppServiceHostCount()
public void setApmAzureAppServiceHostCount(Long apmAzureAppServiceHostCount)
public UsageHostHour apmHostCount(Long apmHostCount)
@Nullable public Long getApmHostCount()
public void setApmHostCount(Long apmHostCount)
public UsageHostHour awsHostCount(Long awsHostCount)
@Nullable public Long getAwsHostCount()
public void setAwsHostCount(Long awsHostCount)
public UsageHostHour azureHostCount(Long azureHostCount)
@Nullable public Long getAzureHostCount()
public void setAzureHostCount(Long azureHostCount)
public UsageHostHour containerCount(Long containerCount)
@Nullable public Long getContainerCount()
public void setContainerCount(Long containerCount)
public UsageHostHour gcpHostCount(Long gcpHostCount)
@Nullable public Long getGcpHostCount()
public void setGcpHostCount(Long gcpHostCount)
public UsageHostHour herokuHostCount(Long herokuHostCount)
@Nullable public Long getHerokuHostCount()
public void setHerokuHostCount(Long herokuHostCount)
public UsageHostHour hostCount(Long hostCount)
@Nullable public Long getHostCount()
agent_host_count, aws_host_count, and
gcp_host_count.public void setHostCount(Long hostCount)
public UsageHostHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageHostHour infraAzureAppService(Long infraAzureAppService)
@Nullable public Long getInfraAzureAppService()
public void setInfraAzureAppService(Long infraAzureAppService)
public UsageHostHour opentelemetryApmHostCount(Long opentelemetryApmHostCount)
@Nullable public Long getOpentelemetryApmHostCount()
public void setOpentelemetryApmHostCount(Long opentelemetryApmHostCount)
public UsageHostHour opentelemetryHostCount(Long opentelemetryHostCount)
@Nullable public Long getOpentelemetryHostCount()
public void setOpentelemetryHostCount(Long opentelemetryHostCount)
public UsageHostHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageHostHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageHostHour vsphereHostCount(Long vsphereHostCount)
@Nullable public Long getVsphereHostCount()
public void setVsphereHostCount(Long vsphereHostCount)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.