| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerImageFlavor |
ContainerImageFlavor.builtAt(String builtAt) |
ContainerImageFlavor |
ContainerImageFlavor.osArchitecture(String osArchitecture) |
ContainerImageFlavor |
ContainerImageFlavor.osName(String osName) |
ContainerImageFlavor |
ContainerImageFlavor.osVersion(String osVersion) |
ContainerImageFlavor |
ContainerImageFlavor.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ContainerImageFlavor |
ContainerImageFlavor.size(Long size) |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerImageFlavor> |
ContainerImageAttributes.getImageFlavors()
List of platform-specific images associated with the image record.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerImageAttributes |
ContainerImageAttributes.addImageFlavorsItem(ContainerImageFlavor imageFlavorsItem) |
| Modifier and Type | Method and Description |
|---|---|
ContainerImageAttributes |
ContainerImageAttributes.imageFlavors(List<ContainerImageFlavor> imageFlavors) |
void |
ContainerImageAttributes.setImageFlavors(List<ContainerImageFlavor> imageFlavors) |
Copyright © 2024. All rights reserved.