FirewallEndpoint constructor
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,
Implementation
FirewallEndpoint({
this.associatedNetworks,
this.associations,
this.billingProjectId,
this.createTime,
this.description,
this.endpointSettings,
this.labels,
this.name,
this.reconciling,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.updateTime,
});