Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::ListTlsInspectionPoliciesResponse.
Response returned by the ListTlsInspectionPolicies method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.
Returns
- (::String) — If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.
#tls_inspection_policies
def tls_inspection_policies() -> ::Array<::Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy>
Returns
- (::Array<::Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy>) — List of TlsInspectionPolicies resources.
#tls_inspection_policies=
def tls_inspection_policies=(value) -> ::Array<::Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy>
Parameter
- value (::Array<::Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy>) — List of TlsInspectionPolicies resources.
Returns
- (::Array<::Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy>) — List of TlsInspectionPolicies resources.
#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.