menu
googleapis package
documentation
compute/v1.dart
FirewallDenied class
FirewallDenied class
dark_mode
light_mode
FirewallDenied
class
Constructors
FirewallDenied
({
String
?
IPProtocol
,
List
<
String
>
?
ports
})
FirewallDenied.fromJson
(
Map
json_
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
IPProtocol
↔
String
?
The IP protocol to which this rule applies.
getter/setter pair
ports
↔
List
<
String
>
?
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
googleapis package
documentation
compute/v1
FirewallDenied class
v1 library