Reference documentation and code samples for the Compute V1 Client class FirewallPolicyAssociation.
Generated from protobuf message google.cloud.compute.v1.FirewallPolicyAssociation
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attachment_target |
string
The target that the firewall policy is attached to. |
↳ display_name |
string
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association. |
↳ firewall_policy_id |
string
[Output Only] The firewall policy ID of the association. |
↳ name |
string
The name for an association. |
↳ short_name |
string
[Output Only] The short name of the firewall policy of the association. |
getAttachmentTarget
The target that the firewall policy is attached to.
Generated from protobuf field optional string attachment_target = 175773741;
Returns | |
---|---|
Type | Description |
string |
hasAttachmentTarget
clearAttachmentTarget
setAttachmentTarget
The target that the firewall policy is attached to.
Generated from protobuf field optional string attachment_target = 175773741;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
Generated from protobuf field optional string display_name = 4473832;
Returns | |
---|---|
Type | Description |
string |
hasDisplayName
clearDisplayName
setDisplayName
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
Generated from protobuf field optional string display_name = 4473832;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFirewallPolicyId
[Output Only] The firewall policy ID of the association.
Generated from protobuf field optional string firewall_policy_id = 357211849;
Returns | |
---|---|
Type | Description |
string |
hasFirewallPolicyId
clearFirewallPolicyId
setFirewallPolicyId
[Output Only] The firewall policy ID of the association.
Generated from protobuf field optional string firewall_policy_id = 357211849;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
The name for an association.
Generated from protobuf field optional string name = 3373707;
Returns | |
---|---|
Type | Description |
string |
hasName
clearName
setName
The name for an association.
Generated from protobuf field optional string name = 3373707;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getShortName
[Output Only] The short name of the firewall policy of the association.
Generated from protobuf field optional string short_name = 492051566;
Returns | |
---|---|
Type | Description |
string |
hasShortName
clearShortName
setShortName
[Output Only] The short name of the firewall policy of the association.
Generated from protobuf field optional string short_name = 492051566;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |