Skip to content

Commit

Permalink
OCM-1759 | feat: add CIDR block to /vpcs output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McKay committed Sep 6, 2023
1 parent 56a96c2 commit 1db0726
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion model/clusters_mgmt/v1/aws_subnetwork_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ struct Subnetwork {

// Whether it is a public subnet
Public Boolean

// The availability zone to which the subnet is related
AvailabilityZone String

// CIDR Block
CIDRBlock String
}
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/vpc_inquiry_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ struct CloudVPC {

// List of subnetworks
AWSSubnets []Subnetwork

// CIDR Block
CIDRBlock String
}

0 comments on commit 1db0726

Please sign in to comment.