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 Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. Update time stamp Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. | 
ORPHAN | 
                The project that housed the association has been deleted. | 
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. |