SubnetCidrReservationState class
Input properties used for looking up and filtering SubnetCidrReservation resources.
Constructors
-
SubnetCidrReservationState({Input<
String?> ? cidrBlock, Input<String?> ? description, Input<String?> ? ownerId, Input<String?> ? region, Input<String?> ? reservationType, Input<String?> ? subnetId}) -
Creates a new SubnetCidrReservationState.
cidrBlockThe CIDR block for the reservation.descriptionA brief description of the reservation.ownerIdID of the AWS account that owns this CIDR reservation.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.reservationTypeThe type of reservation to create. Valid values:explicit,prefixsubnetIdThe ID of the subnet to create the reservation for.const -
SubnetCidrReservationState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cidrBlock
→ Input<
String?> ? -
The CIDR block for the reservation.
final
-
description
→ Input<
String?> ? -
A brief description of the reservation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ownerId
→ Input<
String?> ? -
ID of the AWS account that owns this CIDR reservation.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
reservationType
→ Input<
String?> ? -
The type of reservation to create. Valid values:
explicit,prefixfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subnetId
→ Input<
String?> ? -
The ID of the subnet to create the reservation for.
final
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