| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerAttributes |
ContainerAttributes.addImageTagsItem(String imageTagsItem) |
ContainerAttributes |
ContainerAttributes.addTagsItem(String tagsItem) |
ContainerAttributes |
ContainerAttributes.containerId(String containerId) |
ContainerAttributes |
ContainerAttributes.createdAt(String createdAt) |
ContainerAttributes |
Container.getAttributes()
Attributes for a container.
|
ContainerAttributes |
ContainerAttributes.host(String host) |
ContainerAttributes |
ContainerAttributes.imageDigest(String imageDigest) |
ContainerAttributes |
ContainerAttributes.imageName(String imageName) |
ContainerAttributes |
ContainerAttributes.imageTags(List<String> imageTags) |
ContainerAttributes |
ContainerAttributes.name(String name) |
ContainerAttributes |
ContainerAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ContainerAttributes |
ContainerAttributes.startedAt(String startedAt) |
ContainerAttributes |
ContainerAttributes.state(String state) |
ContainerAttributes |
ContainerAttributes.tags(List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.attributes(ContainerAttributes attributes) |
void |
Container.setAttributes(ContainerAttributes attributes) |
Copyright © 2024. All rights reserved.