Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1002 Bytes

File metadata and controls

20 lines (15 loc) · 1002 Bytes

openapi.model.FirewallRuleset

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String The unique identifier of the firewall ruleset.
name String The name of the firewall ruleset.
region Region The region in which the firewall ruleset is deployed.
rules List The list of firewall rules in this ruleset. [default to const []]
created DateTime The date and time at which the firewall ruleset was created. Formatted as an ISO 8601 timestamp.
instanceIds List The IDs of instances this firewall ruleset is associated with. [default to const []]

[Back to Model list] [Back to API list] [Back to README]