Class ValidateConsumerConfigResponse
Implements
Inherited Members
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 |