Reference documentation and code samples for the Compute V1 Client class GetOrganizationSecurityPolicyRequest.
A request message for OrganizationSecurityPolicies.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetOrganizationSecurityPolicyRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ security_policy |
string
Name of the security policy to get. |
getSecurityPolicy
Name of the security policy to get.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSecurityPolicy
Name of the security policy to get.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
securityPolicy |
string
Name of the security policy to get. |
| Returns | |
|---|---|
| Type | Description |
GetOrganizationSecurityPolicyRequest |
|