Class GoogleCloudSecuritycenterV2PortRange
A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter .v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2PortRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
Maximum port value.
Declaration
[JsonProperty("max")]
public virtual long? Max { get; set; }
Property Value
Type | Description |
---|---|
long? |
Min
Minimum port value.
Declaration
[JsonProperty("min")]
public virtual long? Min { get; set; }
Property Value
Type | Description |
---|---|
long? |