InstanceEntry constructor
InstanceEntry({
- required String availabilityZone,
- required String instanceType,
- required PortInfoSourceType portInfoSource,
- required String sourceName,
- String? userData,
Implementation
InstanceEntry({
required this.availabilityZone,
required this.instanceType,
required this.portInfoSource,
required this.sourceName,
this.userData,
});