WorkgroupEndpointVpcEndpointNetworkInterface class

Constructors

WorkgroupEndpointVpcEndpointNetworkInterface({Input<String?>? availabilityZone, Input<String?>? networkInterfaceId, Input<String?>? privateIpAddress, Input<String?>? subnetId})
Creates a new WorkgroupEndpointVpcEndpointNetworkInterface. availabilityZone The availability Zone. networkInterfaceId The unique identifier of the network interface. privateIpAddress The IPv4 address of the network interface within the subnet. subnetId The unique identifier of the subnet.
const
WorkgroupEndpointVpcEndpointNetworkInterface.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