GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigResponse (google_api_service_networking v0.40.0)

View Source

Attributes

  • existingSubnetworkCandidates (type: list(GoogleApi.ServiceNetworking.V1.Model.Subnetwork.t), default: nil) - List of subnetwork candidates from the request which exist with the ip_cidr_range, secondary_ip_cider_ranges, and outside_allocation fields set.
  • isValid (type: boolean(), default: nil) - Indicates whether all the requested validations passed.
  • validationError (type: String.t, default: nil) - The first validation which failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigResponse{
  existingSubnetworkCandidates:
    [GoogleApi.ServiceNetworking.V1.Model.Subnetwork.t()] | nil,
  isValid: boolean() | nil,
  validationError: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.