Skip to content

Commit

Permalink
Add field for cloud provider availability zone (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsee authored Jun 22, 2022
1 parent b9692e1 commit 0d2139e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public class HostingEnvironment extends EngagementAttribute {
@JsonbProperty("ocp_cloud_provider_region")
private String ocpCloudProviderRegion;

@JsonbProperty("ocp_cloud_provider_availability_zone")
private String ocpCloudProviderAvailabilityZone;

@JsonbProperty("ocp_persistent_storage_size")
private String ocpPersistentStorageSize;

Expand Down

0 comments on commit 0d2139e

Please sign in to comment.