Reference documentation and code samples for the Compute V1 Client class PacketMirroringForwardingRuleInfo.
Generated from protobuf message google.cloud.compute.v1.PacketMirroringForwardingRuleInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ canonical_url |
string
[Output Only] Unique identifier for the forwarding rule; defined by the server. |
↳ url |
string
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic. |
getCanonicalUrl
[Output Only] Unique identifier for the forwarding rule; defined by the server.
Generated from protobuf field optional string canonical_url = 512294820;
Returns | |
---|---|
Type | Description |
string |
hasCanonicalUrl
clearCanonicalUrl
setCanonicalUrl
[Output Only] Unique identifier for the forwarding rule; defined by the server.
Generated from protobuf field optional string canonical_url = 512294820;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUrl
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
Generated from protobuf field optional string url = 116079;
Returns | |
---|---|
Type | Description |
string |
hasUrl
clearUrl
setUrl
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
Generated from protobuf field optional string url = 116079;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |