@@ -1001,9 +1001,9 @@ class Hub
1001
1001
# @return [Array<String>]
1002
1002
attr_accessor :route_tables
1003
1003
1004
- # The VPC networks associated with this hub's spokes. This field is read-only.
1005
- # Network Connectivity Center automatically populates it based on the set of
1006
- # spokes attached to the hub.
1004
+ # Output only. The VPC networks associated with this hub's spokes. This field is
1005
+ # read-only. Network Connectivity Center automatically populates it based on the
1006
+ # set of spokes attached to the hub.
1007
1007
# Corresponds to the JSON property `routingVpcs`
1008
1008
# @return [Array<Google::Apis::NetworkconnectivityV1::RoutingVpc>]
1009
1009
attr_accessor :routing_vpcs
@@ -1129,7 +1129,7 @@ class InternalRange
1129
1129
# @return [String]
1130
1130
attr_accessor :create_time
1131
1131
1132
- # A description of this resource.
1132
+ # Optional. A description of this resource.
1133
1133
# Corresponds to the JSON property `description`
1134
1134
# @return [String]
1135
1135
attr_accessor :description
@@ -1148,9 +1148,9 @@ class InternalRange
1148
1148
attr_accessor :immutable
1149
1149
alias_method :immutable? , :immutable
1150
1150
1151
- # The IP range that this internal range defines. NOTE: IPv6 ranges are limited
1152
- # to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this
1153
- # field is compulsory, i.e. the address range must be specified explicitly.
1151
+ # Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are
1152
+ # limited to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges
1153
+ # this field is compulsory, i.e. the address range must be specified explicitly.
1154
1154
# Corresponds to the JSON property `ipCidrRange`
1155
1155
# @return [String]
1156
1156
attr_accessor :ip_cidr_range
@@ -1165,18 +1165,19 @@ class InternalRange
1165
1165
# @return [Google::Apis::NetworkconnectivityV1::Migration]
1166
1166
attr_accessor :migration
1167
1167
1168
- # Immutable . The name of an internal range. Format: projects/`project`/locations /
1169
- # `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
1170
- # fields-representing-resource-names
1168
+ # Identifier . The name of an internal range. Format: projects/`project`/
1169
+ # locations/ `location`/internalRanges/`internal_range` See: https://google.aip.
1170
+ # dev/122# fields-representing-resource-names
1171
1171
# Corresponds to the JSON property `name`
1172
1172
# @return [String]
1173
1173
attr_accessor :name
1174
1174
1175
- # The URL or resource ID of the network in which to reserve the internal range.
1176
- # The network cannot be deleted if there are any reserved internal ranges
1177
- # referring to it. Legacy networks are not supported. For example: https://www.
1178
- # googleapis.com/compute/v1/projects/`project`/locations/global/networks/`
1179
- # network` projects/`project`/locations/global/networks/`network` `network`
1175
+ # Immutable. The URL or resource ID of the network in which to reserve the
1176
+ # internal range. The network cannot be deleted if there are any reserved
1177
+ # internal ranges referring to it. Legacy networks are not supported. For
1178
+ # example: https://www.googleapis.com/compute/v1/projects/`project`/locations/
1179
+ # global/networks/`network` projects/`project`/locations/global/networks/`
1180
+ # network` `network`
1180
1181
# Corresponds to the JSON property `network`
1181
1182
# @return [String]
1182
1183
attr_accessor :network
@@ -1187,16 +1188,16 @@ class InternalRange
1187
1188
# @return [Array<String>]
1188
1189
attr_accessor :overlaps
1189
1190
1190
- # The type of peering set for this internal range.
1191
+ # Optional. The type of peering set for this internal range.
1191
1192
# Corresponds to the JSON property `peering`
1192
1193
# @return [String]
1193
1194
attr_accessor :peering
1194
1195
1195
- # An alternate to ip_cidr_range. Can be set when trying to create an IPv4
1196
- # reservation that automatically finds a free range of the given size. If both
1197
- # ip_cidr_range and prefix_length are set, there is an error if the range sizes
1198
- # do not match. Can also be used during updates to change the range size. NOTE:
1199
- # For IPv6 this field only works if ip_cidr_range is set as well, and both
1196
+ # Optional. An alternate to ip_cidr_range. Can be set when trying to create an
1197
+ # IPv4 reservation that automatically finds a free range of the given size. If
1198
+ # both ip_cidr_range and prefix_length are set, there is an error if the range
1199
+ # sizes do not match. Can also be used during updates to change the range size.
1200
+ # NOTE: For IPv6 this field only works if ip_cidr_range is set as well, and both
1200
1201
# fields must match. In other words, with IPv6 this field only works as a
1201
1202
# redundant parameter.
1202
1203
# Corresponds to the JSON property `prefixLength`
@@ -1216,7 +1217,7 @@ class InternalRange
1216
1217
# @return [String]
1217
1218
attr_accessor :update_time
1218
1219
1219
- # The type of usage set for this InternalRange.
1220
+ # Optional. The type of usage set for this InternalRange.
1220
1221
# Corresponds to the JSON property `usage`
1221
1222
# @return [String]
1222
1223
attr_accessor :usage
@@ -1341,8 +1342,8 @@ class LinkedProducerVpcNetwork
1341
1342
# @return [Array<String>]
1342
1343
attr_accessor :proposed_exclude_export_ranges
1343
1344
1344
- # Optional . The proposed include export IP ranges waiting for hub administration'
1345
- # s approval.
1345
+ # Output only . The proposed include export IP ranges waiting for hub
1346
+ # administration' s approval.
1346
1347
# Corresponds to the JSON property `proposedIncludeExportRanges`
1347
1348
# @return [Array<String>]
1348
1349
attr_accessor :proposed_include_export_ranges
@@ -1447,8 +1448,8 @@ class LinkedVpcNetwork
1447
1448
# @return [Array<String>]
1448
1449
attr_accessor :proposed_exclude_export_ranges
1449
1450
1450
- # Optional . The proposed include export IP ranges waiting for hub administration'
1451
- # s approval.
1451
+ # Output only . The proposed include export IP ranges waiting for hub
1452
+ # administration' s approval.
1452
1453
# Corresponds to the JSON property `proposedIncludeExportRanges`
1453
1454
# @return [Array<String>]
1454
1455
attr_accessor :proposed_include_export_ranges
0 commit comments