ManagedPrefixListEntryState class
Input properties used for looking up and filtering ManagedPrefixListEntry resources.
Constructors
-
ManagedPrefixListEntryState({Input<
String?> ? cidr, Input<String?> ? description, Input<String?> ? prefixListId, Input<String?> ? region}) -
Creates a new ManagedPrefixListEntryState.
cidrCIDR block of this entry.descriptionDescription of this entry. Please note that due to API limitations, updating only the description of an entry will require recreating the entry.prefixListIdThe ID of the prefix list.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.const -
ManagedPrefixListEntryState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cidr
→ Input<
String?> ? -
CIDR block of this entry.
final
-
description
→ Input<
String?> ? -
Description of this entry. Please note that due to API limitations, updating only the description of an entry will require recreating the entry.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
prefixListId
→ Input<
String?> ? -
The ID of the prefix list.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited