FirewallEndpoint class

Message describing Endpoint object.

Constructors

FirewallEndpoint({List<String>? associatedNetworks, List<FirewallEndpointAssociationReference>? associations, String? billingProjectId, String? createTime, String? description, FirewallEndpointEndpointSettings? endpointSettings, Map<String, String>? labels, String? name, bool? reconciling, bool? satisfiesPzi, bool? satisfiesPzs, String? state, String? updateTime})
FirewallEndpoint.fromJson(Map json_)

Properties

associatedNetworks ↔ List<String>?
Deprecated: List of networks that are associated with this endpoint in the local zone.
getter/setter pair
associations ↔ List<FirewallEndpointAssociationReference>?
List of FirewallEndpointAssociations that are associated to this endpoint.
getter/setter pair
billingProjectId ↔ String?
Project to charge for the deployed firewall endpoint.
getter/setter pair
createTime ↔ String?
Create time stamp.
getter/setter pair
description ↔ String?
Description of the firewall endpoint.
getter/setter pair
endpointSettings ↔ FirewallEndpointEndpointSettings?
Settings for the endpoint.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
labels ↔ Map<String, String>?
Labels as key value pairs
getter/setter pair
name ↔ String?
Identifier.
getter/setter pair
reconciling ↔ bool?
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi ↔ bool?
Reserved for future use.
getter/setter pair
satisfiesPzs ↔ bool?
Reserved for future use.
getter/setter pair
state ↔ String?
Current state of the endpoint.
getter/setter pair
updateTime ↔ String?
Update time stamp
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited