Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::IpRule::PortRange.
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.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max
def max() -> ::Integer
Returns
- (::Integer) — Maximum port value.
#max=
def max=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum port value.
Returns
- (::Integer) — Maximum port value.
#min
def min() -> ::Integer
Returns
- (::Integer) — Minimum port value.
#min=
def min=(value) -> ::Integer
Parameter
- value (::Integer) — Minimum port value.
Returns
- (::Integer) — Minimum port value.