Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsResponse.
Message for response to listing LbTrafficExtension
resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lb_traffic_extensions
def lb_traffic_extensions() -> ::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>
Returns
-
(::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>) — The list of
LbTrafficExtension
resources.
#lb_traffic_extensions=
def lb_traffic_extensions=(value) -> ::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>
Parameter
-
value (::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>) — The list of
LbTrafficExtension
resources.
Returns
-
(::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>) — The list of
LbTrafficExtension
resources.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results that the server returns.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results that the server returns.
Returns
- (::String) — A token identifying a page of results that the server returns.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.