@@ -107,12 +107,12 @@ PARTNER type this will Pre-Activate the interconnect attachment`,
107107 Type : schema .TypeString ,
108108 Computed : true ,
109109 Optional : true ,
110- ValidateFunc : verify .ValidateEnum ([]string {"BPS_50M" , "BPS_100M" , "BPS_200M" , "BPS_300M" , "BPS_400M" , "BPS_500M" , "BPS_1G" , "BPS_2G" , "BPS_5G" , "BPS_10G" , "BPS_20G" , "BPS_50G" , "" }),
110+ ValidateFunc : verify .ValidateEnum ([]string {"BPS_50M" , "BPS_100M" , "BPS_200M" , "BPS_300M" , "BPS_400M" , "BPS_500M" , "BPS_1G" , "BPS_2G" , "BPS_5G" , "BPS_10G" , "BPS_20G" , "BPS_50G" , "BPS_100G" , " " }),
111111 Description : `Provisioned bandwidth capacity for the interconnect attachment.
112112For attachments of type DEDICATED, the user can set the bandwidth.
113113For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
114114Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
115- Defaults to BPS_10G Possible values: ["BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G"]` ,
115+ Defaults to BPS_10G Possible values: ["BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G", "BPS_100G" ]` ,
116116 },
117117 "candidate_subnets" : {
118118 Type : schema .TypeList ,
0 commit comments