google_api_service_networking v0.12.2 GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigRequest View Source

Attributes

  • consumerNetwork (type: String.t, default: nil) - Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is a project number, as in '12345' {network} is network name.
  • consumerProject (type: GoogleApi.ServiceNetworking.V1.Model.ConsumerProject.t, default: nil) - NETWORK_NOT_IN_CONSUMERS_PROJECT, NETWORK_NOT_IN_CONSUMERS_HOST_PROJECT, and HOST_PROJECT_NOT_FOUND are done when consumer_project is provided.
  • rangeReservation (type: GoogleApi.ServiceNetworking.V1.Model.RangeReservation.t, default: nil) - RANGES_EXHAUSTED, RANGES_EXHAUSTED, and RANGES_DELETED_LATER are done when range_reservation is provided.
  • validateNetwork (type: boolean(), default: nil) - The validations will be performed in the order listed in the ValidationError enum. The first failure will return. If a validation is not requested, then the next one will be performed. SERVICE_NETWORKING_NOT_ENABLED and NETWORK_NOT_PEERED checks are performed for all requests where validation is requested. NETWORK_NOT_FOUND and NETWORK_DISCONNECTED checks are done for requests that have validate_network set to true.

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.ValidateConsumerConfigRequest{
  consumerNetwork: String.t(),
  consumerProject: GoogleApi.ServiceNetworking.V1.Model.ConsumerProject.t(),
  rangeReservation: GoogleApi.ServiceNetworking.V1.Model.RangeReservation.t(),
  validateNetwork: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.