Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class AuthorizedNetwork.
AuthorizedNetwork contains metadata for an authorized network.
Generated from protobuf message google.cloud.alloydb.v1.Instance.InstanceNetworkConfig.AuthorizedNetwork
Namespace
Google \ Cloud \ AlloyDb \ V1 \ Instance \ InstanceNetworkConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cidr_range |
string
CIDR range for one authorzied network of the instance. |
getCidrRange
CIDR range for one authorzied network of the instance.
Returns | |
---|---|
Type | Description |
string |
setCidrRange
CIDR range for one authorzied network of the instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |