Class GoogleCloudSecuritycenterV2IpRule
Inheritance
GoogleCloudSecuritycenterV2IpRule
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2IpRule : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PortRanges
Declaration
[JsonProperty("portRanges")]
public virtual IList<GoogleCloudSecuritycenterV2PortRange> PortRanges { get; set; }
Property Value
Protocol
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Implements