Reference documentation and code samples for the Compute V1 Client class SecurityPolicyRuleMatcherConfig.
Generated from protobuf message google.cloud.compute.v1.SecurityPolicyRuleMatcherConfig
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ src_ip_ranges |
array
CIDR IP address range. Maximum number of src_ip_ranges allowed is 10. |
getSrcIpRanges
CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSrcIpRanges
CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |