Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::Input::SecurityRule (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Input::SecurityRule.

Security rules for access control. Each field represents one security rule. Only when the source of the input stream satisfies all the fields, this input stream can be accepted.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ip_ranges

def ip_ranges() -> ::Array<::String>
Returns
  • (::Array<::String>) — At least one ip range must match unless none specified. The IP range is defined by CIDR block: for example, 192.0.1.0/24 for a range and 192.0.1.0/32 for a single IP address.

#ip_ranges=

def ip_ranges=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — At least one ip range must match unless none specified. The IP range is defined by CIDR block: for example, 192.0.1.0/24 for a range and 192.0.1.0/32 for a single IP address.
Returns
  • (::Array<::String>) — At least one ip range must match unless none specified. The IP range is defined by CIDR block: for example, 192.0.1.0/24 for a range and 192.0.1.0/32 for a single IP address.