Reference documentation and code samples for the Google Cloud Network Management V1 Client class GkeNetworkPolicySkippedInfo.
For display only. Contains information about why GKE Network Policy evaluation was skipped.
Generated from protobuf message google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reason |
int
Reason why Network Policy evaluation was skipped. |
getReason
Reason why Network Policy evaluation was skipped.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Reason. |
setReason
Reason why Network Policy evaluation was skipped.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Reason. |
| Returns | |
|---|---|
| Type | Description |
$this |
|