We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9692e1 commit 0d2139eCopy full SHA for 0d2139e
src/main/java/com/redhat/labs/lodestar/model/HostingEnvironment.java
@@ -31,6 +31,9 @@ public class HostingEnvironment extends EngagementAttribute {
31
@JsonbProperty("ocp_cloud_provider_region")
32
private String ocpCloudProviderRegion;
33
34
+ @JsonbProperty("ocp_cloud_provider_availability_zone")
35
+ private String ocpCloudProviderAvailabilityZone;
36
+
37
@JsonbProperty("ocp_persistent_storage_size")
38
private String ocpPersistentStorageSize;
39
0 commit comments