GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigResponse (google_api_service_networking v0.21.1) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.