byoipApiVersion property

String? byoipApiVersion
getter/setter pair

The version of BYOIP API.

Output only. Possible string values are:

  • "V1" : This public advertised prefix can be used to create both regional and global public delegated prefixes. It usually takes 4 weeks to create or delete a public delegated prefix. The BGP status cannot be changed.
  • "V2" : This public advertised prefix can only be used to create regional public delegated prefixes. Public delegated prefix creation and deletion takes minutes and the BGP status can be modified.

Implementation

core.String? byoipApiVersion;