Class InterconnectRemoteLocationConstraintsSubnetLengthRange
Inheritance
InterconnectRemoteLocationConstraintsSubnetLengthRange
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectRemoteLocationConstraintsSubnetLengthRange : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Max
Declaration
[JsonProperty("max")]
public virtual int? Max { get; set; }
Property Value
Min
Declaration
[JsonProperty("min")]
public virtual int? Min { get; set; }
Property Value
Implements