Skip to content

Commit 28289e9

Browse files
Add LA notices
1 parent 5df765b commit 28289e9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

linode_api4/groups/vpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

linode_api4/objects/vpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)