File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def create(
6161 :type subnets: List[Dict[str, Any]]
6262 :param ipv6: The IPv6 address ranges for this VPC.
6363 :type ipv6: List[Union[VPCIPv6RangeOptions, Dict[str, Any]]]
64- :param ipv4: The IPv4 address ranges for this VPC.
64+ :param ipv4: The IPv4 address ranges for this VPC. Note that IPv4 VPCs may not currently be available to all users.
6565 :type ipv4: List[Union[VPCIPv4RangeOptions, Dict[str, Any]]]
6666
6767 :returns: The new VPC object.
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ class VPC(Base):
138138 "label" : Property (mutable = True ),
139139 "description" : Property (mutable = True ),
140140 "region" : Property (slug_relationship = Region ),
141+ # Note that IPv4 VPCs may not currently be available to all users.
141142 "ipv4" : Property (
142143 json_object = VPCIPv4Range , mutable = True , unordered = True
143144 ),
You can’t perform that action at this time.
0 commit comments