Show / Hide Table of Contents

Class ValidateConsumerConfigResponse

Inheritance
object
ValidateConsumerConfigResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ValidateConsumerConfigResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExistingSubnetworkCandidates

List of subnetwork candidates from the request which exist with the ip_cidr_range, secondary_ip_cider_ranges, and outside_allocation fields set.

Declaration
[JsonProperty("existingSubnetworkCandidates")]
public virtual IList<Subnetwork> ExistingSubnetworkCandidates { get; set; }
Property Value
Type Description
IList<Subnetwork>

IsValid

Indicates whether all the requested validations passed.

Declaration
[JsonProperty("isValid")]
public virtual bool? IsValid { get; set; }
Property Value
Type Description
bool?

ValidationError

The first validation which failed.

Declaration
[JsonProperty("validationError")]
public virtual string ValidationError { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX