toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'enableInterContainerTrafficEncryption': ?enableInterContainerTrafficEncryption,
'enableNetworkIsolation': ?enableNetworkIsolation,
'vpcConfig': ?pulumi.Input.mapOptionalInputValue<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfigVpcConfig, Map<String, dynamic>>(vpcConfig, (value) => value.toMap()),
};
}