Class Google::Cloud::Compute::V1::TestFailure (v1.0.0)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actual_output_url

def actual_output_url() -> ::String
Returns
  • (::String) — The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters.

#actual_output_url=

def actual_output_url=(value) -> ::String
Parameter
  • value (::String) — The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters.
Returns
  • (::String) — The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters.

#actual_redirect_response_code

def actual_redirect_response_code() -> ::Integer
Returns
  • (::Integer) — Actual HTTP status code for rule with urlRedirect calculated by load balancer

#actual_redirect_response_code=

def actual_redirect_response_code=(value) -> ::Integer
Parameter
  • value (::Integer) — Actual HTTP status code for rule with urlRedirect calculated by load balancer
Returns
  • (::Integer) — Actual HTTP status code for rule with urlRedirect calculated by load balancer

#actual_service

def actual_service() -> ::String
Returns
  • (::String) — BackendService or BackendBucket returned by load balancer.

#actual_service=

def actual_service=(value) -> ::String
Parameter
  • value (::String) — BackendService or BackendBucket returned by load balancer.
Returns
  • (::String) — BackendService or BackendBucket returned by load balancer.

#expected_output_url

def expected_output_url() -> ::String
Returns
  • (::String) — The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters.

#expected_output_url=

def expected_output_url=(value) -> ::String
Parameter
  • value (::String) — The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters.
Returns
  • (::String) — The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters.

#expected_redirect_response_code

def expected_redirect_response_code() -> ::Integer
Returns
  • (::Integer) — Expected HTTP status code for rule with urlRedirect calculated by load balancer

#expected_redirect_response_code=

def expected_redirect_response_code=(value) -> ::Integer
Parameter
  • value (::Integer) — Expected HTTP status code for rule with urlRedirect calculated by load balancer
Returns
  • (::Integer) — Expected HTTP status code for rule with urlRedirect calculated by load balancer

#expected_service

def expected_service() -> ::String
Returns
  • (::String) — Expected BackendService or BackendBucket resource the given URL should be mapped to.

#expected_service=

def expected_service=(value) -> ::String
Parameter
  • value (::String) — Expected BackendService or BackendBucket resource the given URL should be mapped to.
Returns
  • (::String) — Expected BackendService or BackendBucket resource the given URL should be mapped to.

#headers

def headers() -> ::Array<::Google::Cloud::Compute::V1::UrlMapTestHeader>
Returns

#headers=

def headers=(value) -> ::Array<::Google::Cloud::Compute::V1::UrlMapTestHeader>
Parameter
Returns

#host

def host() -> ::String
Returns
  • (::String) — Host portion of the URL.

#host=

def host=(value) -> ::String
Parameter
  • value (::String) — Host portion of the URL.
Returns
  • (::String) — Host portion of the URL.

#path

def path() -> ::String
Returns
  • (::String) — Path portion including query parameters in the URL.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — Path portion including query parameters in the URL.
Returns
  • (::String) — Path portion including query parameters in the URL.