Class IpRules
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class IpRules : IDirectResponseSchema
Properties
Allowed
Declaration
[JsonProperty("allowed")]
public virtual Allowed Allowed { get; set; }
Property Value
Denied
Declaration
[JsonProperty("denied")]
public virtual Denied Denied { get; set; }
Property Value
DestinationIpRanges
Declaration
[JsonProperty("destinationIpRanges")]
public virtual IList<string> DestinationIpRanges { get; set; }
Property Value
Direction
Declaration
[JsonProperty("direction")]
public virtual string Direction { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExposedServices
Declaration
[JsonProperty("exposedServices")]
public virtual IList<string> ExposedServices { get; set; }
Property Value
SourceIpRanges
Declaration
[JsonProperty("sourceIpRanges")]
public virtual IList<string> SourceIpRanges { get; set; }
Property Value
Implements