CoreNetworkConnectorConfigurationVpcEgressConfiguration class
Constructors
-
CoreNetworkConnectorConfigurationVpcEgressConfiguration({required Input<
List< associatedComputeResourceTypes, Input<String> >String?> ? networkProtocol, required Input<List< securityGroupIds, required Input<String> >List< subnetIds})String> > -
Creates a new CoreNetworkConnectorConfigurationVpcEgressConfiguration.
associatedComputeResourceTypesCompute resource types that may use this connector. Valid values:MicroVm.networkProtocolNetwork protocol. Valid values:IPv4,DualStack.securityGroupIdsSet of security group IDs applied to the connector's ENIs.subnetIdsSet of subnet IDs where the connector provisions its ENIs.const -
CoreNetworkConnectorConfigurationVpcEgressConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
associatedComputeResourceTypes
→ Input<
List< String> > -
Compute resource types that may use this connector. Valid values:
MicroVm.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
networkProtocol
→ Input<
String?> ? -
Network protocol. Valid values:
IPv4,DualStack.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupIds
→ Input<
List< String> > -
Set of security group IDs applied to the connector's ENIs.
final
-
subnetIds
→ Input<
List< String> > -
Set of subnet IDs where the connector provisions its ENIs.
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