Skip to content

Commit 0d2139e

Browse files
authored
Add field for cloud provider availability zone (#186)
1 parent b9692e1 commit 0d2139e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/redhat/labs/lodestar/model/HostingEnvironment.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ public class HostingEnvironment extends EngagementAttribute {
3131
@JsonbProperty("ocp_cloud_provider_region")
3232
private String ocpCloudProviderRegion;
3333

34+
@JsonbProperty("ocp_cloud_provider_availability_zone")
35+
private String ocpCloudProviderAvailabilityZone;
36+
3437
@JsonbProperty("ocp_persistent_storage_size")
3538
private String ocpPersistentStorageSize;
3639

0 commit comments

Comments
 (0)