GetWorkgroupEndpointVpcEndpointNetworkInterface class
Constructors
-
GetWorkgroupEndpointVpcEndpointNetworkInterface({required Input<
String> availabilityZone, required Input<String> networkInterfaceId, required Input<String> privateIpAddress, required Input<String> subnetId}) -
Creates a new GetWorkgroupEndpointVpcEndpointNetworkInterface.
availabilityZoneThe availability Zone.networkInterfaceIdThe unique identifier of the network interface.privateIpAddressThe IPv4 address of the network interface within the subnet.subnetIdThe unique identifier of the subnet.const -
GetWorkgroupEndpointVpcEndpointNetworkInterface.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
availabilityZone
→ Input<
String> -
The availability Zone.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
networkInterfaceId
→ Input<
String> -
The unique identifier of the network interface.
final
-
privateIpAddress
→ Input<
String> -
The IPv4 address of the network interface within the subnet.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subnetId
→ Input<
String> -
The unique identifier of the subnet.
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