GoogleApi.ServiceNetworking.V1.Model.ValidateConsumerConfigResponse (google_api_service_networking v0.20.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 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.
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
Unwrap a decoded JSON object into its complex fields.