GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigResponse (google_api_service_networking v0.40.0)
View SourceAttributes
-
existingSubnetworkCandidates(type:list(GoogleApi.ServiceNetworking.V1.Model.Subnetwork.t), default:nil) - List of subnetwork candidates from the request which exist with theip_cidr_range,secondary_ip_cider_ranges, andoutside_allocationfields 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
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigResponse{ existingSubnetworkCandidates: [GoogleApi.ServiceNetworking.V1.Model.Subnetwork.t()] | nil, isValid: boolean() | nil, validationError: String.t() | nil }