Resource: FirewallEndpointAssociation
Message describing Association object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"state": enum ( |
Fields | |
---|---|
name |
Immutable. Identifier. name of resource |
createTime |
Output only. Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
state |
Output only. Current state of the association. |
network |
Required. The URL of the network that is being associated. |
firewallEndpoint |
Required. The URL of the FirewallEndpoint that is being associated. |
tlsInspectionPolicy |
Optional. The URL of the TlsInspectionPolicy that is being associated. |
reconciling |
Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. |
disabled |
Optional. Whether the association is disabled. True indicates that traffic won't be intercepted |
State
Association state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
CREATING |
Being created. |
ACTIVE |
Active and ready for traffic. |
DELETING |
Being deleted. |
INACTIVE |
Down or in an error state. |
Methods |
|
---|---|
|
Creates a new FirewallEndpointAssociation in a given project and location. |
|
Deletes a single FirewallEndpointAssociation. |
|
Gets details of a single FirewallEndpointAssociation. |
|
Lists Associations in a given project and location. |
|
Update a single FirewallEndpointAssociation. |